Amador Pahim has uploaded a new change for review. Change subject: Correcting cpuCores stat on multi node systems. ......................................................................
Correcting cpuCores stat on multi node systems. cpuCores shows the wrong number of cores on multi node systems. Multi node systems has the same combination of "physical id" and "core id" to different physical cores. Vdsm is considering more than one occurrence of same "physical id"/"core id" as the same core. This is useful in order to not account the Hyper Threading instances, but it is not working to the multi-nodes systems. This patch corrects issue changing the source of cpuCores to (sockets number * physical cores per socket). BZ#833425 - vdsm cpuCores shows the wrong number of cores on multi node systems Change-Id: I1619e3d9e042bc801c988f099d3b84922f4e03d3 Signed-off-by: Amador Pahim <[email protected]> --- M vdsm/caps.py 1 file changed, 1 insertion(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/81/5481/1 -- To view, visit http://gerrit.ovirt.org/5481 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1619e3d9e042bc801c988f099d3b84922f4e03d3 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Amador Pahim <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
