Re: [libvirt-users] virsh snapshot-create persistent through destroy(undefine)

2015-01-30 Thread Yitao Jiang
Hi,Eric Thank you very much for the information On Jan 28, 2015 1:51 AM, "Eric Blake" wrote: > On 01/27/2015 03:10 AM, Yitao Jiang wrote: > > Hi, > > > > If i take a snapshot of a qcow2 image backed domain via virsh > > snapshot-create domainID and I shutdown the machine (and probably destroy >

Re: [libvirt-users] virsh snapshot-create persistent through destroy(undefine)

2015-01-27 Thread Eric Blake
On 01/27/2015 03:10 AM, Yitao Jiang wrote: > Hi, > > If i take a snapshot of a qcow2 image backed domain via virsh > snapshot-create domainID and I shutdown the machine (and probably destroy > the domain if virsh list still shows it running), and then undeinfed the > domain will that snapshot sti

[libvirt-users] virsh snapshot-create persistent through destroy(undefine)

2015-01-27 Thread Yitao Jiang
Hi, If i take a snapshot of a qcow2 image backed domain via virsh snapshot-create domainID and I shutdown the machine (and probably destroy the domain if virsh list still shows it running), and then undeinfed the domain will that snapshot still exist and be active when I define and start the doma

Re: [libvirt-users] virsh snapshot-create persistent through destroy(undefine)

2015-01-27 Thread Yitao Jiang
Sorry , here is my environments [root@localhost snapshot]# qemu-img | grep version qemu-img version 0.12.1, Copyright (c) 2004-2008 Fabrice Bellard for qemu-img to create a sparse image during conversion [root@localhost snapshot]# libvirtd --version libvirtd (libvirt) 0.10.2 --- Thanks, Y