You can carefully edit the VM config file to remove snapshot information, since those volumes appear to have been deleted:
/etc/pve/qemu-server/113.conf
Make sure to make a backup of the file first.
Ultra low latency all-NVME shared storage...
That simple?
Thanks, will try!
Also, when looking for the actual snapshot file I couldn't find it on the node.
Would this be an indication the snapshot file is actually gone but remains in the 113.conf only for some reason?
Perhaps you have orphaned snapshots, this quick loop should tell you what proxmox thinks is present and deleteable:
for v in $(qm list|egrep -v VMID|awk '{print $1}');do for s in $(qm listsnapshot $v|egrep -v current|awk '{print $2}');do echo qm...
Hello!
I have just recently run into a similar problem. See output below.
Any advice on how to delete the snapshots dckr01 and j4?
The auto snapshots are readily deletable from both GUI and CLI, the two mentioned above I snapshot manually...