I messed up my pool by doing zfs send...receive So I got the following :
zpool list NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT rpool 928G 17.3G 911G 1% 1.00x ONLINE - tank1 928G 35.8G 892G 3% 1.00x ONLINE - So I have "tank1" pool.
zfs get all tank1 NAME PROPERTY VALUE SOURCE tank1 type volume - Haa...I also have "tank1" as a volume....
So I wanted to delete the volume :
zfs destroy tank1 cannot destroy 'tank1': dataset already exists So let me delete the pool...Please...
zpool destroy tank1 cannot open 'tank1': operation not applicable to datasets of this type Another try : (just want to rename...)
zfs rename tank1 tank1/kuku cannot create 'tank1/kuku': parent is not a filesystem How can I resolve this issue?