svn commit: r368466 - stable/12/sbin/mount_nfs
Rick Macklem
rmacklem at FreeBSD.org
Tue Dec 8 22:37:31 UTC 2020
Author: rmacklem
Date: Tue Dec 8 22:37:30 2020
New Revision: 368466
URL: https://svnweb.freebsd.org/changeset/base/368466
Log:
MFC: r368268
Improve man page for AmazonEFS mounts.
PR#250770 was actually just a misunderstanding of what
NFS mount options are needed for AmazonEFS mounts.
This patch attempts to clarify the manpage to clarify this.
This is a content change.
PR: 250770
Modified:
stable/12/sbin/mount_nfs/mount_nfs.8
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sbin/mount_nfs/mount_nfs.8
==============================================================================
--- stable/12/sbin/mount_nfs/mount_nfs.8 Tue Dec 8 21:24:24 2020 (r368465)
+++ stable/12/sbin/mount_nfs/mount_nfs.8 Tue Dec 8 22:37:30 2020 (r368466)
@@ -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 m
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.
More information about the svn-src-stable-12
mailing list