Re: [libvirt-users] Snapshot without volumes temporarily

2013-03-28 Thread Hubert Chiang
version of libvirt and qemu Thank you! On Thu, Mar 28, 2013 at 7:54 PM, Eric Blake wrote: > On 03/28/2013 03:46 AM, Hubert Chiang wrote: > > Hello, > > > > I want to do a snapshot which the VM has volumes. > > > > But I want to skip the volume check when I

[libvirt-users] Snapshot without volumes temporarily

2013-03-28 Thread Hubert Chiang
Hello, I want to do a snapshot which the VM has volumes. But I want to skip the volume check when I do the snapshot. (Which means I want to do a snapshot without detaching the volume) So I try to write a snapshot XML refer by http://libvirt.org/formatsnapshot.html as following: vda is my VM bas

Re: [libvirt-users] About live migration with snapshots

2013-03-20 Thread Hubert Chiang
Dear Eric, Thanks for your tips and explanations. I think there will be lots of works to do. And I migrate VM with snapshot successfully by your tips. Thank you so much. I am really appreciated. Hubert On Thu, Mar 21, 2013 at 11:40 AM, Eric Blake wrote: > On 03/20/2013 08:45 PM, Chiang Hub