"No related Snapshot file"
Hello,
I tried snapshots... I took 2 subsequent snapshots. But after I "Block Commit"ed the first with --base and (I think that was the fault) --top, it seems I have a zombie in my system.
root@somehost:/etc/libvirt/qemu/snapshotdb/Win10 Main# cat snapshots.db
{
"Update-Feb-25-generate": {
"name": "Update-Feb-25-generate",
"parent": "",
"state": "shutoff",
"desc": null,
"memory": {
"@attributes": {
"snapshot": "no"
}
},
"creationtime": "1738524397",
"method": "QEMU",
"backing": {
"hdc": [
"\/mnt\/user\/domains\/Win10 Main\/vdisk1.img"
],
"rhdc": [
"\/mnt\/user\/domains\/Win10 Main\/vdisk1.img"
]
},
"primarypath": "\/mnt\/disk2\/domains\/Win10 Main",
"disks": [
{
"@attributes": {
"name": "hdc",
"snapshot": "external",
"type": "file"
},
"driver": {
"@attributes": {
"type": "qcow2"
}
},
"source": {
"@attributes": {
"file": "\/mnt\/user\/domains\/Win10 Main\/vdisk1.Update-Feb-25-generateqcow2"
}
}
},
{
"@attributes": {
"name": "hda",
"snapshot": "no"
}
},
{
"@attributes": {
"name": "hdb",
"snapshot": "no"
}
}
]
}
but the only file in the folder \/mnt\/user\/domains\/Win10 Main\ is vdisk1.img.
Also in the gui, the related img is vdisk1.img:
When I run the VM it shows the last state i had when I last shut it down ( which was way after the 2nd snapshot).
What can I do with the snapshot? Is it still rlevant? Can I safely delete it?
Thanks for advice.