Bug 975945

Summary: VM.getStats returns balloon info in KiB which causes issues with xml-rpc int size support
Product: Red Hat Enterprise Virtualization Manager Reporter: Martin Sivák <msivak>
Component: vdsmAssignee: Martin Sivák <msivak>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: high    
Version: 3.3.0CC: bazulay, dfediuck, hateya, iheim, lpeer, ykaul
Target Milestone: ---Keywords: Triaged
Target Release: 3.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: sla
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-01 15:12:59 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: SLA RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Martin Sivák 2013-06-19 16:10:53 UTC
Description of problem:

Balloon status functions (reporting) uses KiB as the unit. When the machine has more than ~2TB or memory, the number will overflow 32 bit integer and can't be transfered to engine using xml-rpc.

See https://bugzilla.redhat.com/show_bug.cgi?id=974917 for a similar bug regarding the opposite direction (where we use MiB for memory according to the code). 

Version-Release number of selected component (if applicable):

current git HEAD


Additional info:

We might need to change the reporting to use MiB units to overcome this limitation.

Comment 1 Doron Fediuck 2013-07-01 15:12:59 UTC

*** This bug has been marked as a duplicate of bug 974917 ***