You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use this on a seed box and have manually set "use_quota_for_free_space": true in the conf since deluge sees the entire shared storage space and not just what my seedbox allows me to use
I confirmed that quota is installed to the default /usr/bin/quota and the command reports:
Disk quotas for user ******* (uid ****):
Filesystem space quota limit grace files quota limit grace
/dev/sdq1 3707G 4657G 0K 4030 0 0
However no matter what I set min space to it never triggers a torrent removal/pause
Some things I've tried,
copying quota to a folder I can access through deluge so I'm sure deluge (which runs in docker on the seedbox) has access to it and confirmed it was executable from this location
checked permissions of quota and they are 755 so the deluge container should have access
It's hard to understand exactly how min space works, my assumption is it would overrule max torrents. so even if I don't hit my torrent limit, if I hit my min space limit ARP would remove qualifying torrents anyhow.
The text was updated successfully, but these errors were encountered:
I use this on a seed box and have manually set
"use_quota_for_free_space": true
in the conf since deluge sees the entire shared storage space and not just what my seedbox allows me to useI confirmed that quota is installed to the default /usr/bin/quota and the command reports:
Disk quotas for user ******* (uid ****):
Filesystem space quota limit grace files quota limit grace
/dev/sdq1 3707G 4657G 0K 4030 0 0
However no matter what I set min space to it never triggers a torrent removal/pause
Some things I've tried,
my conf is below
{
"file": 1,
"format": 1
}{
"count_exempt": true,
"enabled": true,
"filter": "func_seed_time",
"filter2": "func_seeders",
"force_reannounce_before_remove": false,
"hdd_space": 100.0,
"interval": 0.5,
"label_rules": {},
"labelplus": false,
"labels": [],
"max_seeds": 250,
"min": 360.0,
"min2": 3.0,
"post_removal_sleep_sec": 30.0,
"quota_executable": "/home12/my-username/quota",
"reannounce_max_wait_sec": 20,
"remove": false,
"remove_data": true,
"rule_1_enabled": true,
"rule_2_enabled": true,
"sel_func": "and",
"skip_removal_on_reannounce_failure": true,
"tracker_rules": {},
"trackers": [],
"use_quota_for_free_space": true
}
It's hard to understand exactly how min space works, my assumption is it would overrule max torrents. so even if I don't hit my torrent limit, if I hit my min space limit ARP would remove qualifying torrents anyhow.
The text was updated successfully, but these errors were encountered: