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.man.txt
          +++ new/usr/src/man/man4/nfs.4.man.txt
↓ open down ↓ 60 lines elided ↑ open up ↑
  61   61               version 2 and version 3 service is established. NFS Version 4 is
  62   62               not supported for the UDP protocol.
  63   63  
  64   64       device=[devname]
  65   65               Start NFS daemon for the transport specified by the given device
  66   66               only.  Equivalent to the -t option in nfsd.  Mutually exclusive
  67   67               of protocol.
  68   68  
  69   69       servers=num
  70   70               Maximum number of concurrent NFS requests. Equivalent to last
  71      -             numeric argument on the nfsd command line. The default is 16.
       71 +             numeric argument on the nfsd command line. The default is 1024.
  72   72  
  73   73       lockd_listen_backlog=num
  74   74               Set connection queue length for lockd over a connection-oriented
  75   75               transport. The default and minimum value is 32.
  76   76  
  77   77       lockd_servers=num
  78      -             Maximum number of concurrent lockd requests. The default is 20.
       78 +             Maximum number of concurrent lockd requests. The default is 256.
  79   79  
  80   80       lockd_retransmit_timeout=num
  81   81               Retransmit timeout, in seconds, before lockd retries. The default
  82   82               is 5.
  83   83  
  84   84       grace_period=num
  85   85               Grace period, in seconds, that all clients (both NLM and NFSv4)
  86   86               have to reclaim locks after a server reboot. This parameter also
  87   87               controls the NFSv4 lease interval. The default is 90.
  88   88  
↓ open down ↓ 48 lines elided ↑ open up ↑
 137  137           for users/groups on both client and server). In the case of
 138  138           overlapping id spaces, the inbound attribute string could potentially
 139  139           be mapped to the wrong id. However, this is not functionally
 140  140           different from mapping the inbound string to nobody, yet provides
 141  141           greater flexibility.
 142  142  
 143  143  SEE ALSO
 144  144       lockd(1M), mount_nfs(1M), mountd(1M), nfsd(1M), nfsmapid(1M),
 145  145       sharectl(1M), smf(5)
 146  146  
 147      -illumos                        November 16, 2016                       illumos
      147 +illumos                        December 16, 2016                       illumos
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX