NFS DEADLKRES panic with getfsstat() on unresponsive mount

Ryan Stone rysto32 at gmail.com
Thu Jul 24 13:36:54 UTC 2014


On Tue, Jul 22, 2014 at 5:15 PM, Bryan Drewery <bdrewery at freebsd.org> wrote:
> I had an NFS server go offline for about an hour and had a client panic in
> deadlkres after a 'zfs list -o mounted' ran which called getfsstat(2). It
> seems reasonable that this could be a false-positive. Is deadlkres known to
> have acceptable false-positives? If so, is there a way to mark this one to
> not cause a panic?
>
> This was r268621.

There is a list of "blessed" sx lock names in sys/kern/kern_clock.c.
deadlkres will ignore any threads sleeping with one of those wmesgs.


More information about the freebsd-fs mailing list