[plug] NFS Large File writing causing "freezes"

Patrick Coleman blinken at gmail.com
Sun Sep 26 18:27:58 WST 2010


On Sun, Sep 26, 2010 at 5:50 PM, Tim <weirdit at gmail.com> wrote:
>           RX packets:134427956 errors:31444 dropped:31444 overruns:0 frame:0

This is bad - something in the path to this host on the network is
corrupting network packets. Check duplex settings, cables, NICs,
switches.

I'm guessing the freezes you're seeing are NFS blocking system IO as
TCP tries to retransmit the data or ack packets that the network ate.
Mounting the NFS share with the 'soft' option on the client might
alleviate this, as it will let you interrupt outstanding nfs
operations (though it won't solve the underlying issue - your network
is dropping packets).

Cheers,

Patrick


-- 
http://www.labyrinthdata.net.au - WA Backup, Web and VPS Hosting



More information about the plug mailing list