Displaying 2 results from an estimated 2 matches for "getdataremain".
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
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 o...