Hello.> blockcommit vm1 vda --active --verbose --pivotThat's where libvirt stops working at the moment, right? virsh # blockcommit puppet-test vda --active --verbose --pivot error: unsupported flags (0x4) in function qemuDomainBlockCommit cheers t.
On 10/13/2014 03:56 AM, Thomas Stein wrote:> Hello. > >> blockcommit vm1 vda --active --verbose --pivot > > That's where libvirt stops working at the moment, right? > > virsh # blockcommit puppet-test vda --active --verbose --pivot > error: unsupported flags (0x4) in function qemuDomainBlockCommitWhich version of libvirtd is running on the server side? You'll need at least libvirt 1.2.8 to play with active commit. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
Am 13.10.14 16:25, schrieb Eric Blake:> On 10/13/2014 03:56 AM, Thomas Stein wrote: >> Hello. >> >>> blockcommit vm1 vda --active --verbose --pivot >> >> That's where libvirt stops working at the moment, right? >> >> virsh # blockcommit puppet-test vda --active --verbose --pivot >> error: unsupported flags (0x4) in function qemuDomainBlockCommit > > Which version of libvirtd is running on the server side? You'll need at > least libvirt 1.2.8 to play with active commit.Ah cool. Good to know. 1.2.6 running at the moment. thanks t.