freebsd-dev/usr.sbin/nfsd
Rick Macklem b43fe9eb4b nfsd: silence rpcb_unset noise for NFSv4 only servers
An NFSv4 only configuration does not register with
rpcbind(). Without this patch a failure to rpcb_unset()
is reported when the daemon is terminated for this case.

This is harmless noise, but this patch avoids calling
rpcb_unset() for the NFSv4 only case, avoiding the noise.

When called with "-d", it still does the rpcb_unset(),
assuming that the configuration might have been
changed to NFSv4 only and unregistering with
rpcbind() might still be needed.

Reviewed by:	freqlabs
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D29449
2021-04-01 15:09:03 -07:00
..
Makefile Add pnfsserver.4 to the Makefile for nfsd. 2018-08-05 20:15:33 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
nfsd.8 Update the man page to reflect the addition of NFSv4.2 (r355677). 2019-12-20 21:25:51 +00:00
nfsd.c nfsd: silence rpcb_unset noise for NFSv4 only servers 2021-04-01 15:09:03 -07:00
nfsv4.4 nfsv4(4): Fix a few issues reported by mandoc 2020-12-19 13:45:39 +00:00
pnfs.4 Update the man page to reflect the addition of NFSv4.2 (r355677). 2019-12-20 21:41:33 +00:00
pnfsserver.4 pnfsserver(4): Fix some issues reported by mandoc 2020-10-22 19:19:42 +00:00
stablerestart.5 stablerestart(5): Fix some issues reported by mandoc 2020-10-22 19:25:01 +00:00