search for: virdomainblockjobinfo

Displaying 3 results from an estimated 3 matches for "virdomainblockjobinfo".

2013 Dec 23
0
Re: Reg: Methods in DomainJobInfo
On 12/23/2013 03:38 AM, Rathidevi wrote: > Hi All, > > I am new to libvirt. Please explain about the units (which is bytes or KB or MB) and uses of DomainJobInfo and DomainBlockInfo methods. Like getMemRemaining(), getDataRemaining() etc. virDomainBlockJobInfo intentionally does not document units - so the underlying hypervisor can use whatever units it wants (bytes, 512-byte blocks, 1k bytes, 4k pages, etc) - all that we guarantee is that the remaining value gradually increases until it reaches the end value at the end of the job. I'm not sure wher...
2013 Dec 23
3
Reg: Methods in DomainJobInfo
Hi All, I am new to libvirt. Please explain about the units (which is bytes or KB or MB) and uses of DomainJobInfo and DomainBlockInfo methods. Like getMemRemaining(), getDataRemaining() etc. Using libvirt version is libvirt-0.5.1. Thank you Regards, Rathidevi
2017 Jan 04
1
Re: libvirtError: block copy still active: disk not ready for pivot yet
I understand that libvirt provides async events that are triggered once the block job reaches ready state and successfully pivots as it is reported by qemu. Whats the event that is triggered and what's the handler that we have to implement? To be more specific, I am looking for the onEVENT callback method that is invoked when the event is fired. On Tue, Jan 3, 2017 at 6:28 PM, Kashyap