Gilad Chaplik has submitted this change and it was merged.
Change subject: core: Fix balloon check so it supports more than 2TB of RAM
......................................................................
core: Fix balloon check so it supports more than 2TB of RAM
All BalloonInfo fields are Longs so it does not make sense
to compare them as Ints. Moreover the VM has more than about 2TB
of RAM then Int (32 bits) overflows.
Change-Id: I69c7ccf6d58cbf000d95e3448c75eb986ba39b0a
Signed-off-by: Martin Sivak <msivak(a)redhat.com>
---
M
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VdsUpdateRunTimeInfo.java
1 file changed, 4 insertions(+), 3 deletions(-)
Approvals:
Gilad Chaplik: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/21793
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I69c7ccf6d58cbf000d95e3448c75eb986ba39b0a
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Sivák <msivak(a)redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchaplik(a)redhat.com>
Gerrit-Reviewer: Martin Sivák <msivak(a)redhat.com>