From owner-svn-src-all@FreeBSD.ORG Tue Dec 25 22:47:50 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 87F35CC2; Tue, 25 Dec 2012 22:47:50 +0000 (UTC) (envelope-from rmacklem@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6C74D8FC0C; Tue, 25 Dec 2012 22:47:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBPMloDt045226; Tue, 25 Dec 2012 22:47:50 GMT (envelope-from rmacklem@svn.freebsd.org) Received: (from rmacklem@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBPMloT0045225; Tue, 25 Dec 2012 22:47:50 GMT (envelope-from rmacklem@svn.freebsd.org) Message-Id: <201212252247.qBPMloT0045225@svn.freebsd.org> From: Rick Macklem Date: Tue, 25 Dec 2012 22:47:50 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r244690 - head/usr.sbin/nfsd X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Dec 2012 22:47:50 -0000 Author: rmacklem Date: Tue Dec 25 22:47:49 2012 New Revision: 244690 URL: http://svnweb.freebsd.org/changeset/base/244690 Log: 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 Modified: head/usr.sbin/nfsd/nfsv4.4 Modified: head/usr.sbin/nfsd/nfsv4.4 ============================================================================== --- head/usr.sbin/nfsd/nfsv4.4 Tue Dec 25 22:34:43 2012 (r244689) +++ head/usr.sbin/nfsd/nfsv4.4 Tue Dec 25 22:47:49 2012 (r244690) @@ -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 ``'' 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.