Omer Frenkel has submitted this change and it was merged. Change subject: core: use AutoStartVmsRunner job from VdsUpdateRunTimeInfo ......................................................................
core: use AutoStartVmsRunner job from VdsUpdateRunTimeInfo Currently VdsUpdateRunTimeInfo invokes RunVmCommand for each HA VM that went down and only when it fails because of lock acquisition problem, the VM is added to the AutoStartVmsRunner job. This patch changes that, such that the VdsUpdateRunTimeInfo pass the VM to the AutoStartVmsRunner right away and it will try to run the VM in its next iteration. Change-Id: Ia5ff535810f969255fb1d496a11378c2c10bcb91 Signed-off-by: Arik Hadas <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RunVmCommand.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsEventListener.java 2 files changed, 2 insertions(+), 22 deletions(-) Approvals: Omer Frenkel: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/19501 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia5ff535810f969255fb1d496a11378c2c10bcb91 Gerrit-PatchSet: 14 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Doron Fediuck <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Roy Golan <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
