From 9b46c215ceb8be4f104159bb19e425f13aa0af0a Mon Sep 17 00:00:00 2001 From: rmacklem Date: Tue, 25 Dec 2012 22:47:49 +0000 Subject: 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 --- usr.sbin/nfsd/nfsv4.4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ``'' can be in a non-exported file system. +The exception is ZFS, which checks exports and, as such, all ZFS file systems +below the ``'' 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. -- cgit v1.1