[Bug 290205] ZFS: file stuck in delete queue

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 14 Sep 2026 22:15:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290205

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

You are beyond anything that I've directly had to deal with.

My suggestion is to do something like (presuming a
/tmp/altmount exists already for the alternate boot media):
(This sequence should avoid new snapshots or such.)

) Boot from other media

) zpool import -f -R /tmp/altmount nucroot

) zfs list -o
name,mountpoint,used,usedbydataset,refer,usedbysnapshots,usedbychildren,available,origin
nucroot/ROOT/default

) zpool export nucroot
) shutdown -p now
) Boot nucroot's media again

) zfs list -o
name,mountpoint,used,usedbydataset,refer,usedbysnapshots,usedbychildren,available,origin
nucroot/ROOT/default

If the unlinked space survives that, I probably will have no more suggestions.

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