Change in ovirt-engine[ovirt-engine-3.5]: core: retry fencing operation in case of failure

Tal Nisan 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 <emesika@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 Oved Ourfali: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/33838 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iab5dadd5cb07f2c61dfdf6d75e9fccca790ba483 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
tnisan@redhat.com