mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
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 (cherry picked from commit f27afbd850021b9cb7cf4e66f0621c793ad37de0) |
||
|---|---|---|
| .. | ||
| Makefile | ||
| Makefile.depend | ||
| nfsd.8 | ||
| nfsd.c | ||
| nfsv4.4 | ||
| pnfs.4 | ||
| pnfsserver.4 | ||
| stablerestart.5 | ||