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

awels at redhat.com awels at redhat.com
Thu Sep 29 14:19:27 UTC 2016


Alexander Wels 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:
  Roman Mohr: Looks good to me, but someone else must approve
  Alexander Wels: Looks good to me, approved
  Jenkins CI: Passed CI tests
  Phillip Bailey: Verified



-- 
To view, visit https://gerrit.ovirt.org/64042
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Idd5ed3807d90dbd0ed6b76a31d6a1673e52eb988
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
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: Roman Mohr <rmohr at redhat.com>
Gerrit-Reviewer: Roy Golan <rgolan at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>



More information about the Engine-commits mailing list