Accepting request 319808 from home:yan_gao:branches:network:ha-clustering:Factory:Test
- dbus: Remove redundant ref/unref of pending call records - stonithd: potential device list corruption - cib: don't destroy peer cache in peer status callback - systemd: Ensure pending structs are correctly unreferenced - systemd: Track pending operations so they can be safely cancelled - crmd: memory leak in CIB callbacks - attrd: memory leak in legacy attrd's CIB callback - attrd: memory leak in CIB callback - libcib: allow free function for user data supplied to CIB callbacks - xml: Prevent use-of-NULL in crm_xml_dump() - crm_mon: Memory leaks - Upstream version cs: 3fb7f71bf9ca2a3d6e1187fa3b74c7841d6af5a7 - pengine: properly handle blocked clone actions - pengine: Correctly bypass fencing for resources that do not require it - libservices: potential memory leaks when executing systemd actions - libservices: memory leak in DBus-related log messages - crmd: memory leaks in recurring operation history - pengine: Addtion of the clone resource clone-min metadata option - Upstream version cs: 3d781d3fe61504c841e3c89b2e8ccff8195d4af6 - Rebase bug-806256_pacemaker-log-level-notice.patch - Build: Update version numbers to 1.1.13 in version.m4 and sample spec file - fencing: Broadcast uname as soon as a peer's state has changed (bsc#938410) - fencing: remap sequential topology reboots to all-off-then-all-on - fencing: remap sequential topology reboots to off - fencing: support remapping reboots when processing fencing query results - fencing: treat remapped reboots as reboots when appropriate - fencing: support remapping reboots in fencing query results - crmd: check for errors when searching for CIB daemon's load file OBS-URL: https://build.opensuse.org/request/show/319808 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=212
This commit is contained in:
2
_service
2
_service
@@ -11,7 +11,7 @@
|
|||||||
<param name="version">1.1.13</param>
|
<param name="version">1.1.13</param>
|
||||||
-->
|
-->
|
||||||
<param name="versionformat">1.1.13+git%cd.%h</param>
|
<param name="versionformat">1.1.13+git%cd.%h</param>
|
||||||
<param name="revision">ef86b494a411ce920eb18b9b6541a3a0425a41e0</param>
|
<param name="revision">3fb7f71bf9ca2a3d6e1187fa3b74c7841d6af5a7</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@@ -4,11 +4,11 @@ Date: Thu Mar 14 09:41:53 2013 +0800
|
|||||||
|
|
||||||
Log: Change some messages to notice level (bnc#806256)
|
Log: Change some messages to notice level (bnc#806256)
|
||||||
|
|
||||||
Index: pacemaker/crmd/callbacks.c
|
Index: pacemaker-1.1.13+git20150720.bd8c4b5/crmd/callbacks.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pacemaker.orig/crmd/callbacks.c
|
--- pacemaker-1.1.13+git20150720.bd8c4b5.orig/crmd/callbacks.c
|
||||||
+++ pacemaker/crmd/callbacks.c
|
+++ pacemaker-1.1.13+git20150720.bd8c4b5/crmd/callbacks.c
|
||||||
@@ -204,7 +204,7 @@ peer_update_callback(enum crm_status_typ
|
@@ -210,7 +210,7 @@ peer_update_callback(enum crm_status_typ
|
||||||
const char *task = crm_element_value(down->xml, XML_LRM_ATTR_TASK);
|
const char *task = crm_element_value(down->xml, XML_LRM_ATTR_TASK);
|
||||||
|
|
||||||
if (alive && safe_str_eq(task, CRM_OP_FENCE)) {
|
if (alive && safe_str_eq(task, CRM_OP_FENCE)) {
|
||||||
@@ -17,10 +17,10 @@ Index: pacemaker/crmd/callbacks.c
|
|||||||
down->id);
|
down->id);
|
||||||
|
|
||||||
st_fail_count_reset(node->uname);
|
st_fail_count_reset(node->uname);
|
||||||
Index: pacemaker/crmd/membership.c
|
Index: pacemaker-1.1.13+git20150720.bd8c4b5/crmd/membership.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pacemaker.orig/crmd/membership.c
|
--- pacemaker-1.1.13+git20150720.bd8c4b5.orig/crmd/membership.c
|
||||||
+++ pacemaker/crmd/membership.c
|
+++ pacemaker-1.1.13+git20150720.bd8c4b5/crmd/membership.c
|
||||||
@@ -430,7 +430,7 @@ crm_update_quorum(gboolean quorum, gbool
|
@@ -430,7 +430,7 @@ crm_update_quorum(gboolean quorum, gbool
|
||||||
crm_xml_add(update, XML_ATTR_DC_UUID, fsa_our_uuid);
|
crm_xml_add(update, XML_ATTR_DC_UUID, fsa_our_uuid);
|
||||||
|
|
||||||
@@ -30,10 +30,10 @@ Index: pacemaker/crmd/membership.c
|
|||||||
fsa_register_cib_callback(call_id, FALSE, NULL, cib_quorum_update_complete);
|
fsa_register_cib_callback(call_id, FALSE, NULL, cib_quorum_update_complete);
|
||||||
free_xml(update);
|
free_xml(update);
|
||||||
}
|
}
|
||||||
Index: pacemaker/crmd/tengine.c
|
Index: pacemaker-1.1.13+git20150720.bd8c4b5/crmd/tengine.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pacemaker.orig/crmd/tengine.c
|
--- pacemaker-1.1.13+git20150720.bd8c4b5.orig/crmd/tengine.c
|
||||||
+++ pacemaker/crmd/tengine.c
|
+++ pacemaker-1.1.13+git20150720.bd8c4b5/crmd/tengine.c
|
||||||
@@ -204,7 +204,7 @@ do_te_invoke(long long action,
|
@@ -204,7 +204,7 @@ do_te_invoke(long long action,
|
||||||
destroy_graph(transition_graph);
|
destroy_graph(transition_graph);
|
||||||
transition_graph = unpack_graph(graph_data, graph_input);
|
transition_graph = unpack_graph(graph_data, graph_input);
|
||||||
@@ -43,16 +43,16 @@ Index: pacemaker/crmd/tengine.c
|
|||||||
graph_input);
|
graph_input);
|
||||||
|
|
||||||
te_reset_job_counts();
|
te_reset_job_counts();
|
||||||
Index: pacemaker/fencing/remote.c
|
Index: pacemaker-1.1.13+git20150720.bd8c4b5/fencing/remote.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pacemaker.orig/fencing/remote.c
|
--- pacemaker-1.1.13+git20150720.bd8c4b5.orig/fencing/remote.c
|
||||||
+++ pacemaker/fencing/remote.c
|
+++ pacemaker-1.1.13+git20150720.bd8c4b5/fencing/remote.c
|
||||||
@@ -374,7 +374,7 @@ remote_op_timeout(gpointer userdata)
|
@@ -596,7 +596,7 @@ remote_op_timeout(gpointer userdata)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
- crm_debug("Action %s (%s) for %s (%s) timed out",
|
- crm_debug("Action %s (%s) for %s (%s) timed out",
|
||||||
+ crm_notice("Action %s (%s) for %s (%s) timed out",
|
+ crm_notice("Action %s (%s) for %s (%s) timed out",
|
||||||
op->action, op->id, op->target, op->client_name);
|
op->action, op->id, op->target, op->client_name);
|
||||||
op->state = st_failed;
|
|
||||||
|
|
||||||
|
if (op->phase == st_phase_on) {
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c7b9031165038c9f58a626a497b0a9c81f159538ab158789c3708a10b18ec8de
|
|
||||||
size 9518113
|
|
3
pacemaker-1.1.13+git20150730.3fb7f71.tar.bz2
Normal file
3
pacemaker-1.1.13+git20150730.3fb7f71.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e4bd2b09ed376683c2b366631467799e31f2d9be3ef35d3f1bc7b3217d50113a
|
||||||
|
size 9641053
|
@@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 30 09:46:31 UTC 2015 - ygao@suse.com
|
||||||
|
|
||||||
|
- dbus: Remove redundant ref/unref of pending call records
|
||||||
|
- stonithd: potential device list corruption
|
||||||
|
- cib: don't destroy peer cache in peer status callback
|
||||||
|
- systemd: Ensure pending structs are correctly unreferenced
|
||||||
|
- systemd: Track pending operations so they can be safely cancelled
|
||||||
|
- crmd: memory leak in CIB callbacks
|
||||||
|
- attrd: memory leak in legacy attrd's CIB callback
|
||||||
|
- attrd: memory leak in CIB callback
|
||||||
|
- libcib: allow free function for user data supplied to CIB callbacks
|
||||||
|
- xml: Prevent use-of-NULL in crm_xml_dump()
|
||||||
|
- crm_mon: Memory leaks
|
||||||
|
- Upstream version cs: 3fb7f71bf9ca2a3d6e1187fa3b74c7841d6af5a7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 22 10:22:39 UTC 2015 - ygao@suse.com
|
||||||
|
|
||||||
|
- pengine: properly handle blocked clone actions
|
||||||
|
- pengine: Correctly bypass fencing for resources that do not require it
|
||||||
|
- libservices: potential memory leaks when executing systemd actions
|
||||||
|
- libservices: memory leak in DBus-related log messages
|
||||||
|
- crmd: memory leaks in recurring operation history
|
||||||
|
- pengine: Addtion of the clone resource clone-min metadata option
|
||||||
|
- Upstream version cs: 3d781d3fe61504c841e3c89b2e8ccff8195d4af6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 20 08:46:38 UTC 2015 - ygao@suse.com
|
||||||
|
|
||||||
|
- Rebase bug-806256_pacemaker-log-level-notice.patch
|
||||||
|
|
||||||
|
- Build: Update version numbers to 1.1.13 in version.m4 and sample spec file
|
||||||
|
- fencing: Broadcast uname as soon as a peer's state has changed (bsc#938410)
|
||||||
|
- fencing: remap sequential topology reboots to all-off-then-all-on
|
||||||
|
- fencing: remap sequential topology reboots to off
|
||||||
|
- fencing: support remapping reboots when processing fencing query results
|
||||||
|
- fencing: treat remapped reboots as reboots when appropriate
|
||||||
|
- fencing: support remapping reboots in fencing query results
|
||||||
|
- crmd: check for errors when searching for CIB daemon's load file
|
||||||
|
- libcib,libfencing,tools: memory leaks from xmlGetNodePath()
|
||||||
|
- attrd: use-after-free in attrd_client_update()
|
||||||
|
- fencing: memory leak when searching for a target's fencing topology
|
||||||
|
- lrmd: memory leak when freeing command structure
|
||||||
|
- libcluster: work around peer cache destruction in client status callbacks
|
||||||
|
- fencing: add support for operation phases to device properties
|
||||||
|
- fencing: add support for operation phases
|
||||||
|
- crmd: Do not enforce restart for resources that support reload and don't support any unique parameters
|
||||||
|
- crmd: Do not enforce restart for changes of non-unique parameters
|
||||||
|
- cts: change the stack from openais (white-tank) to corosync (plugin v0) in set_stack of environment.py (bsc#936149)
|
||||||
|
- Upstream version cs: bd8c4b5a30c9cacd0257fe50ab50d3a6436db42a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 10 14:03:00 UTC 2015 - ygao@suse.com
|
Fri Jul 10 14:03:00 UTC 2015 - ygao@suse.com
|
||||||
|
|
||||||
|
@@ -99,7 +99,7 @@ Name: pacemaker
|
|||||||
Summary: Scalable High-Availability cluster resource manager
|
Summary: Scalable High-Availability cluster resource manager
|
||||||
License: GPL-2.0+ and LGPL-2.1+
|
License: GPL-2.0+ and LGPL-2.1+
|
||||||
Group: Productivity/Clustering/HA
|
Group: Productivity/Clustering/HA
|
||||||
Version: 1.1.13+git20150709.ef86b49
|
Version: 1.1.13+git20150730.3fb7f71
|
||||||
Release: 0
|
Release: 0
|
||||||
#Release: %{pcmk_release}%{?dist}
|
#Release: %{pcmk_release}%{?dist}
|
||||||
Url: http://www.clusterlabs.org
|
Url: http://www.clusterlabs.org
|
||||||
|
Reference in New Issue
Block a user