svn commit: r252676 - stable/9/usr.sbin/nfsd
Rick Macklem
rmacklem at FreeBSD.org
Thu Jul 4 01:22:53 UTC 2013
Author: rmacklem
Date: Thu Jul 4 01:22:52 2013
New Revision: 252676
URL: http://svnweb.freebsd.org/changeset/base/252676
Log:
MFC: r252483
Document that NFSv4 mounts won't work if hostid_enable="NO" is set
in /etc/rc.conf because the host uuid is used to uniquely identify
the client to the server.
This is a content change.
Modified:
stable/9/usr.sbin/nfsd/nfsv4.4
Directory Properties:
stable/9/usr.sbin/nfsd/ (props changed)
Modified: stable/9/usr.sbin/nfsd/nfsv4.4
==============================================================================
--- stable/9/usr.sbin/nfsd/nfsv4.4 Thu Jul 4 01:18:38 2013 (r252675)
+++ stable/9/usr.sbin/nfsd/nfsv4.4 Thu Jul 4 01:22:52 2013 (r252676)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 1, 2013
+.Dd July 1, 2013
.Dt NFSV4 4
.Os
.Sh NAME
@@ -235,6 +235,20 @@ plus set ``tcp'' and
The
.Xr nfsuserd 8
must be running, as above.
+Also, since an
+.Nm
+mount uses the host uuid to identify the client uniquely to the server,
+you cannot safely do an
+.Nm
+mount when
+.sp
+.Bd -literal -offset indent -compact
+hostid_enable="NO"
+.Ed
+.sp
+is set in
+.Xr rc.conf 5 .
+.sp
If the
.Nm
server that is being mounted on supports delegations, you can start the
More information about the svn-src-stable-9
mailing list