summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2020-12-08 22:37:30 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2020-12-08 22:37:30 +0000
commit44011d7ec44114e93e85f688074254fc208f4f6c (patch)
treecff70eeda5ed97b84eded57b9bc68ba3f08f3906
parent4fbf189781c716c626a8893c8aa8a9c391191e57 (diff)
downloadsrc-test2-44011d7ec44114e93e85f688074254fc208f4f6c.tar.gz
src-test2-44011d7ec44114e93e85f688074254fc208f4f6c.zip
Notes
-rw-r--r--sbin/mount_nfs/mount_nfs.812
1 files changed, 10 insertions, 2 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8
index 19ba9ac22ebf..debfb3fd7f1e 100644
--- a/sbin/mount_nfs/mount_nfs.8
+++ b/sbin/mount_nfs/mount_nfs.8
@@ -28,7 +28,7 @@
.\" @(#)mount_nfs.8 8.3 (Berkeley) 3/29/95
.\" $FreeBSD$
.\"
-.Dd April 13, 2017
+.Dd November 30, 2020
.Dt MOUNT_NFS 8
.Os
.Sh NAME
@@ -215,9 +215,17 @@ Make a minor version 1 of the NFS Version 4 protocol mount use a single OpenOwne
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.
+This option cannot be used for an NFS Version 4, minor version 0 mount.
+As such, this option requires the
+.Cm minorversion
+option be specified with a value of 1 for AmazonEFS.
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.
+This option is only meaningful when used with the
+.Cm nfsv4
+and
+.Cm minorversion
+options.
.It Cm pnfs
Enable support for parallel NFS (pNFS) for minor version 1 of the
NFS Version 4 protocol.