Omer Frenkel has submitted this change and it was merged. Change subject: core: rerun HA VMs on automatic fence using AutoStartVmsRunner ......................................................................
core: rerun HA VMs on automatic fence using AutoStartVmsRunner Before the engine sends fence request to VDSM, it tries to rerun the highly available VMs that ran on the host by invoking RunVmCommand directly. The problem is that we won't try to rerun the VM again if the RunVmCommand fails (and in case the host which is being fenced in the only one that was active in the cluster the command will fail for sure). The solution is to rerun the highly available VMs using AutoStartVmsRunner job in this flow as well. Change-Id: Ic259ff22c4b6f24b09eb973de6e31ebc51aa966b Bug-Url: https://bugzilla.redhat.com/1077706 Signed-off-by: Arik Hadas <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/FenceVdsBaseCommand.java 1 file changed, 4 insertions(+), 6 deletions(-) Approvals: Gilad Chaplik: Looks good to me, but someone else must approve Omer Frenkel: Looks good to me, approved Arik Hadas: Verified -- To view, visit http://gerrit.ovirt.org/26049 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic259ff22c4b6f24b09eb973de6e31ebc51aa966b Gerrit-PatchSet: 6 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[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
