Attempt to clarify that for ZFS, all file systems under

the NFSv4 root must be exported. This is because ZFS
checks exports itself.
This is a content change.

MFC after:	2 weeks
This commit is contained in:
Rick Macklem 2012-12-25 22:47:49 +00:00
parent 211024e9b6
commit 659cf796d3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244690

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd May 15, 2011
.Dd December 23, 2012
.Dt NFSV4 4
.Os
.Sh NAME
@ -98,6 +98,8 @@ allows a limited subset of operations to be performed on non-exported subtrees
of the local file system, so that traversal of the tree to the exported
subtrees is possible.
As such, the ``<rootdir>'' can be in a non-exported file system.
The exception is ZFS, which checks exports and, as such, all ZFS file systems
below the ``<rootdir>'' must be exported.
However,
the entire tree that is rooted at that point must be in local file systems
that are of types that can be NFS exported.