I've got a Server running Ubuntu Server 14.04 server that has been doing periodic back-ups to an NFS mounted NAS using rsnapshot for several months now without issue. Last week we added a few more machines to the switch and we started having issues with the back-up and NFS mount.
Rsnapshot will run it's rsync command, which will run fine for an hour or two before it just seems to stop doing anything. The rsync command will show up in top
as being in an 'uninterruptable sleep' state (31948 root 25 5 79640 56328 452 D 0.0 0.1 15:13.86 /usr/bin/rsync -a --delete --numeric-ids --relative --delete-excluded --exclude-from=/etc/rsnapshot.excludefile /home /mnt/.private/backup/daily.0/localhost/
).
Once this happens, I can't look at the NFS mount any more. If I try to ls the directory, the ls command will just freeze, and the load on the server will go through the roof unless I find the PID for that ls command and kill it.
After it's gotten to this stage, the only way I can get back on the NFS mount is if I physically reboot the NAS box.
Any ideas? Thanks for any input!