Cant delete VMs

ankycooper

New Member
Jun 7, 2021
2
0
1
40
I'm running Proxmox VE 6.4.8 (single Node with ZFS), just realized I can't delete VMs.

Steps to reproduce.
> create a new VM
> no need to install OS
>Delete it via GUI

Deletion job does not complete

1623044330364.png


1623044400574.png

I can force delete the lock file and the config file from cli but the job still keeps going in GUI.


Anyone else has the same issue? Please help
 
Maybe a problem with used storage? Please check if all storages are online and responsive:

# pvesm status
 
Maybe a problem with used storage? Please check if all storages are online and responsive:

# pvesm status


In my testing I found if I uncheck "Destroy unreferenced disks owned by guest " I was able to delete.
1623045165634.png


root@pve:~# pvesm status got timeout Name Type Status Total Used Available % ****** zfspool active 3019089337 267376048 2751713289 8.86% ****** dir active 5805094656 11684096 5793410560 0.20% ****** dir active 6192563456 399152896 5793410560 6.45% ****** zfspool active 6145836297 352425673 5793410623 5.73% ****** dir active 60787712 4986488 55801224 8.20% test rbd inactive 0 0 0 0.00%
I have masked the volume names

removed test .

It's working again, thanks a ton.