I'm trying to delete a template, and it returns the error:
My typical method for finding linked clones using a template's storage is to run:
However in this case that returns only the template itself.
Is there a way to find out why Proxmox seems to think there's a linked clone of this template when there does not appear to be one?
ASK ERROR: base volume 'storage:base-100-disk-0' is still in use by linked cloned
My typical method for finding linked clones using a template's storage is to run:
grep -r base-100 /etc/pve/nodes/*/qemu-serverHowever in this case that returns only the template itself.
Is there a way to find out why Proxmox seems to think there's a linked clone of this template when there does not appear to be one?