diff options
author | Rick Macklem <rmacklem@FreeBSD.org> | 2025-03-10 13:35:23 +0000 |
---|---|---|
committer | Rick Macklem <rmacklem@FreeBSD.org> | 2025-03-10 13:35:23 +0000 |
commit | f27afbd850021b9cb7cf4e66f0621c793ad37de0 (patch) | |
tree | 01a6d864bd444224187b8498cfdeb242e3980175 /usr.sbin/sicontrol/(developers-only) | |
parent | bf317e9f1037d4647913a4fbf0904ff84d3f7894 (diff) |
PR#284616 reported that --maxthreads did not
obey the 256 thread limit defined as MAXNFSDCNT in nfsd.c.
This is actually a feature and not a bug, since many NFS
servers will now want to run more than 256 threads and
--maxthreads can be used to set the upper bound on the
number of threads. (MAXNFSDCNT was used long ago to
define how many daemons would be forked, before daemons
were replaced by kernel threads.)
However, the nfsd.8 man page was misleading, since it
indicated that "-n" was the equivalent to setting both
--minthreads and --maxthreads to the same value.
This patch fixes the man page.
This is a content change.
PR: 284616
Reviewed by: 0mp (manpages)
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D49102
Diffstat (limited to 'usr.sbin/sicontrol/(developers-only)')
0 files changed, 0 insertions, 0 deletions