[SOLVED] can't remove VM - storage does not exists

ssaman

Active Member
Oct 28, 2015
38
2
28
Hello there,

I am trying to remove a leftover Testing-VM.
I get this message:
TASK ERROR: storage 'ssd-1.7TB' does not exists
We already removed this ceph storage.

We don't know how to securly remove this VM.

Maybe it would be enough to remove
/etc/pve/qemu-server/<VMID>.conf

Thank you and best regard.
 
  • Like
Reactions: darthreuben
Hi,
i had some vms on a test disk, i removed the disk and i still have the vm on the left pannel.
i tried to do as above, but in /etc/pve/qemu-server i don't have the .conf of those vms
what can i do else?
thx
 
i tried to do as above, but in /etc/pve/qemu-server i don't have the .conf of those vms
what can i do else?

If it's a cluster the path may differ, you can use the following command to search for the config file:
find /etc/pve/ -name 'VMID.conf'

Just replace VMID with the respective integer.
 
it would be nice if gui does remove it with a final confirmation without the need to go cli for accomplish