Remote GUI and All transfers hang when moving storage
Posted: Mon May 09, 2016 9:51 pm
As documented in this closed bug report: http://dev.deluge-torrent.org/ticket/994
I'm running deluge 1.3.12 in a headless debian openvz container. When torrents complete, they are automatically moved from a local drive to a mounted NFS share. Whenever torrents are moved manually or automatically, I assume the move_storage() function is invoked, and all other disk I/O is halted while the files are copying. I know this isn't an issue with my setup or a bug, it's by design.
That being said, you wouldn't think systems in this day and age, or even a decade ago, would have an issue multitasking disk I/O, which in fact is quite well managed by disk controllers and operating/file systems.
Are there any workarounds for this or possibly any plans in the works to improve this design?
I'm running deluge 1.3.12 in a headless debian openvz container. When torrents complete, they are automatically moved from a local drive to a mounted NFS share. Whenever torrents are moved manually or automatically, I assume the move_storage() function is invoked, and all other disk I/O is halted while the files are copying. I know this isn't an issue with my setup or a bug, it's by design.
That being said, you wouldn't think systems in this day and age, or even a decade ago, would have an issue multitasking disk I/O, which in fact is quite well managed by disk controllers and operating/file systems.
Are there any workarounds for this or possibly any plans in the works to improve this design?