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


  51 
  52      listen_backlog=num
  53              Set connection queue length for the NFS over a connection-
  54              oriented transport.  The default value is 32, meaning 32 entries
  55              in the queue. Equivalent to the -l option in nfsd.
  56 
  57      protocol=[all|protocol]
  58              Start nfsd over the specified protocol only. Equivalent to the -p
  59              option in nfsd.  all is equivalent to -a on the nfsd command
  60              line. Mutually exlusive of device.  For the UDP protocol, only
  61              version 2 and version 3 service is established. NFS Version 4 is
  62              not supported for the UDP protocol.
  63 
  64      device=[devname]
  65              Start NFS daemon for the transport specified by the given device
  66              only.  Equivalent to the -t option in nfsd.  Mutually exclusive
  67              of protocol.
  68 
  69      servers=num
  70              Maximum number of concurrent NFS requests. Equivalent to last
  71              numeric argument on the nfsd command line. The default is 16.
  72 
  73      lockd_listen_backlog=num
  74              Set connection queue length for lockd over a connection-oriented
  75              transport. The default and minimum value is 32.
  76 
  77      lockd_servers=num
  78              Maximum number of concurrent lockd requests. The default is 20.
  79 
  80      lockd_retransmit_timeout=num
  81              Retransmit timeout, in seconds, before lockd retries. The default
  82              is 5.
  83 
  84      grace_period=num
  85              Grace period, in seconds, that all clients (both NLM and NFSv4)
  86              have to reclaim locks after a server reboot. This parameter also
  87              controls the NFSv4 lease interval. The default is 90.
  88 
  89      mountd_listen_backlog=num
  90              Set the connection queue length for mountd over a connection-
  91              oriented transport. The default value is 64.
  92 
  93      mountd_max_threads=num
  94              Maximum number of threads for mountd.  The default value is 16.
  95 
  96    Setting nfsmapid_domain
  97      As described above, the setting for nfsmapid_domain overrides the domain
  98      used by nfsmapid(1M) for building and comparing outbound and inbound


 127          literal id's. For example, the UID 12345 is encoded as 12345.
 128 
 129      o   nfsmapid ignores the "domain" portion of the inbound attribute string
 130          and performs name service lookups only for the user or group. If the
 131          user/group exists in the local system name service databases, then
 132          the proper uid/gid will be mapped even when no domain has been
 133          configured.
 134 
 135          This behavior implies that the same administrative user/group domain
 136          exists between NFSv4 client and server (that is, the same uid/gid's
 137          for users/groups on both client and server). In the case of
 138          overlapping id spaces, the inbound attribute string could potentially
 139          be mapped to the wrong id. However, this is not functionally
 140          different from mapping the inbound string to nobody, yet provides
 141          greater flexibility.
 142 
 143 SEE ALSO
 144      lockd(1M), mount_nfs(1M), mountd(1M), nfsd(1M), nfsmapid(1M),
 145      sharectl(1M), smf(5)
 146 
 147 illumos                        November 16, 2016                       illumos


  51 
  52      listen_backlog=num
  53              Set connection queue length for the NFS over a connection-
  54              oriented transport.  The default value is 32, meaning 32 entries
  55              in the queue. Equivalent to the -l option in nfsd.
  56 
  57      protocol=[all|protocol]
  58              Start nfsd over the specified protocol only. Equivalent to the -p
  59              option in nfsd.  all is equivalent to -a on the nfsd command
  60              line. Mutually exlusive of device.  For the UDP protocol, only
  61              version 2 and version 3 service is established. NFS Version 4 is
  62              not supported for the UDP protocol.
  63 
  64      device=[devname]
  65              Start NFS daemon for the transport specified by the given device
  66              only.  Equivalent to the -t option in nfsd.  Mutually exclusive
  67              of protocol.
  68 
  69      servers=num
  70              Maximum number of concurrent NFS requests. Equivalent to last
  71              numeric argument on the nfsd command line. The default is 1024.
  72 
  73      lockd_listen_backlog=num
  74              Set connection queue length for lockd over a connection-oriented
  75              transport. The default and minimum value is 32.
  76 
  77      lockd_servers=num
  78              Maximum number of concurrent lockd requests. The default is 256.
  79 
  80      lockd_retransmit_timeout=num
  81              Retransmit timeout, in seconds, before lockd retries. The default
  82              is 5.
  83 
  84      grace_period=num
  85              Grace period, in seconds, that all clients (both NLM and NFSv4)
  86              have to reclaim locks after a server reboot. This parameter also
  87              controls the NFSv4 lease interval. The default is 90.
  88 
  89      mountd_listen_backlog=num
  90              Set the connection queue length for mountd over a connection-
  91              oriented transport. The default value is 64.
  92 
  93      mountd_max_threads=num
  94              Maximum number of threads for mountd.  The default value is 16.
  95 
  96    Setting nfsmapid_domain
  97      As described above, the setting for nfsmapid_domain overrides the domain
  98      used by nfsmapid(1M) for building and comparing outbound and inbound


 127          literal id's. For example, the UID 12345 is encoded as 12345.
 128 
 129      o   nfsmapid ignores the "domain" portion of the inbound attribute string
 130          and performs name service lookups only for the user or group. If the
 131          user/group exists in the local system name service databases, then
 132          the proper uid/gid will be mapped even when no domain has been
 133          configured.
 134 
 135          This behavior implies that the same administrative user/group domain
 136          exists between NFSv4 client and server (that is, the same uid/gid's
 137          for users/groups on both client and server). In the case of
 138          overlapping id spaces, the inbound attribute string could potentially
 139          be mapped to the wrong id. However, this is not functionally
 140          different from mapping the inbound string to nobody, yet provides
 141          greater flexibility.
 142 
 143 SEE ALSO
 144      lockd(1M), mount_nfs(1M), mountd(1M), nfsd(1M), nfsmapid(1M),
 145      sharectl(1M), smf(5)
 146 
 147 illumos                        December 16, 2016                       illumos