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/man1m/nfsd.1m
          +++ new/usr/src/man/man1m/nfsd.1m
↓ 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 March 12, 2016
       23 +.Dd February 4, 2020
  23   24  .Dt NFSD 1M
  24   25  .Os
  25   26  .Sh NAME
  26   27  .Nm nfsd
  27   28  .Nd NFS daemon
  28   29  .Sh SYNOPSIS
  29   30  .Nm /usr/lib/nfs/nfsd
  30   31  .Op Fl a
  31   32  .Op Fl c Ar max_conn
  32   33  .Op Fl l Ar listen_backlog
↓ open down ↓ 138 lines elided ↑ open up ↑
 171  172  .Xr svcs 1 ,
 172  173  .Xr mountd 1M ,
 173  174  .Xr share 1M ,
 174  175  .Xr sharectl 1M ,
 175  176  .Xr sharemgr 1M ,
 176  177  .Xr svcadm 1M ,
 177  178  .Xr nfs 4 ,
 178  179  .Xr sharetab 4 ,
 179  180  .Xr system 4 ,
 180  181  .Xr attributes 5 ,
 181      -.Xr smf 5
      182 +.Xr smf 5 ,
      183 +.Xr zones 5
 182  184  .Sh NOTES
 183  185  Manually starting and restarting
 184  186  .Nm
 185  187  is not recommended.
 186  188  If it is necessary to do so, use
 187  189  .Nm svcadm
 188  190  to enable or disable the nfs service
 189  191  .Pq svc:/network/nfs/server .
 190  192  If it is disabled, it will be enabled by
 191  193  .Xr share_nfs 1M ,
 192  194  unless its
 193  195  .Sy application Ns / Ns Sy auto_enable
 194  196  property is set to
 195  197  .Sy false .
 196      -See the , and
      198 +See
      199 +.Xr smf 5
      200 +and
 197  201  .Xr svcadm 1M
 198  202  for more information.
 199  203  .Pp
 200  204  The
 201  205  .Nm
 202  206  service is managed by the service management facility,
 203  207  .Xr smf 5 ,
 204  208  under the service identifier:
 205  209  .Bd -literal -offset indent
 206  210  svc:/network/nfs/server
↓ open down ↓ 8 lines elided ↑ open up ↑
 215  219  .Pp
 216  220  If
 217  221  .Nm
 218  222  is killed with
 219  223  .Sy SIGTERM ,
 220  224  it will not be restarted by the service management facility.
 221  225  Instead,
 222  226  .Nm
 223  227  can be restarted by other signals, such as
 224  228  .Sy SIGINT .
      229 +.Pp
      230 +NFS service, which includes
      231 +.Nm ,
      232 +can run inside a non-global zone.
      233 +See the discussion under ZONES in
      234 +.Xr nfs 4
      235 +for more information.
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX