git: e85b941999ed - stable/12 - mount_nfs.8: Note that NFSv4 requires unique /etc/hostid's
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 16 Sep 2022 22:44:57 UTC
The branch stable/12 has been updated by rmacklem:
URL: https://cgit.FreeBSD.org/src/commit/?id=e85b941999eda396bddc120b80a6cccb0897de9e
commit e85b941999eda396bddc120b80a6cccb0897de9e
Author: Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2022-08-30 14:55:32 +0000
Commit: Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2022-09-16 22:41:47 +0000
mount_nfs.8: Note that NFSv4 requires unique /etc/hostid's
Recent problems related to NFSv4 mounts has been traced
to multiple NFSv4 clients using the same /etc/hostid
(or kern.hostuuid, if you prefer).
This patch adds a sentence to the man page noting that
clients must have unique /etc/hostid's.
This is a content change.
(cherry picked from commit 603677334a6453d817df45473cedea9006b94a65)
---
sbin/mount_nfs/mount_nfs.8 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8
index c231981db325..ee97dba26d80 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 July 2, 2022
+.Dd August 29, 2022
.Dt MOUNT_NFS 8
.Os
.Sh NAME
@@ -216,6 +216,7 @@ Use the NFS Version 3 protocol.
Use the NFS Version 4 protocol.
This option will force the mount to use
TCP transport.
+Make sure that all your NFS Version 4 clients have unique /etc/hostid's.
.It Cm minorversion Ns = Ns Aq Ar value
Override the default of 0 for the minor version of the NFS Version 4 protocol.
The only minor version currently supported is 1.