Displaying 2 results from an estimated 2 matches for "8fd9a9af011c".
2019 Aug 13
2
Recover snapshots from qcow images
Hi guys,
I had to move to the new laptop week ago and I screw migration of my virtual
machines. I recovered my virtual machines on the new laptop (virsh define)
using the backed up xml files, but I am missing any file with metadata about
snapshots. The original storage is cleaned so I cannot take these files
anymore.
Using qemu-info I can see my snapshots inside the qcow images, but libvirt
2019 Aug 14
0
Re: Recover snapshots from qcow images
...e='vdc' snapshot='internal'/>
  </disks>
  <domain type='kvm'>   <--- this is the domain definition XML obtained by running a virsh dumpxml --migratable --inactive --security-info
    <name>upstream</name>
    <uuid>841752b8-9452-4078-a62b-8fd9a9af011c</uuid>
   [...] (trimmed irrelevant stuff but make sure to use full XML)
    <devices>
      <emulator>/home/pipo/git/qemu.git/x86_64-softmmu/qemu-system-x86_64</emulator>
      <disk type='file' device='cdrom'>
        <driver name='qemu'...