Print this page
Marcel's code review fixes
Marcel's update to 7651

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man4/nfs.4
          +++ new/usr/src/man/man4/nfs.4
↓ open down ↓ 11 lines elided ↑ open up ↑
  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   21  .\"
  22      -.Dd November 16, 2016
       22 +.Dd December 16, 2016
  23   23  .Dt NFS 4
  24   24  .Os
  25   25  .Sh NAME
  26   26  .Nm nfs
  27   27  .Nd NFS configuration properties
  28   28  .Sh DESCRIPTION
  29   29  The behavior of the
  30   30  .Xr nfsd 1M ,
  31   31  .Xr nfsmapid 1M ,
  32   32  .Xr lockd 1M ,
↓ open down ↓ 100 lines elided ↑ open up ↑
 133  133  .Fl t
 134  134  option in
 135  135  .Nm nfsd .
 136  136  Mutually exclusive of
 137  137  .Sy protocol .
 138  138  .It Sy servers Ns = Ns Ar num
 139  139  Maximum number of concurrent NFS requests. Equivalent to last numeric argument
 140  140  on the
 141  141  .Nm nfsd
 142  142  command line. The default is
 143      -.Li 16 .
      143 +.Li 1024 .
 144  144  .It Sy lockd_listen_backlog Ns = Ns Ar num
 145  145  Set connection queue length for
 146  146  .Nm lockd
 147  147  over a connection-oriented transport. The default and minimum value is
 148  148  .Li 32 .
 149  149  .It Sy lockd_servers Ns = Ns Ar num
 150  150  Maximum number of concurrent
 151  151  .Nm lockd
 152      -requests. The default is 20.
      152 +requests. The default is 256.
 153  153  .It Sy lockd_retransmit_timeout Ns = Ns Ar num
 154  154  Retransmit timeout, in seconds, before
 155  155  .Nm lockd
 156  156  retries. The default is
 157  157  .Li 5 .
 158  158  .It Sy grace_period Ns = Ns Ar num
 159  159  Grace period, in seconds, that all clients
 160  160  .Pq both NLM and NFSv4
 161  161  have to reclaim locks after a server reboot. This parameter also controls the
 162  162  NFSv4 lease interval. The default is
↓ open down ↓ 111 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX