cvs commit: src/sys/nfsclient nfs_socket.c
Chuck Lever
cel at FreeBSD.org
Sun Apr 2 04:15:35 UTC 2006
cel 2006-04-02 04:15:34 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/nfsclient nfs_socket.c
Log:
If an NFS server returns more than a few EJUKEBOX errors for a given RPC
request, the FreeBSD NFS client will quickly back off to a excessively
long wait (days, then weeks) before retrying the request.
Change the behavior of the FreeBSD NFS client to match the behavior of
the reference NFS client implementation (Solaris). This provides a fixed
delay of 10 seconds between each retry by default. A sysctl, called
nfs3_jukebox_delay, is now available to tune the delay. Unlike Solaris,
the sysctl value on FreeBSD is in seconds, rather than in HZ.
MFC revision 1.136 to RELENG_5
Sponsored by: Network Appliance, Incorporated
Reviewed by: rick
Approved by: re (kensmith), silby
Revision Changes Path
1.114.2.3 +4 -8 src/sys/nfsclient/nfs_socket.c
More information about the cvs-src
mailing list