2013-05-21 12:29:04 +00: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)
|
|
|
|
|
2023-01-04 12:38:55 +00:00
|
|
|
Index: pacemaker-2.1.5+20221208.cd0f91f51/daemons/controld/controld_membership.c
|
2013-07-22 10:12:36 +00:00
|
|
|
===================================================================
|
2023-01-04 12:38:55 +00:00
|
|
|
--- pacemaker-2.1.5+20221208.cd0f91f51.orig/daemons/controld/controld_membership.c
|
|
|
|
+++ pacemaker-2.1.5+20221208.cd0f91f51/daemons/controld/controld_membership.c
|
|
|
|
@@ -431,7 +431,7 @@ crm_update_quorum(gboolean quorum, gbool
|
|
|
|
crm_xml_add(update, XML_ATTR_DC_UUID, controld_globals.our_uuid);
|
2013-05-21 12:29:04 +00:00
|
|
|
|
|
|
|
fsa_cib_update(XML_TAG_CIB, update, call_options, call_id, NULL);
|
2020-12-07 09:07:23 +00: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 12:29:04 +00:00
|
|
|
fsa_register_cib_callback(call_id, FALSE, NULL, cib_quorum_update_complete);
|
|
|
|
free_xml(update);
|
2023-01-04 12:38:55 +00:00
|
|
|
Index: pacemaker-2.1.5+20221208.cd0f91f51/daemons/controld/controld_transition.c
|
2013-07-22 10:12:36 +00:00
|
|
|
===================================================================
|
2023-01-04 12:38:55 +00:00
|
|
|
--- pacemaker-2.1.5+20221208.cd0f91f51.orig/daemons/controld/controld_transition.c
|
|
|
|
+++ pacemaker-2.1.5+20221208.cd0f91f51/daemons/controld/controld_transition.c
|
2022-02-09 12:32:34 +00:00
|
|
|
@@ -182,7 +182,7 @@ do_te_invoke(long long action,
|
2023-01-04 12:38:55 +00:00
|
|
|
CRM_CHECK(controld_globals.transition_graph != NULL,
|
|
|
|
controld_globals.transition_graph = create_blank_graph();
|
|
|
|
return);
|
|
|
|
- crm_info("Processing graph %d (ref=%s) derived from %s",
|
|
|
|
+ crm_notice("Processing graph %d (ref=%s) derived from %s",
|
|
|
|
controld_globals.transition_graph->id, ref, graph_input);
|
2013-05-21 12:29:04 +00:00
|
|
|
|
2013-11-10 01:38:35 +00:00
|
|
|
te_reset_job_counts();
|
2023-01-04 12:38:55 +00:00
|
|
|
Index: pacemaker-2.1.5+20221208.cd0f91f51/daemons/fenced/fenced_remote.c
|
2013-07-22 10:12:36 +00:00
|
|
|
===================================================================
|
2023-01-04 12:38:55 +00:00
|
|
|
--- pacemaker-2.1.5+20221208.cd0f91f51.orig/daemons/fenced/fenced_remote.c
|
|
|
|
+++ pacemaker-2.1.5+20221208.cd0f91f51/daemons/fenced/fenced_remote.c
|
|
|
|
@@ -687,7 +687,7 @@ finalize_timed_out_op(remote_fencing_op_
|
2022-02-09 12:32:34 +00:00
|
|
|
{
|
|
|
|
op->op_timer_total = 0;
|
2013-05-21 12:29:04 +00:00
|
|
|
|
2019-11-07 16:09:29 +00: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 10:34:27 +00:00
|
|
|
CRM_XS " id=%.8s",
|
2019-11-07 16:09:29 +00:00
|
|
|
op->action, op->target, op->client_name, op->id);
|
2015-03-27 15:20:34 +00:00
|
|
|
|