Back to bug 1302001

Who When What Removed Added
Martin Sivák 2016-01-26 13:57:38 UTC Status NEW MODIFIED
Target Release --- 3.6.3
Assignee alitke msivak
Target Milestone --- ovirt-3.6.3
Red Hat Bugzilla Rules Engine 2016-01-26 13:57:40 UTC Target Milestone ovirt-3.6.3 ---
Status MODIFIED ASSIGNED
Target Release 3.6.3 ---
Martin Sivák 2016-01-26 13:59:35 UTC Status ASSIGNED MODIFIED
Target Milestone --- ovirt-3.6.3
Moran Goldboim 2016-01-26 15:32:20 UTC CC mgoldboi
Pavel Stehlik 2016-01-26 15:35:26 UTC CC pstehlik
Oved Ourfali 2016-01-26 16:00:18 UTC CC oourfali
Martin Sivák 2016-01-27 10:02:56 UTC Target Release --- 3.6.3
Fixed In Version mom-0.5.2-1
errata-xmlrpc 2016-01-27 10:11:47 UTC Status MODIFIED ON_QA
meital avital 2016-01-27 11:32:29 UTC CC mavital
QA Contact istein alukiano
Artyom 2016-01-28 08:51:15 UTC QA Contact alukiano mshira
John Skeoch 2016-01-28 22:13:11 UTC CC ecohen ykaul
Haoxing Wang 2016-02-03 04:09:57 UTC Whiteboard sla
Shira Maximov 2016-02-07 15:07:53 UTC Status ON_QA VERIFIED
Martin Sivák 2016-02-08 11:28:04 UTC Doc Text Cause:

VDSM uses XML-RPC to communicate with MoM in oVirt 3.6. XML-RPC only supports int32 for numbers.

Consequence:

Big enough amount of memory overflows the int32 type and XML-RPC reports an error.

Fix:

MoM was configured to use i8 XML-RPC extension for transfering big numbers.

Result:

VDSM can properly retrieve statistics from MoM.
Julie 2016-02-23 01:42:24 UTC CC juwu, msivak
Doc Text Cause:

VDSM uses XML-RPC to communicate with MoM in oVirt 3.6. XML-RPC only supports int32 for numbers.

Consequence:

Big enough amount of memory overflows the int32 type and XML-RPC reports an error.

Fix:

MoM was configured to use i8 XML-RPC extension for transfering big numbers.

Result:

VDSM can properly retrieve statistics from MoM.
VDSM uses XML-RPC to communicate with MoM, and XML-RPC only supports int32 type for numbers. As a result, hosts with big memory overflowed the int32 type and an error was returned when running the vdsClient -s 0 getVdsStats command. With this update, MoM is configured to use i8 XML-RPC extension for transferring big numbers. VDSM can now properly retrieve statistics from MoM on hosts with big memory.
Flags needinfo?(msivak)
Martin Sivák 2016-02-23 09:06:22 UTC Flags needinfo?(msivak)
errata-xmlrpc 2016-03-09 00:50:10 UTC Status VERIFIED RELEASE_PENDING
errata-xmlrpc 2016-03-09 14:44:51 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2016-03-09 09:44:51 UTC

Back to bug 1302001