Re: [libvirt] [PATCHv4 13/18] blockjob: allow for existing files

2012-04-13 Thread Jiri Denemark
On Mon, Apr 09, 2012 at 21:52:22 -0600, Eric Blake wrote: This copies some of the checks from snapshots regarding testing when a file already exists. In the process, I noticed a missing sanity check in snapshots: REUSE_EXT should require the destination to already be present. *

[libvirt] [PATCHv4 13/18] blockjob: allow for existing files

2012-04-09 Thread Eric Blake
This copies some of the checks from snapshots regarding testing when a file already exists. In the process, I noticed a missing sanity check in snapshots: REUSE_EXT should require the destination to already be present. * src/qemu/qemu_driver.c (qemuDomainBlockRebase): Allow REUSE_EXT flag.