Change in ovirt-engine[ovirt-engine-4.0]: webadmin: Fix incorrect VM status icon in NUMA menu

tnisan at redhat.com tnisan at redhat.com
Tue Oct 25 21:30:41 UTC 2016


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 at 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 at redhat.com>
Gerrit-Reviewer: Alexander Wels <awels at redhat.com>
Gerrit-Reviewer: Greg Sheremeta <gshereme at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Martin Sivák <msivak at redhat.com>
Gerrit-Reviewer: Phillip Bailey <phbailey at redhat.com>
Gerrit-Reviewer: Roy Golan <rgolan at redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>



More information about the Engine-commits mailing list