svn commit: r245082 - stable/9/usr.sbin/nfsd

Rick Macklem rmacklem at FreeBSD.org
Sun Jan 6 00:38:26 UTC 2013


Author: rmacklem
Date: Sun Jan  6 00:38:25 2013
New Revision: 245082
URL: http://svnweb.freebsd.org/changeset/base/245082

Log:
  MFC: r244690
  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.

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	Sun Jan  6 00:35:10 2013	(r245081)
+++ stable/9/usr.sbin/nfsd/nfsv4.4	Sun Jan  6 00:38:25 2013	(r245082)
@@ -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
 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.


More information about the svn-src-all mailing list