From owner-svn-src-stable@FreeBSD.ORG Sun Jan 6 00:35:10 2013 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B8BA2101; Sun, 6 Jan 2013 00:35:10 +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 9E649B62; Sun, 6 Jan 2013 00:35:10 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r060ZAdG025639; Sun, 6 Jan 2013 00:35:10 GMT (envelope-from rmacklem@svn.freebsd.org) Received: (from rmacklem@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r060ZAXP025638; Sun, 6 Jan 2013 00:35:10 GMT (envelope-from rmacklem@svn.freebsd.org) Message-Id: <201301060035.r060ZAXP025638@svn.freebsd.org> From: Rick Macklem Date: Sun, 6 Jan 2013 00:35:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r245081 - stable/9/usr.sbin/mountd X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2013 00:35:10 -0000 Author: rmacklem Date: Sun Jan 6 00:35:10 2013 New Revision: 245081 URL: http://svnweb.freebsd.org/changeset/base/245081 Log: MFC: r244689 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/mountd/exports.5 Directory Properties: stable/9/usr.sbin/mountd/ (props changed) Modified: stable/9/usr.sbin/mountd/exports.5 ============================================================================== --- stable/9/usr.sbin/mountd/exports.5 Sat Jan 5 23:08:58 2013 (r245080) +++ stable/9/usr.sbin/mountd/exports.5 Sun Jan 6 00:35:10 2013 (r245081) @@ -28,7 +28,7 @@ .\" @(#)exports.5 8.3 (Berkeley) 3/29/95 .\" $FreeBSD$ .\" -.Dd July 12, 2011 +.Dd December 23, 2012 .Dt EXPORTS 5 .Os .Sh NAME @@ -311,12 +311,15 @@ For the third form which specifies the N specifies the location within the server's file system tree which is the root of the NFSv4 tree. All entries of this form must specify the same directory path. -This location can be any directory and does not +For file systems other than ZFS, +this location can be any directory and does not need to be within an exported file system. If it is not in an exported file system, a very limited set of operations are permitted, so that an NFSv4 client can traverse the tree to an exported file system. Although parts of the NFSv4 tree can be non-exported, the entire NFSv4 tree must consist of local file systems capable of being exported via NFS. +All ZFS file systems in the subtree below the NFSv4 tree root must be +exported. NFSv4 does not use the mount protocol and does permit clients to cross server mount point boundaries, although not all clients are capable of crossing the mount points.