Print this page
12278 nfs-zone needs man page changes
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man4/nfs.4
          +++ new/usr/src/man/man4/nfs.4
↓ open down ↓ 10 lines elided ↑ open up ↑
  11   11  .\" When distributing Covered Code, include this CDDL HEADER in each
  12   12  .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  13   13  .\" If applicable, add the following below this CDDL HEADER, with the
  14   14  .\" fields enclosed by brackets "[]" replaced with your own identifying
  15   15  .\" information: Portions Copyright [yyyy] [name of copyright owner]
  16   16  .\"
  17   17  .\"
  18   18  .\" Copyright 1989 AT&T
  19   19  .\" Copyright (c) 2004, Sun Microsystems, Inc. All Rights Reserved.
  20   20  .\" Copyright 2016 Nexenta Systems, Inc.
       21 +.\" Copyright 2020 Joyent, Inc.
  21   22  .\"
  22      -.Dd December 18, 2016
       23 +.Dd February 4, 2020
  23   24  .Dt NFS 4
  24   25  .Os
  25   26  .Sh NAME
  26   27  .Nm nfs
  27   28  .Nd NFS configuration properties
  28   29  .Sh DESCRIPTION
  29   30  The behavior of the
  30   31  .Xr nfsd 1M ,
  31   32  .Xr nfsmapid 1M ,
  32   33  .Xr lockd 1M ,
↓ open down ↓ 256 lines elided ↑ open up ↑
 289  290  .Pp
 290  291  This behavior implies that the same administrative user/group domain exists
 291  292  between NFSv4 client and server (that is, the same uid/gid's for users/groups
 292  293  on both client and server).
 293  294  In the case of overlapping id spaces, the inbound attribute string could
 294  295  potentially be mapped to the wrong id.
 295  296  However, this is not functionally different from mapping the inbound string to
 296  297  .Sy nobody ,
 297  298  yet provides greater flexibility.
 298  299  .El
      300 +.Sh ZONES
      301 +NFS can be served out of a non-global zone.
      302 +All of the above documentation applies to an in-zone NFS server.
      303 +File sharing in zones is restricted to filesystems a zone completely controls.
      304 +Some zone brands (see
      305 +.Xr brands 5 )
      306 +do not give the zone's root its own filesystem, for example.
      307 +Delegated ZFS datasets to a zone are shareable, as well as lofs-remounted
      308 +directories.
      309 +The zone must have sys_nfs privileges; most brands grant this already.
 299  310  .Sh SEE ALSO
 300  311  .Xr lockd 1M ,
 301  312  .Xr mount_nfs 1M ,
 302  313  .Xr mountd 1M ,
 303  314  .Xr nfsd 1M ,
 304  315  .Xr nfsmapid 1M ,
 305  316  .Xr sharectl 1M ,
 306      -.Xr smf 5
      317 +.Xr brands 5 ,
      318 +.Xr smf 5 ,
      319 +.Xr zones 5
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX