Eli Mesika has submitted this change and it was merged.
Change subject: core: Allow manual fence in connecting state
......................................................................
core: Allow manual fence in connecting state
Allow to manually fence a Host that is in Connecting state.
Up to now, when host had a network problem, it was switched to
Connecting state for 3 attempts, after those attempts, if host was still
unreachable, the host was turned to non-responding status.
During the Connecting status, if you would try to manually fence the
host, you would get an error saying:
"Due to intermittent connectivity to this Host, fence operations are not
allowed at this time. The system is trying to reconnect, please try
again in 30 seconds."
If an outage problem occurs, this limitation forces us to wait for all
3 network reconnect attempts before we can confirm that the host was
rebooted and perform a manual fence (which can take several minutes)
This patch removes this limitation and allow manually fencing a host
that is in the Connecting state.
Change-Id: I37a63d299244bc88a35e9c264e696ac88e6d7ef0
Bug-Url:
https://bugzilla.redhat.com/show_bug.cgi?id=1044089
Signed-off-by: Eli Mesika <emesika(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/FenceVdsManualyCommand.java
1 file changed, 3 insertions(+), 8 deletions(-)
Approvals:
Eli Mesika: Verified; Looks good to me, approved
Yair Zaslavsky: Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/24241
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I37a63d299244bc88a35e9c264e696ac88e6d7ef0
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Martin Peřina <mperina(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server