- Rebase bug-812269_pacemaker-fencing-device-register-messages.patch

OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=112
This commit is contained in:
Yan Gao 2014-03-03 09:35:43 +00:00 committed by Git OBS Bridge
parent ecf1558079
commit eed638275e
2 changed files with 15 additions and 10 deletions

View File

@ -4,10 +4,10 @@ Date: Thu Apr 18 16:00:02 2013 +0800
Log: fencing: Drop the severity of the messages on registering a stonith device
Index: pacemaker/fencing/commands.c
Index: pacemaker-1.1.11+git20140303.ca8234d/fencing/commands.c
===================================================================
--- pacemaker.orig/fencing/commands.c
+++ pacemaker/fencing/commands.c
--- pacemaker-1.1.11+git20140303.ca8234d.orig/fencing/commands.c
+++ pacemaker-1.1.11+git20140303.ca8234d/fencing/commands.c
@@ -817,7 +817,7 @@ stonith_device_register(xmlNode * msg, c
dup = device_has_duplicate(device);
@ -26,16 +26,16 @@ Index: pacemaker/fencing/commands.c
g_hash_table_size(device_list));
}
if (desc) {
Index: pacemaker/fencing/main.c
Index: pacemaker-1.1.11+git20140303.ca8234d/fencing/main.c
===================================================================
--- pacemaker.orig/fencing/main.c
+++ pacemaker/fencing/main.c
@@ -878,7 +878,7 @@ update_cib_cache_cb(const char *event, x
switch (rc) {
--- pacemaker-1.1.11+git20140303.ca8234d.orig/fencing/main.c
+++ pacemaker-1.1.11+git20140303.ca8234d/fencing/main.c
@@ -981,7 +981,7 @@ update_cib_cache_cb(const char *event, x
break;
case -pcmk_err_diff_resync:
case -pcmk_err_diff_failed:
- crm_notice("[%s] Patch aborted: %s (%d)", event, pcmk_strerror(rc), rc);
+ crm_info("[%s] Patch aborted: %s (%d)", event, pcmk_strerror(rc), rc);
case pcmk_ok:
free_xml(local_cib);
local_cib = NULL;
break;
default:

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 3 09:32:30 UTC 2014 - ygao@suse.com
- Rebase bug-812269_pacemaker-fencing-device-register-messages.patch
-------------------------------------------------------------------
Mon Mar 3 07:40:22 UTC 2014 - ygao@suse.com