Re: [libvirt] [PATCH v4 5/5] blockcommit: turn on active commit

2014-06-24 Thread Peter Krempa
On 06/24/14 01:30, Eric Blake wrote: > With this in place, I can (finally!) now do: > > virsh blockcommit $dom vda --shallow --verbose --pivot > > and watch qemu shorten the backing chain by one, followed by > libvirt automatically updating the dumpxml output, effectively > undoing the work of vi

[libvirt] [PATCH v4 5/5] blockcommit: turn on active commit

2014-06-23 Thread Eric Blake
With this in place, I can (finally!) now do: virsh blockcommit $dom vda --shallow --verbose --pivot and watch qemu shorten the backing chain by one, followed by libvirt automatically updating the dumpxml output, effectively undoing the work of virsh snapshot-commit --no-metadata --disk-only. Comm