On 4/23/25 16:21, David Christensen wrote:
On 4/23/25 14:49, Greg wrote:
Hi there,
What is the proper way of shutting down ZFS? After:
# /etc/init.d/zfs-share stop
# /etc/init.d/zfs-mount stop
# /etc/init.d/zfs-import stop
pool 'backup' is not mounted but:
# zpool export backup
cannot export 'backup': pool is busy
How it is possible that it is not mounted but is still busy?
PS. Shutting down the server is not an option.
Regards
Greg
On FreeBSD 3.4-RELEASE-p4, `zpool export <poolname>` works for me.
David
Cut and paste correction: FreeBSD 13.4-RELEASE-p4
David