Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2010 17:13:39 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r203494 - stable/8/sbin/mount_nfs
Message-ID:  <201002041713.o14HDdnw078848@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rmacklem
Date: Thu Feb  4 17:13:38 2010
New Revision: 203494
URL: http://svn.freebsd.org/changeset/base/203494

Log:
  MFC: r202772
  Document the negnametimeo option for mount_nfs as implemented
  by r202767. This is a content change.

Modified:
  stable/8/sbin/mount_nfs/mount_nfs.8
Directory Properties:
  stable/8/sbin/mount_nfs/   (props changed)

Modified: stable/8/sbin/mount_nfs/mount_nfs.8
==============================================================================
--- stable/8/sbin/mount_nfs/mount_nfs.8	Thu Feb  4 16:59:36 2010	(r203493)
+++ stable/8/sbin/mount_nfs/mount_nfs.8	Thu Feb  4 17:13:38 2010	(r203494)
@@ -151,6 +151,10 @@ Force the mount protocol to use UDP tran
 (Necessary for some old
 .Bx
 servers.)
+.It Cm negnametimeo Ns = Ns Aq Ar value
+Override the default of NFS_DEFAULT_NEGNAMETIMEO for the timeout (in seconds)
+for negative name cache entries. If this is set to 0 it disables negative
+name caching for the mount point.
 .It Cm nfsv2
 Use the NFS Version 2 protocol (the default is to try version 3 first
 then version 2).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002041713.o14HDdnw078848>