Hi I run proxmox 7.2-7, I'm trying to remove a VM disk from the CLI.
I have tried the following:
The first command seems to mark the disk as unused, and the second removes the zfs volume, but the UI still believes the disk is there?
What is the correct way to delete a disk from a VM using cli?
I have tried the following:
Code:
qm set $VMID --delete scsi0
zfs destroy -f $STORAGE/vm-$VMID-disk-0
The first command seems to mark the disk as unused, and the second removes the zfs volume, but the UI still believes the disk is there?
What is the correct way to delete a disk from a VM using cli?