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
Use d.free_diskspace in a greater check against d.size_bytes
Use math.sub if available to keep a reserved amount free
stop the item in its tracks (+ log that) if disk space is low, and set it to prio=0 (to avoid further auto-starts by other config or cron)
there is a problem regarding other items that still fit, get started, and in sum eat up all disk space – so possibly force sychronized disk allocation when disk free gets near the reserved space (does f.set_create_queued help?)
test it with a load.start schedule, whether any space is claimed before the trigger fires
The text was updated successfully, but these errors were encountered:
That's the one d.is_enough_diskspace : rakshasa/rtorrent#604
The problem was: "fix free_diskspace() method in libtorrent to report back proper size even if a download is stopped"
See rakshasa/rtorrent#727 (comment)
d.free_diskspace
in agreater
check againstd.size_bytes
math.sub
if available to keep a reserved amount freef.set_create_queued
help?)load.start
schedule, whether any space is claimed before the trigger firesThe text was updated successfully, but these errors were encountered: