First, as a really pure french, excuse me for my bad english

I was running Transmission for one week 24h-24h without any issue ; not satisfied by the functionnalities proposed and the dirty WebUI, I decided to change to Deluge and I installed it from scratch on a Debian Jessie 8.6 up to date.
My network topology is built as follows :
__________________________________WAN
___________________________________^
___________________________________|
___________________________________|
DelugeDaemonSrv <----> DMZint <-------> FW <----------> LANint <-------> OpenMediaVault
I openned all rules in my FW and all my traffic from DelugeDaemonSrv is flagged as passed.
The DelugeDaemonSrv saves downloading files to a drive mounted on OpenMediaVault behind LAN subnet, and shared via NFS with all adequate user permissions.
I mounted 2 drives, one on a BTRFS fs and the other with EXT4 fs.
My problem is :
While I am downloading a new file, it stops to download after several seconds/minutes (random) and displays the following error:
"File status: input/output error"
I must resume download each 5 minutes to complete a download, that is very annoying.
These are log messages from deluge daemon :
/logs/delugedlog-debug.txt
Code: Select all
[DEBUG ] 07:22:58 torrent:381 set_state_based_on_ltstate: Downloading
[DEBUG ] 07:22:58 torrent:382 session.is_paused: False
[DEBUG ] 07:22:58 alertmanager:123 save_resume_data_alert: Adobe After Effects CC 2017 x64 resume data generated
[DEBUG ] 07:22:58 torrentmanager:1080 on_alert_save_resume_data
[DEBUG ] 07:22:58 torrentmanager:747 Opening torrents fastresume file for load.
[DEBUG ] 07:22:58 torrentmanager:788 Saving fastresume file: /var/lib/deluge/.config/deluge/state/torrents.fastresume
[DEBUG ] 07:23:05 alertmanager:123 performance_alert: Game.of.Thrones.S06.BluRay.MULTI.x265-JOYSTICK-: performance warning: max outstanding disk writes reached
[DEBUG ] 07:23:16 alertmanager:123 performance_alert: Game.of.Thrones.S06.BluRay.MULTI.x265-JOYSTICK-: performance warning: max outstanding disk writes reached
[DEBUG ] 07:23:27 alertmanager:123 performance_alert: Game.of.Thrones.S06.BluRay.MULTI.x265-JOYSTICK-: performance warning: max outstanding disk writes reached
[DEBUG ] 07:23:36 alertmanager:123 torrent_error_alert: Game.of.Thrones.S06.BluRay.MULTI.x265-JOYSTICK- ERROR: Erreur d'entrée/sortie
[DEBUG ] 07:23:36 alertmanager:123 tracker_announce_alert: Game.of.Thrones.S06.BluRay.MULTI.x265-JOYSTICK- (http://t411.download/a1b186854288ad7c58f6120aa0ccfccc/announce) sending a$
[DEBUG ] 07:23:36 alertmanager:123 file_error_alert: Game.of.Thrones.S06.BluRay.MULTI.x265-JOYSTICK- file (/media/Data2/Game.of.Thrones.S06.BluRay.MULTI.x265-JOYSTICK-/Game.of.Thron$
[DEBUG ] 07:23:36 alertmanager:123 torrent_error_alert: Game.of.Thrones.S06.BluRay.MULTI.x265-JOYSTICK- ERROR: Erreur d'entrée/sortie
[DEBUG ] 07:23:36 alertmanager:123 file_error_alert: Game.of.Thrones.S06.BluRay.MULTI.x265-JOYSTICK- file (/media/Data2/Game.of.Thrones.S06.BluRay.MULTI.x265-JOYSTICK-/Game.of.Thron$
[DEBUG ] 07:23:36 alertmanager:123 torrent_error_alert: Game.of.Thrones.S06.BluRay.MULTI.x265-JOYSTICK- ERROR: Erreur d'entrée/sortie
[DEBUG ] 07:23:36 alertmanager:123 file_error_alert: Game.of.Thrones.S06.BluRay.MULTI.x265-JOYSTICK- file (/media/Data2/Game.of.Thrones.S06.BluRay.MULTI.x265-JOYSTICK-/Game.of.Thron$
[DEBUG ] 07:23:36 alertmanager:123 torrent_error_alert: Game.of.Thrones.S06.BluRay.MULTI.x265-JOYSTICK- ERROR: Erreur d'entrée/sortie
[DEBUG ] 07:23:36 alertmanager:123 file_error_alert: Game.of.Thrones.S06.BluRay.MULTI.x265-JOYSTICK- file (/media/Data2/Game.of.Thrones.S06.BluRay.MULTI.x265-JOYSTICK-/Game.of.Thron$
And my download stops after several minutes...
I thought it was related to and harddrive/FS problem, but I tried with another drive, formatted with a different filesystem, and the problem is still there...
My NFS drives are mounted via /etc/fstab and my DelugeDaemonSrv. This is the config :
Code: Select all
#DATA2
10.33.100.1:/Data2 /media/Data2 nfs soft,timeo=5,intr,rsize=8192,wsize=8192 0 0
#DATA3
10.33.100.1:/Data3 /media/Data3 nfs soft,timeo=5,intr,rsize=8192,wsize=8192 0 0
I am a little bit confused now, and I don't see where the problem could result...
I hope you can help me resolving this issue, and I appreciate all of your replies.
Thank you