[Bug 230752] panic: excl->share in newnfs_request

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Aug 22 11:51:06 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230752

--- Comment #5 from Rick Macklem <rmacklem at FreeBSD.org> ---
Hmm. I notice you do have the "V4: / …" line in your /etc/exports.
Do you know if there are clients doing an NFSv4 mount from "/"?
Something like:
  mount -t nfs -o nfsv4 nfs-client:/ /mnt

I think I will end up reverting the "use AF_LOCAL" socket patch,
since that is what is causing the soconnect() on the socket and
should definitely make the panic()s go away.
(It did fix a problem with using UDP when jails were enabled, but
 that can be fixed less elegantly with a patch that adds a command
 line argument for an alternate IP# instead of 127.0.0.1.)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-fs mailing list