2013-05-21 14:29:04 +02:00
|
|
|
commit b802c689cdad03a185c5c6689741e2a4db8d5924
|
|
|
|
Author: Gao,Yan <ygao@suse.com>
|
|
|
|
Date: Thu Mar 14 09:41:53 2013 +0800
|
|
|
|
|
|
|
|
Log: Change some messages to notice level (bnc#806256)
|
|
|
|
|
2022-02-09 13:32:34 +01:00
|
|
|
Index: pacemaker-2.1.2+20220126.57e783b4b/daemons/controld/controld_membership.c
|
2013-07-22 12:12:36 +02:00
|
|
|
===================================================================
|
2022-02-09 13:32:34 +01:00
|
|
|
--- pacemaker-2.1.2+20220126.57e783b4b.orig/daemons/controld/controld_membership.c
|
|
|
|
+++ pacemaker-2.1.2+20220126.57e783b4b/daemons/controld/controld_membership.c
|
2021-02-01 11:34:27 +01:00
|
|
|
@@ -410,7 +410,7 @@ crm_update_quorum(gboolean quorum, gbool
|
2013-07-22 12:12:36 +02:00
|
|
|
crm_xml_add(update, XML_ATTR_DC_UUID, fsa_our_uuid);
|
2013-05-21 14:29:04 +02:00
|
|
|
|
|
|
|
fsa_cib_update(XML_TAG_CIB, update, call_options, call_id, NULL);
|
2020-12-07 10:07:23 +01:00
|
|
|
- crm_debug("Updating quorum status to %s (call=%d)",
|
|
|
|
+ crm_notice("Updating quorum status to %s (call=%d)",
|
|
|
|
pcmk__btoa(quorum), call_id);
|
2013-05-21 14:29:04 +02:00
|
|
|
fsa_register_cib_callback(call_id, FALSE, NULL, cib_quorum_update_complete);
|
|
|
|
free_xml(update);
|
2022-02-09 13:32:34 +01:00
|
|
|
Index: pacemaker-2.1.2+20220126.57e783b4b/daemons/controld/controld_transition.c
|
2013-07-22 12:12:36 +02:00
|
|
|
===================================================================
|
2022-02-09 13:32:34 +01:00
|
|
|
--- pacemaker-2.1.2+20220126.57e783b4b.orig/daemons/controld/controld_transition.c
|
|
|
|
+++ pacemaker-2.1.2+20220126.57e783b4b/daemons/controld/controld_transition.c
|
|
|
|
@@ -182,7 +182,7 @@ do_te_invoke(long long action,
|
|
|
|
transition_graph = pcmk__unpack_graph(graph_data, graph_input);
|
|
|
|
CRM_CHECK(transition_graph != NULL,
|
|
|
|
transition_graph = create_blank_graph(); return);
|
2013-05-21 14:29:04 +02:00
|
|
|
- crm_info("Processing graph %d (ref=%s) derived from %s", transition_graph->id, ref,
|
|
|
|
+ crm_notice("Processing graph %d (ref=%s) derived from %s", transition_graph->id, ref,
|
|
|
|
graph_input);
|
|
|
|
|
2013-11-10 02:38:35 +01:00
|
|
|
te_reset_job_counts();
|
2022-02-09 13:32:34 +01:00
|
|
|
Index: pacemaker-2.1.2+20220126.57e783b4b/daemons/fenced/fenced_remote.c
|
2013-07-22 12:12:36 +02:00
|
|
|
===================================================================
|
2022-02-09 13:32:34 +01:00
|
|
|
--- pacemaker-2.1.2+20220126.57e783b4b.orig/daemons/fenced/fenced_remote.c
|
|
|
|
+++ pacemaker-2.1.2+20220126.57e783b4b/daemons/fenced/fenced_remote.c
|
|
|
|
@@ -670,7 +670,7 @@ finalize_timed_out_op(remote_fencing_op_
|
|
|
|
{
|
|
|
|
op->op_timer_total = 0;
|
2013-05-21 14:29:04 +02:00
|
|
|
|
2019-11-07 17:09:29 +01:00
|
|
|
- crm_debug("Action '%s' targeting %s for client %s timed out "
|
|
|
|
+ crm_notice("Action '%s' targeting %s for client %s timed out "
|
2021-02-01 11:34:27 +01:00
|
|
|
CRM_XS " id=%.8s",
|
2019-11-07 17:09:29 +01:00
|
|
|
op->action, op->target, op->client_name, op->id);
|
2015-03-27 16:20:34 +01:00
|
|
|
|