Document the fact that an NFSv4 mount uses the host uuid to uniquely
identify the client to the server. As such, NFSv4 mounts will break if host_enable="NO" is specified. This is a content change. Suggested by: lars@netapp.com MFC after: 3 days
This commit is contained in:
parent
be685e0128
commit
62869df0c8
@ -24,7 +24,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd May 1, 2013
|
||||
.Dd July 1, 2013
|
||||
.Dt NFSV4 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -233,6 +233,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
|
||||
|
Loading…
Reference in New Issue
Block a user