Re: [libvirt] [PATCH] Recheck disk backing chains after snapshot

2014-04-28 Thread John Ferlan
On 04/25/2014 09:13 AM, Jiri Denemark wrote: > When a snapshot operation finishes we have to recheck the backing chain > of all disks involved in the snapshot. And we need to do that even if > the operation failed because some of the disks might have changed if > QEMU did not support transactions

Re: [libvirt] [PATCH] Recheck disk backing chains after snapshot

2014-04-27 Thread Jiri Denemark
On Fri, Apr 25, 2014 at 10:45:36 -0600, Eric Blake wrote: > On 04/25/2014 07:13 AM, Jiri Denemark wrote: > > When a snapshot operation finishes we have to recheck the backing chain > > of all disks involved in the snapshot. And we need to do that even if > > the operation failed because some of the

Re: [libvirt] [PATCH] Recheck disk backing chains after snapshot

2014-04-25 Thread Eric Blake
On 04/25/2014 07:13 AM, Jiri Denemark wrote: > When a snapshot operation finishes we have to recheck the backing chain > of all disks involved in the snapshot. And we need to do that even if > the operation failed because some of the disks might have changed if > QEMU did not support transactions.

[libvirt] [PATCH] Recheck disk backing chains after snapshot

2014-04-25 Thread Jiri Denemark
When a snapshot operation finishes we have to recheck the backing chain of all disks involved in the snapshot. And we need to do that even if the operation failed because some of the disks might have changed if QEMU did not support transactions. Signed-off-by: Jiri Denemark --- Notes: - Bloc