Tal Nisan has submitted this change and it was merged.
Change subject: webadmin: Fix event handling after CPU Count change of running VM
......................................................................
webadmin: Fix event handling after CPU Count change of running VM
Fix of CPU topology event handling in Edit VM dialog for existing VM
by disabling additional event processing during recomputation.
The CPU Total was not properly recomputed when num of sockets changed.
Similar to computation of Num of Sockets when Total CPU changed.
The Total CPU limit is limited to host cpu count conforming the CPUPolicyUnit.
Change-Id: I592d428a9854a4c092ac7cce8ab17888e65ec7cd
Bug-Url:
https://bugzilla.redhat.com/1317473
Signed-off-by: Marek Libra <mlibra(a)redhat.com>
---
M
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/ExistingVmModelBehavior.java
M
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/VmModelBehaviorBase.java
2 files changed, 33 insertions(+), 7 deletions(-)
Approvals:
Tomas Jelinek: Looks good to me, approved
Jenkins CI: Passed CI tests
Marek Libra: Verified
--
To view, visit
https://gerrit.ovirt.org/55945
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I592d428a9854a4c092ac7cce8ab17888e65ec7cd
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.6
Gerrit-Owner: Marek Libra <mlibra(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Marek Libra <mlibra(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjelinek(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>