[Bug 288127] Deadlock in vfs

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 10 Jul 2025 07:05:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288127

Konstantin Belousov <kib@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kib@FreeBSD.org

--- Comment #2 from Konstantin Belousov <kib@FreeBSD.org> ---
All "zfs" thjreads wait for some zfs vnode lock.  It is crucial to understand
which lock is it, and what does it owner do.

I do not see an obvious owner candidate from the backtraces, but there are a
lot,
so it is not hard to miss it.

Follow
https://docs.freebsd.org/en/books/developers-handbook/kerneldebug/#kerneldebug-deadlocks
to gather the required debugging info.

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