Comment 3 for bug 879334

Revision history for this message
Tom Vijlbrief (tvijlbrief) wrote :

while true;
do
sleep 1
rm -f data*
echo data > data1
echo data > data2
done

This file access pattern which results from
a more complex script which writes more data hangs my client
(nfs server not responding)
and creates looping nfsd processes on the server.