Hi.
I have a VM with three disks and on one disk i found a snapshot without a tag.
I know i can delete a snapshot with qemu-img snapshot -d <tag> <file> but i have no tag on this snapshot.
Is there a way to delete this one?
Thank you.
I have a VM with three disks and on one disk i found a snapshot without a tag.
I know i can delete a snapshot with qemu-img snapshot -d <tag> <file> but i have no tag on this snapshot.
Is there a way to delete this one?
Code:
root@hostname01:/mnt/pve/GlusterVol03/images/103# qemu-img snapshot -l vm-103-disk-1.qcow2_bkp
Snapshot list:
ID TAG VM SIZE DATE VM CLOCK
0 1970-01-01 01:00:00 00:00:00.000
Thank you.