Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Min drive space doesn't seem to work #13

Open
Brandoskey opened this issue Jan 4, 2025 · 0 comments
Open

Min drive space doesn't seem to work #13

Brandoskey opened this issue Jan 4, 2025 · 0 comments

Comments

@Brandoskey
Copy link

Brandoskey commented Jan 4, 2025

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,

  1. 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
  2. checked permissions of quota and they are 755 so the deluge container should have access

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant