Eli Mesika has submitted this change and it was merged.
Change subject: core: RFE: Multi-Tier fencing
......................................................................
core: RFE: Multi-Tier fencing
This patch fixes a bug in the multiple sequential PM agent treatment.
The secondary agent was used only if the primary agent was configured OK
and the fence command was sent successfully to it and it fails to perform
the command after the configured wait/retries.
This patch change this behaviour to use the secondary agent also if the
primary agent was not configured well or from some reason can not be
used although having the correct configuration (can not be accessed for
example due to networking issue)
Change-Id: I8ee542e7ddaec1bcdc777295b8222aceed798ed9
Signed-off-by: Eli Mesika <emesika(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/FenceVdsBaseCommand.java
1 file changed, 40 insertions(+), 31 deletions(-)
Approvals:
Eli Mesika: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/12785
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I8ee542e7ddaec1bcdc777295b8222aceed798ed9
Gerrit-PatchSet: 2
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: Yair Zaslavsky <yzaslavs(a)redhat.com>