Eli Mesika has submitted this change and it was merged. Change subject: core: retry fencing operation in case of failure ......................................................................
core: retry fencing operation in case of failure retry fencing operation in case of a temporary failure Up to now, if 'unknown' was returned while waiting for a certain status ('on' / 'off') , the while loop was exited with a proper message, breaking the reboot sequence. It seems that there are some cases in which a fencing operation may fail temporarily and succeeded after a while. This patch retries to get to the desired status 3 times before giving up with the configured delay between each status check. Change-Id: Iab5dadd5cb07f2c61dfdf6d75e9fccca790ba483 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1140098 Signed-off-by: Eli Mesika <emes...@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/FenceVdsBaseCommand.java 1 file changed, 13 insertions(+), 3 deletions(-) Approvals: Martin Peřina: Looks good to me, but someone else must approve Eli Mesika: Verified; Looks good to me, approved Oved Ourfali: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/33486 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iab5dadd5cb07f2c61dfdf6d75e9fccca790ba483 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <emes...@redhat.com> Gerrit-Reviewer: Eli Mesika <emes...@redhat.com> Gerrit-Reviewer: Martin Peřina <mper...@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourf...@redhat.com> Gerrit-Reviewer: automat...@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches