Add a Bugs section that indicates that the nfsuserd doesn't work

when jails are being used on the system.
It is hoped that the patches in PR#205193 will someday get tested/debugged
so that they can be committed to fix this.

This is a content change.

PR:		205193
MFC after:	2 weeks
This commit is contained in:
Rick Macklem 2017-07-04 22:20:30 +00:00
parent 84de44d3f2
commit 2ced567240
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320659

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd April 21, 2017
.Dd July 4, 2017
.Dt NFSUSERD 8
.Os
.Sh NAME
@ -126,3 +126,9 @@ those requests fail and the library functions don't return. See
and
.Xr passwd 5
for more information on how the databases are accessed.
.Pp
Since the kernel communicates with the
.Nm
daemon via an upcall that uses the IP address 127.0.0.1, it does not work correctly when
.Xr jail 8
are used and can crash the system.