Arik Hadas has submitted this change and it was merged. Change subject: core: do not consider powering up -> up as powered up transition ......................................................................
core: do not consider powering up -> up as powered up transition If the VM status is changed from powering-up to up, we should not do the handling we do for powered up VMs, as we already did it when the VM was switched to powering-up state. Checking the display as part of the check that determines whether the VM should be handled as VM that was powered-up, is not needed and thus it is also removed as part of this change. Change-Id: Ifc72aa638ca5722fe5bb50c600374f47a42511cd Signed-off-by: Arik Hadas <[email protected]> --- M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VdsUpdateRunTimeInfo.java 1 file changed, 4 insertions(+), 11 deletions(-) Approvals: Arik Hadas: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/32121 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ifc72aa638ca5722fe5bb50c600374f47a42511cd Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
