New to Proxmox, migrating from Hyper-V. I have an Intel NUC with a single Samsung 980 Pro 2TB SSD.
I installed PVE using EXT4 following NetworkChuck video and deleted the local-lvm storage:
From GUI:
delete Datacenter -> Storage -> local-lvm
From shell:
# lvremove /dev/pve/data
# lvresize -l +100%FREE /dev/pve/root
# resize2fs /dev/mapper/pve-root
Everything was perfect until I realized I cannot take snapshots of Windows VMs using TMP .raw disks.
So I decided to reinstall PVE using ZFS (RAID0).
I deleted local-zfs from the GUI but when I execute a zfs list I still have /rpool/data:
# zfs list
NAME USED AVAIL REFER MOUNTPOINT
rpool 4.45G 1.75T 104K /rpool
rpool/ROOT 4.45G 1.75T 96K /rpool/ROOT
rpool/ROOT/pve-1 4.45G 1.75T 4.45G /
rpool/data 96K 1.75T 96K /rpool/data
What is the proper way of deleting the local-zfs storage?
I installed PVE using EXT4 following NetworkChuck video and deleted the local-lvm storage:
From GUI:
delete Datacenter -> Storage -> local-lvm
From shell:
# lvremove /dev/pve/data
# lvresize -l +100%FREE /dev/pve/root
# resize2fs /dev/mapper/pve-root
Everything was perfect until I realized I cannot take snapshots of Windows VMs using TMP .raw disks.
So I decided to reinstall PVE using ZFS (RAID0).
I deleted local-zfs from the GUI but when I execute a zfs list I still have /rpool/data:
# zfs list
NAME USED AVAIL REFER MOUNTPOINT
rpool 4.45G 1.75T 104K /rpool
rpool/ROOT 4.45G 1.75T 96K /rpool/ROOT
rpool/ROOT/pve-1 4.45G 1.75T 4.45G /
rpool/data 96K 1.75T 96K /rpool/data
What is the proper way of deleting the local-zfs storage?