svn commit: r275250 - stable/10/sbin/mount_nfs
Edward Tomasz Napierala
trasz at FreeBSD.org
Sat Nov 29 15:43:33 UTC 2014
Author: trasz
Date: Sat Nov 29 15:43:32 2014
New Revision: 275250
URL: https://svnweb.freebsd.org/changeset/base/275250
Log:
MFC r273851:
Note that the "timeout" nfs option is in tenths of a second.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/sbin/mount_nfs/mount_nfs.8
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sbin/mount_nfs/mount_nfs.8
==============================================================================
--- stable/10/sbin/mount_nfs/mount_nfs.8 Sat Nov 29 15:41:55 2014 (r275249)
+++ stable/10/sbin/mount_nfs/mount_nfs.8 Sat Nov 29 15:43:32 2014 (r275250)
@@ -370,7 +370,8 @@ LAN and WAN configurations compared to U
Some old NFS servers do not support this method; UDP mounts may be required
for interoperability.
.It Cm timeout Ns = Ns Aq Ar value
-Set the initial retransmit timeout to the specified value.
+Set the initial retransmit timeout to the specified value,
+expressed in tenths of a second.
May be useful for fine tuning UDP mounts over internetworks
with high packet loss rates or an overloaded server.
Try increasing the interval if
More information about the svn-src-stable
mailing list