Date: Sat, 29 Nov 2014 15:43:33 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r275250 - stable/10/sbin/mount_nfs Message-ID: <201411291543.sATFhXUQ057180@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411291543.sATFhXUQ057180>