summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2012-12-25 22:47:49 +0000
committerrmacklem <rmacklem@FreeBSD.org>2012-12-25 22:47:49 +0000
commit9b46c215ceb8be4f104159bb19e425f13aa0af0a (patch)
tree4ff85d36b1be63c2d3b52fc18dbcbb30dd4246d5
parentc9aa765acdbb3d1168cbde2f46ba4581ed7c7eac (diff)
downloadFreeBSD-src-9b46c215ceb8be4f104159bb19e425f13aa0af0a.zip
FreeBSD-src-9b46c215ceb8be4f104159bb19e425f13aa0af0a.tar.gz
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
-rw-r--r--usr.sbin/nfsd/nfsv4.44
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/nfsd/nfsv4.4 b/usr.sbin/nfsd/nfsv4.4
index d2c19ed..679bb69 100644
--- a/usr.sbin/nfsd/nfsv4.4
+++ b/usr.sbin/nfsd/nfsv4.4
@@ -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.
OpenPOWER on IntegriCloud