
Tal Nisan has submitted this change and it was merged. Change subject: webadmin: Fixed Total Cpus in "NUMA Topology". ...................................................................... webadmin: Fixed Total Cpus in "NUMA Topology". In the NUMA Topology windows, The Total Cpus was calculated without taking into account the number of sockets. So now it is multiplied with the number of sockets. Change-Id: I616a31182fb8cccdfa946e51ea92f0196ae388aa Bug-Url: https://bugzilla.redhat.com/1226896 Signed-off-by: Tomer Saban <tsaban@redhat.com> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/presenter/popup/numa/NumaSupportPopupPresenterWidget.java 1 file changed, 8 insertions(+), 5 deletions(-) Approvals: Daniel Erez: Looks good to me, approved Jenkins CI: Passed CI tests Tomer Saban: Verified Roy Golan: Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/45610 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I616a31182fb8cccdfa946e51ea92f0196ae388aa Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.6 Gerrit-Owner: Tomer Saban <tsaban@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski@gmail.com> Gerrit-Reviewer: Roy Golan <rgolan@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: Tomer Saban <tsaban@redhat.com> Gerrit-Reviewer: automation@ovirt.org