Tal Nisan has submitted this change and it was merged.
Change subject: webadmin: Fix incorrect VM status icon in NUMA menu
......................................................................
webadmin: Fix incorrect VM status icon in NUMA menu
This patch fixes an error wherein the status icon of a VM could be
out of sync with the actual status of the VM in the NUMA pinning menu.
Cause:
The instance of the VM model pulled from the database was being discarded
and the version currently stored in memory was being used to back the
VmNumaSupportModel instead.
Fix:
Use the model instance being returned from the database to back the
VmNumaSupportModel instead of the current model stored in memory.
Change-Id: Idd5ed3807d90dbd0ed6b76a31d6a1673e52eb988
Bug-Url:
https://bugzilla.redhat.com/1147858
Signed-off-by: Phillip Bailey <phbailey(a)redhat.com>
---
M
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/numa/VmNumaSupportModel.java
1 file changed, 1 insertion(+), 10 deletions(-)
Approvals:
Alexander Wels: Looks good to me, approved
Jenkins CI: Passed CI tests
Phillip Bailey: Verified
--
To view, visit
https://gerrit.ovirt.org/65734
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Idd5ed3807d90dbd0ed6b76a31d6a1673e52eb988
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-4.0
Gerrit-Owner: Phillip Bailey <phbailey(a)redhat.com>
Gerrit-Reviewer: Alexander Wels <awels(a)redhat.com>
Gerrit-Reviewer: Greg Sheremeta <gshereme(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Martin Sivák <msivak(a)redhat.com>
Gerrit-Reviewer: Phillip Bailey <phbailey(a)redhat.com>
Gerrit-Reviewer: Roy Golan <rgolan(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>