search for: snapshotid

Displaying 5 results from an estimated 5 matches for "snapshotid".

Did you mean: snapshot3d
2013 Jun 10
2
Re: virsh snapshot-create and blockcopy
...gt; Wait - is that really the command you used after "snapshot-create" ? > Because: You cannot undefine a guest with a snapshot without first deleting its metadata > > To cleanly delete, maybe you should've done: > > $ virsh snapshot-delete --domain gentoo-template SNAPSHOTID --metadata Did that. But that deletes that snapshot too, no? > >> virsh blockcopy gentoo-template vda >> /opt/virt-backup-blockcopy/gentoo-template/gentoo-template.qcow2 --wait --verbose --finish >> virsh define gentoo-template.xml > > Can you also paste the output of...
2013 Jun 09
2
virsh snapshot-create and blockcopy
Hello. I just tried the following: virsh dumpxml --security-info gentoo-template > gentoo-template.xml virsh snapshot-create gentoo-template virsh undefine gentoo-template virsh blockcopy gentoo-template vda /opt/virt-backup-blockcopy/gentoo-template/gentoo-template.qcow2 --wait --verbose --finish virsh define gentoo-template.xml virsh snapshot-delete gentoo-template --current But if i
2013 Jun 10
0
Re: virsh snapshot-create and blockcopy
...sh undefine gentoo-template Wait - is that really the command you used after "snapshot-create" ? Because: You cannot undefine a guest with a snapshot without first deleting its metadata To cleanly delete, maybe you should've done: $ virsh snapshot-delete --domain gentoo-template SNAPSHOTID --metadata > virsh blockcopy gentoo-template vda > /opt/virt-backup-blockcopy/gentoo-template/gentoo-template.qcow2 --wait --verbose --finish > virsh define gentoo-template.xml Can you also paste the output of: $ qemu-img info --backing-chain \ /opt/virt-backup-blockcopy/gentoo-tem...
2013 Jun 10
0
Re: virsh snapshot-create and blockcopy
...ly the command you used after "snapshot-create" ? > >> Because: You cannot undefine a guest with a snapshot without first deleting its metadata >> >> To cleanly delete, maybe you should've done: >> >> $ virsh snapshot-delete --domain gentoo-template SNAPSHOTID --metadata > > Did that. But that deletes that snapshot too, no? Yes. (I just understood what you wanted to do). Noted my details below. > >> >>> virsh blockcopy gentoo-template vda >>> /opt/virt-backup-blockcopy/gentoo-template/gentoo-template.qcow2 --wait --v...
2013 Jun 10
1
Re: virsh snapshot-create and blockcopy
...after "snapshot-create" ? >> >>> Because: You cannot undefine a guest with a snapshot without first deleting its metadata >>> >>> To cleanly delete, maybe you should've done: >>> >>> $ virsh snapshot-delete --domain gentoo-template SNAPSHOTID --metadata >> >> Did that. But that deletes that snapshot too, no? > > Yes. (I just understood what you wanted to do). Noted my details below. > > >> >>> >>>> virsh blockcopy gentoo-template vda >>>> /opt/virt-backup-blockcopy/gent...