Re: [libvirt-users] virsh blockcopy without undefine

2015-10-13 Thread Nathan Shearer
On 10/13/2015 09:59 PM, Eric Blake wrote: > On 10/13/2015 09:46 PM, Nathan Shearer wrote: >> I have a script that performs a backup with the following steps: >> >> virsh dumpxml --inactive "$DOMAIN" > "$TMP/${DOMAIN}.xml" && \ >> virsh dumpxml --inactive "$DOMAIN" > "$DESTINATION_XM

Re: [libvirt-users] virsh blockcopy without undefine

2015-10-13 Thread Eric Blake
On 10/13/2015 09:46 PM, Nathan Shearer wrote: > I have a script that performs a backup with the following steps: > > virsh dumpxml --inactive "$DOMAIN" > "$TMP/${DOMAIN}.xml" && \ > virsh dumpxml --inactive "$DOMAIN" > "$DESTINATION_XML" && \ > virsh undefine "$DOMAIN"

[libvirt-users] virsh blockcopy without undefine

2015-10-13 Thread Nathan Shearer
I have a script that performs a backup with the following steps: virsh dumpxml --inactive "$DOMAIN" > "$TMP/${DOMAIN}.xml" && \ virsh dumpxml --inactive "$DOMAIN" > "$DESTINATION_XML" && \ virsh undefine "$DOMAIN" && \ virsh blockcopy "$DOMAIN" "$SOURCE_DISK

Re: [libvirt-users] virsh can't support VM offline blockcommit

2015-10-13 Thread Kashyap Chamarthy
On Tue, Oct 13, 2015 at 10:39:58AM +0800, justlibv...@gmail.com wrote: > Hi everyone! Hi, Firstly, please don't post the same message multiple times in a row. If someone hasn't responded, they're either busy, or haven't noticed this message. > I use the libvirt(version: 1.2.2) and QEMU(ve