Eli Mesika has uploaded a new change for review. Change subject: core: Fencing flow fails to get to secondery PM... ......................................................................
core: Fencing flow fails to get to secondery PM... Fencing flow fails to get to secondary PM (primary is deliberately configured with wrong params) Reason for the thrown exception was an unmatched parenthesis in the log message. The second parameter passed was {2) instead of {2} Change-Id: Iec2e0d6b77f0e01e36c01ea1d397862e293ee7ef Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1013654 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, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/34/20334/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/FenceVdsBaseCommand.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/FenceVdsBaseCommand.java index f9535c5..9a2020a 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/FenceVdsBaseCommand.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/FenceVdsBaseCommand.java @@ -514,7 +514,7 @@ FenceStatusReturnValue value = (FenceStatusReturnValue) returnValue.getReturnValue(); if (value.getStatus().equalsIgnoreCase("unknown")) { // No need to retry , agent definitions are corrupted - log.warnFormat("Host {0} {1} PM Agent definitions are corrupted, Waiting for Host to {2) aborted.", vdsName, order.name(), actionType.name()); + log.warnFormat("Host {0} {1} PM Agent definitions are corrupted, Waiting for Host to {2} aborted.", vdsName, order.name(), actionType.name()); break; } else { -- To view, visit http://gerrit.ovirt.org/20334 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iec2e0d6b77f0e01e36c01ea1d397862e293ee7ef Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.3 Gerrit-Owner: Eli Mesika <emes...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches