I have zfs pool:
$ sudo zpool status lxd
pool: lxd
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
lxd ONLINE 0 0 0
/var/lib/lxd/zfs.img ONLINE 0 0 0
I've tried:
$ sudo zpool destroy -f lxd
cannot destroy 'lxd': pool is busy
How can I unmount zpool img
I would try these things in this order:
zpool iostat
for current read/write)zfs unmount
) all file systems of the pool