[libvirt] [PATCH v3 3/5] virsh: expose new active commit controls

2014-06-18 Thread Eric Blake
Add knobs to virsh to manage a 2-phase active commit of the top layer, similar to knobs already present on blockcopy. While this code will fail until later patches actually implement the new knobs in the qemu driver, doing it now proves that the API is usable and also makes it easier for testing t

Re: [libvirt] [PATCH v3 3/5] virsh: expose new active commit controls

2014-06-19 Thread Peter Krempa
On 06/19/14 01:22, Eric Blake wrote: > Add knobs to virsh to manage a 2-phase active commit of the top > layer, similar to knobs already present on blockcopy. While this > code will fail until later patches actually implement the new > knobs in the qemu driver, doing it now proves that the API is

Re: [libvirt] [PATCH v3 3/5] virsh: expose new active commit controls

2014-06-19 Thread Eric Blake
On 06/19/2014 03:28 AM, Peter Krempa wrote: > On 06/19/14 01:22, Eric Blake wrote: >> Add knobs to virsh to manage a 2-phase active commit of the top >> layer, similar to knobs already present on blockcopy. While this >> code will fail until later patches actually implement the new >> knobs in the