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 <msi...@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 <msi...@redhat.com> Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com> Gerrit-Reviewer: Martin Sivák <msi...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches