Date: Tue, 30 Aug 2022 15:26:26 GMT From: Rick Macklem <rmacklem@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 2f13fa4d86d7 - stable/12 - mount_nfs.8: Remove reference to NFSv4 minor version 2 Message-ID: <202208301526.27UFQQRd075453@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=2f13fa4d86d7264d8b61b355c210e29f3165f40f commit 2f13fa4d86d7264d8b61b355c210e29f3165f40f Author: Rick Macklem <rmacklem@FreeBSD.org> AuthorDate: 2022-08-30 15:23:13 +0000 Commit: Rick Macklem <rmacklem@FreeBSD.org> CommitDate: 2022-08-30 15:23:13 +0000 mount_nfs.8: Remove reference to NFSv4 minor version 2 The MFC of commit aba7a81ab71e was not accurate, since stable/12 does not support NFSv4.2. This patch deletes the reference to minor version 2. Since this is a minor change and the MFC of another mount_nfs.8 is coming soon and will change the date, this patch does not change the date. It is a minor content change. It is a direct commit to stable/12. --- sbin/mount_nfs/mount_nfs.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index 76aea70af19a..c231981db325 100644 --- a/sbin/mount_nfs/mount_nfs.8 +++ b/sbin/mount_nfs/mount_nfs.8 @@ -578,7 +578,7 @@ enforced by the server, the options and .Cm soft cannot be safely used. -For NFSv4 minor version 1 or 2 mounts, these options may +For NFSv4 minor version 1 mounts, these options may also result in hung mount points, due to corruption of session slots. .Cm hard
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208301526.27UFQQRd075453>