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