Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2017 21:45:51 +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-10@freebsd.org
Subject:   svn commit: r317526 - stable/10/sbin/mount_nfs
Message-ID:  <201704272145.v3RLjpZr084194@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rmacklem
Date: Thu Apr 27 21:45:50 2017
New Revision: 317526
URL: https://svnweb.freebsd.org/changeset/base/317526

Log:
  MFC: r316793
  Document the "oneopenown" option added by r316792.
  
  This is a content change.

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	Thu Apr 27 21:37:39 2017	(r317525)
+++ stable/10/sbin/mount_nfs/mount_nfs.8	Thu Apr 27 21:45:50 2017	(r317526)
@@ -28,7 +28,7 @@
 .\"	@(#)mount_nfs.8	8.3 (Berkeley) 3/29/95
 .\" $FreeBSD$
 .\"
-.Dd October 30, 2014
+.Dd April 13, 2017
 .Dt MOUNT_NFS 8
 .Os
 .Sh NAME
@@ -207,6 +207,14 @@ The only minor version currently support
 This option is only meaningful when used with the
 .Cm nfsv4
 option.
+.It Cm oneopenown
+Make a minor version 1 of the NFS Version 4 protocol mount use a single OpenOwner
+for all Opens.
+This may be useful for a server with a very low limit on OpenOwners, such as
+AmazonEFS.
+It can only be used with an NFSv4.1 mount.
+It may not work correctly when Delegations are being issued by a server,
+but note that the AmazonEFS server does not issued delegations at this time.
 .It Cm pnfs
 Enable support for parallel NFS (pNFS) for minor version 1 of the
 NFS Version 4 protocol.



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