Hi,
I have a FreeBSD + ZFS server configured as NFS server. This server is being used to store regressions that are generated over a period of 2-3 days. Time to time nfs would drop the mount and the program fails to find the output directory (nfs automount). On the other hand if I use Linux NFS server to host this space, I see no issues.
Time to time I see messages like these in the logs:
It seems that the automount dismounts the server while the regressions are being computed and the output is idle. I even kept one terminal window open on the compute server that is "cd" into the output directory so that it prevents the dismounting the automount but it still fails.
Do I need to tweak any parameters? Can I stop dismounting (from NFS server side)?
Any help would be appreciated.
Thanks.
I have a FreeBSD + ZFS server configured as NFS server. This server is being used to store regressions that are generated over a period of 2-3 days. Time to time nfs would drop the mount and the program fails to find the output directory (nfs automount). On the other hand if I use Linux NFS server to host this space, I see no issues.
Time to time I see messages like these in the logs:
Code:
Limiting open port RST response from 334 to 200 packets/sec
It seems that the automount dismounts the server while the regressions are being computed and the output is idle. I even kept one terminal window open on the compute server that is "cd" into the output directory so that it prevents the dismounting the automount but it still fails.
Do I need to tweak any parameters? Can I stop dismounting (from NFS server side)?
Any help would be appreciated.
Thanks.