Print this page
Marcel's code review fixes
Marcel's update to 7651
*** 66,83 ****
only. Equivalent to the -t option in nfsd. Mutually exclusive
of protocol.
servers=num
Maximum number of concurrent NFS requests. Equivalent to last
! numeric argument on the nfsd command line. The default is 16.
lockd_listen_backlog=num
Set connection queue length for lockd over a connection-oriented
transport. The default and minimum value is 32.
lockd_servers=num
! Maximum number of concurrent lockd requests. The default is 20.
lockd_retransmit_timeout=num
Retransmit timeout, in seconds, before lockd retries. The default
is 5.
--- 66,83 ----
only. Equivalent to the -t option in nfsd. Mutually exclusive
of protocol.
servers=num
Maximum number of concurrent NFS requests. Equivalent to last
! numeric argument on the nfsd command line. The default is 1024.
lockd_listen_backlog=num
Set connection queue length for lockd over a connection-oriented
transport. The default and minimum value is 32.
lockd_servers=num
! Maximum number of concurrent lockd requests. The default is 256.
lockd_retransmit_timeout=num
Retransmit timeout, in seconds, before lockd retries. The default
is 5.
*** 142,147 ****
SEE ALSO
lockd(1M), mount_nfs(1M), mountd(1M), nfsd(1M), nfsmapid(1M),
sharectl(1M), smf(5)
! illumos November 16, 2016 illumos
--- 142,147 ----
SEE ALSO
lockd(1M), mount_nfs(1M), mountd(1M), nfsd(1M), nfsmapid(1M),
sharectl(1M), smf(5)
! illumos December 16, 2016 illumos