[Bug 290205] ZFS: file stuck in delete queue

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

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

I missed the promote and snapshot delete:

# zfs list -o name,origin zroot/ROOT/default
. . . the output will show an origin snapshot . . .
# zfs promote zroot/ROOT/default
# zfs destroy zroot/ROOT/default@<SNAPSHOTNAMEHERE>

# zfs list -o name,used,usedbysnapshots,available zroot/ROOT/default
. . . repeat to monitor for usedbysnapshots->available progress . . .

(It can take some time as it is an asynchronous background
task that has lower priority than some other types of
activity.)


It seems likely that my prior sequence was an unnecessary
no-op like operation and that the above sequence could 
have been all the steps.

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