Re: [libvirt] [PATCH 5/6] qemu: snapshot: Properly handle image locking

2017-01-10 Thread Peter Krempa
On Sat, Jan 07, 2017 at 13:37:48 -0500, John Ferlan wrote: > > > On 12/16/2016 11:24 AM, Peter Krempa wrote: > > Images that became the backing chain of the current image due to the > > snapshot need to be unlocked in the lock manager. Also if qemu was > > paused during the snapshot the current

Re: [libvirt] [PATCH 5/6] qemu: snapshot: Properly handle image locking

2017-01-07 Thread John Ferlan
On 12/16/2016 11:24 AM, Peter Krempa wrote: > Images that became the backing chain of the current image due to the > snapshot need to be unlocked in the lock manager. Also if qemu was > paused during the snapshot the current top level images need to be > released until qemu is resumed so that

[libvirt] [PATCH 5/6] qemu: snapshot: Properly handle image locking

2016-12-16 Thread Peter Krempa
Images that became the backing chain of the current image due to the snapshot need to be unlocked in the lock manager. Also if qemu was paused during the snapshot the current top level images need to be released until qemu is resumed so that they can be acquired properly. Resolves: