[Bug 290205] ZFS: file stuck in delete queue

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 16 Sep 2026 18:11:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290205

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

I missed a step between import and export for the
alternate boot media case: zpool sync . I also got
the import wrong for the purpose: avoid mounting
being involved at all. Trying again:

) Boot from other media

) zpool import -N -f nucroot

) zpool sync 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

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