MHA-Team / PTS-Team

This fork serves as the basis for the continuation of the PTS project in a new form.
https://discord.gg/BvZgQyn
GNU General Public License v3.0
84 stars 55 forks source link

Normal move 730gb limit counter does not reset #15

Closed 3daystoday closed 4 years ago

3daystoday commented 4 years ago

I'm running PTS with normal move which have a counter upload counter set to 730gb, after that it pauses the upload. The problem is that the counter does not reset after 24h.

I'm normally at about 150-200gb upload per day, so after a few days I get the message that the upload have paused due to the limit. So i manually have to restart the uploader container to get it going again.

image

HawksRepos commented 4 years ago

This was fixed yesterday by PhysK (18 hours ago). You just nee dot wait for ouroboros to update the docker.

https://gitlab.com/physk/rclone-unionfs-mount/commit/4c92e8ee4393800929b4c6fc18be793adfcb39ec#6e72f432d97d5ce12c961b609b08c1b8fa2cfd18

physk commented 4 years ago

So basically,

integer expression expected - I forgot to get the script to get it to remove the file, so on every loop it was trying to take the amount off of the total uploaded amount

upload not resetting - same issue as above, as it was failing to do the math, it wasn't updating the total uploaded amount.

Once the container has updated. it will take about 24 hrs to settle down properly.

or you can rm -fr /opt/appdata/uploader/vars/gdrive/* to reset all the files :)