I have a problem with create snapshot:
1. verification of some snapshot 'qm listsnapshot'
# qm listsnapshot 402
cuuent no-parent You are here!
2. check snapshot in file qcow2
# qemu-img snapshot -l /data_SOSC/images/402/vm-402-disk-1.qcow2
(nothing)
3. command for create snapshot ends with error
# qm snapshot 402 KLON
VM 402 qmp command 'snapshot-drive' failed - snapshot 'KLON' already exists
My question, how delete snapshot 'KLON'? Thank you.
1. verification of some snapshot 'qm listsnapshot'
# qm listsnapshot 402
cuuent no-parent You are here!
2. check snapshot in file qcow2
# qemu-img snapshot -l /data_SOSC/images/402/vm-402-disk-1.qcow2
(nothing)
3. command for create snapshot ends with error
# qm snapshot 402 KLON
VM 402 qmp command 'snapshot-drive' failed - snapshot 'KLON' already exists
My question, how delete snapshot 'KLON'? Thank you.