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. Reviewed by: gbe (manpages) MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D36392
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
.\" @(#)mount_nfs.8 8.3 (Berkeley) 3/29/95
|
.\" @(#)mount_nfs.8 8.3 (Berkeley) 3/29/95
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd July 2, 2022
|
.Dd August 29, 2022
|
||||||
.Dt MOUNT_NFS 8
|
.Dt MOUNT_NFS 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -242,6 +242,7 @@ supported by the NFS Version 4 server will be used.
|
|||||||
See the
|
See the
|
||||||
.Cm minorversion
|
.Cm minorversion
|
||||||
option.
|
option.
|
||||||
|
Make sure that all your NFS Version 4 clients have unique /etc/hostid's.
|
||||||
.It Cm minorversion Ns = Ns Aq Ar value
|
.It Cm minorversion Ns = Ns Aq Ar value
|
||||||
Use the specified minor version for a NFS Version 4 mount,
|
Use the specified minor version for a NFS Version 4 mount,
|
||||||
overriding the default.
|
overriding the default.
|
||||||
|
|||||||
Reference in New Issue
Block a user