I have a new (not live) Ceph ProxMox cluster (4 hosts) and I'm doing some experimenting. I had a host in the cluster with a VM (102) and I went through the procedure to delete the host from the cluster (remove OSD/monitor/manager/delnode) with the VM running. Now the host still shows up in the cluster and the VM is there with a '?' next to it. More->Remove asks me to confirm the VMID but then doesn't delete it. If I try to migrate it to an existing host I get a popup "cluster not ready - no quorum? 500". On the host the 102.conf file still exists. On other hosts, the VM on the deleted host is in the /etc/pve/.vmlist file. It's also still listed when I do 'rbd du -p <pool>'. Is there a way to delete this VM and hopefully as a side effect, get the removed host to not show up in the gui?
Thanks
cat .vmlist
{
"version": 1,
"ids": {
"102": { "node": "prox03", "type": "qemu", "version": 1 }}
}
rbd du -p pool01
NAME PROVISIONED USED
vm-101-disk-0 32 GiB 7.7 GiB
vm-102-disk-0 16 GiB 4.9 GiB
<TOTAL> 48 GiB 13 GiB
Thanks