Trying to use the webUI to remove a zpool, and I got the exit code 1 error.
I have 4 disks that are part of the zpool
data":
Trying it manually:
No VMs are running on this host...
Should I just try forcing it?
Thanks
EDIT: well this is embarassing... I had another ssh session that was under the mountpoint
I have 4 disks that are part of the zpool
data":
Code:
capacity operations bandwidth
pool alloc free read write read write
---------- ----- ----- ----- ----- ----- -----
data 3.48M 1.81T 0 1 8.02K 12.2K
rpool 4.09G 460G 1 24 61.7K 290K
---------- ----- ----- ----- ----- ----- -----
Trying it manually:
Code:
zpool destroy data
cannot unmount '/data': pool or dataset is busy
could not destroy 'data': could not unmount datasets
zfs unmount /data
cannot unmount '/data': pool or dataset is busy
No VMs are running on this host...
Should I just try forcing it?
Thanks
EDIT: well this is embarassing... I had another ssh session that was under the mountpoint
Last edited: