
Oved Ourfali 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 <ahadas@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/FenceVdsBaseCommand.java 1 file changed, 4 insertions(+), 7 deletions(-) Approvals: Omer Frenkel: Looks good to me, approved Arik Hadas: Verified -- To view, visit http://gerrit.ovirt.org/26136 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic259ff22c4b6f24b09eb973de6e31ebc51aa966b Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server