[Pacemaker] [PATCH] Downgrade probe log message for promoted ms resources
Vladislav Bogdanov
bubble at hoster-ok.com
Sun Jan 12 09:29:28 UTC 2014
Hi,
This is the only one message I see in logs in otherwise static cluster
(with rechecks enabled), probably it is good idea to downgrade it to info.
diff --git a/lib/pengine/unpack.c b/lib/pengine/unpack.c
index 97e114f..6dbcf19 100644
--- a/lib/pengine/unpack.c
+++ b/lib/pengine/unpack.c
@@ -2515,7 +2515,7 @@ determine_op_status(
case PCMK_OCF_RUNNING_MASTER:
if (is_probe) {
result = PCMK_LRM_OP_DONE;
- crm_notice("Operation %s found resource %s active in master mode on %s",
+ pe_rsc_info(rsc, "Operation %s found resource %s active in master mode on %s",
task, rsc->id, node->details->uname);
} else if (target_rc == rc) {
More information about the Pacemaker
mailing list