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
If you still have a lingering application that is trying to access the driver it will say... It is busy. You should shut down the applications using the drive before unmounting it.
How it is possible that it is not mounted but is still busy?
PS. Shutting down the server is not an option.
Regards
Greg