Up 0 Down 0

Export pool after removing all drives

Create a sparse file of the same size and recreate the removed pool:

truncate -s 1T /root/sparsefile
zpool create -f -m /mnt/zombiepool zombiepool /root/sparsefile

Export/Disconnect the pool in GUI. Then use the command below to delete the sparse file.
rm /root/sparsefile