Tal Nisan has submitted this change and it was merged.
Change subject: core: skip non-responding hosts in proxy selection.
......................................................................
core: skip non-responding hosts in proxy selection.
non-responding host is selected as a proxy for fencing operations
This patch adds the host NonResponsive status as an illegal status for
the proxy selection algorithm.
Hosts that are in NonResponsive state have communication problems that
prevents them from being proxy candidates.
Change-Id: Idaa861b32b20cca43a7fe41f318c3e8bcec4c95d
Bug-Url:
https://bugzilla.redhat.com/show_bug.cgi?id=1145321
Signed-off-by: Eli Mesika <emesika(a)redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/FenceExecutor.java
1 file changed, 2 insertions(+), 1 deletion(-)
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/33431
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Idaa861b32b20cca43a7fe41f318c3e8bcec4c95d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.5
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: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server