[Bug 290205] ZFS: file stuck in delete queue

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 13 Sep 2026 14:41:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290205

--- Comment #4 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to Tobias Bengtsson from comment #3)

Another idea:

Have you tried lsof or fuser to see if any of the files
are still open by some process? Files can be requested
to be deleted while still open. du would no longer find
them but the delete waits for such files to be closed
before doing the freeing of the space.

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