diff --git a/_service b/_service index f756a56..a8b816e 100644 --- a/_service +++ b/_service @@ -11,7 +11,7 @@ 1.1.12 --> 1.1.12.git%cd.%h - 266d5c2484716111616bcd0f32d9b94bc49baa77 + 28aee948cebd51305a2cdc3ec4f94252ce975655 diff --git a/bug-806256_pacemaker-log-level-notice.patch b/bug-806256_pacemaker-log-level-notice.patch index 435e007..ce96bc7 100644 --- a/bug-806256_pacemaker-log-level-notice.patch +++ b/bug-806256_pacemaker-log-level-notice.patch @@ -55,4 +55,4 @@ Index: pacemaker/fencing/remote.c + crm_notice("Action %s (%s) for %s (%s) timed out", op->action, op->id, op->target, op->client_name); op->state = st_failed; - remote_op_done(op, NULL, -ETIME, FALSE); + diff --git a/pacemaker-1.1.12.git20140904.266d5c2.tar.bz2 b/pacemaker-1.1.12.git20140904.266d5c2.tar.bz2 deleted file mode 100644 index 80ed757..0000000 --- a/pacemaker-1.1.12.git20140904.266d5c2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df8d3df106f75ed4d58196bd1b0813bc1cc86977df0b21ee59c1c2cb8044dbf2 -size 9332595 diff --git a/pacemaker-1.1.12.git20141016.28aee94.tar.bz2 b/pacemaker-1.1.12.git20141016.28aee94.tar.bz2 new file mode 100644 index 0000000..19d1e54 --- /dev/null +++ b/pacemaker-1.1.12.git20141016.28aee94.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e1409d3f330bd0b9031665f241631d2757f96e9d2ddf3d71adfcfe6edd3dd8 +size 9493235 diff --git a/pacemaker.changes b/pacemaker.changes index 54ca144..1c82b19 100644 --- a/pacemaker.changes +++ b/pacemaker.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Fri Oct 17 12:55:03 UTC 2014 - ygao@suse.com + +- remote: advertise default port correctly, further adjust default timeout periods +- remote: report timestamps for remote connection resource operations +- pengine: allow remote-nodes to be placed in maintenance mode +- xml: Prevent assert errors in crm_element_value() on applying a patch without version information (bsc#900296) +- pengine: prevent disabling rsc discovery per node in certain situations +- crm_resource: avoid deletion of lrm cache on node with resource discovery disabled. +- pengine: per-node control over resource discovery +- mainloop: fix potential segfault for fd = 0 +- ping: Correct metadata for attempts parameter (bsc#899324) +- ping: Pass extra options to fping (bsc#899324) +- ping: Remove incorrectly advertised migrate_to|migrate_from (bsc#899324) +- ping: Add use_fping parameter (bsc#899324) +- ping: Correctly advertise multiplier default (bsc#899324) +- pengine: resource discovery mode for location constraints +- cib: Ensure upgrade operations from a non-DC get an acknowledgement +- lrmd: cancel pending async connection during disconnect +- systemd: Ensure we don't call dbus_message_unref() with NULL +- systemd: Perform monitor operations without blocking +- dbus: Notice when dbus connections get disabled +- pengine: allow baremetal remote-nodes to recover without requiring fencing when cluster-node fails +- crmd: do not remove connection resources during re-probe +- pengine: only fence baremetal remote when connection can fails or can not be recovered +- ipc: properly allocate server enforced buffer size on client +- remote: advertise more reasonable timeout periods for remote-nodes connections +- crmd: properly update job limit for baremetal remote-nodes +- crmd: Remote-node throttle jobs count towards cluster-node hosting conneciton rsc +- crmd: Ensure throttle_mode() does something on Linux +- systemd: Perform actions asynchronously +- crm_attribute: Correctly update config options when -o crm_config is specified +- crmd: Fixes crash when remote connection migration fails +- pengine: fixes segfault caused by malformed log warning +- Allow fail-counts to be removed en-mass when the new attrd is in operation +- fencing: Use the correct define for origin +- fencing: Reject actions for devices that haven't been explicitly registered yet +- cts : change default cluster stack from openais to corosync (bsc#894871) +- crm_resource: Ensure fail-counts are purged when we redetect the state of all resources +- corosync: Avoid unnecessary repeated CMAP API calls (bsc#870771) +- cib: Do not update on disk backups if we're just querying them +- mcp: Allow orphan children to initiate node panic via SIGQUIT +- Support machine panics for some kinds of errors (via sbd if available) +- PE: Allow natural ordering of colocation sets +- stonith-ng: Reset mainloop source IDs after removing them +- Fencing: Force 'stonith-ng' as the system name +- crm_mon: Repair notification delivery when the v2 patch format is in use +- mcp: Teach pacemakerd to ignore SIGHUP + +- Rebase bug-806256_pacemaker-log-level-notice.patch + +- Upstream version cs: 28aee948cebd51305a2cdc3ec4f94252ce975655 + ------------------------------------------------------------------- Fri Sep 5 07:33:50 UTC 2014 - ygao@suse.com @@ -105,7 +158,7 @@ Tue Jul 1 08:03:50 UTC 2014 - ygao@suse.com ------------------------------------------------------------------- Fri Jun 13 03:16:29 UTC 2014 - ygao@suse.com -- Bug cl#5219 - PE: Allow unrelated resources with a common colocation target to remain promoted +- Bug cl#5219 - PE: Allow unrelated resources with a common colocation target to remain promoted (bnc#899175) - Bug cl#5222 - Enable legacy mode whenever a broadcast update is detected (bnc#881575) - xml: Prevent incorrect xml diffs from corrupting the cib (bnc#878362) - mainloop: implement gio_poll_dispatch_mod diff --git a/pacemaker.spec b/pacemaker.spec index 6236d60..fc629d5 100644 --- a/pacemaker.spec +++ b/pacemaker.spec @@ -99,7 +99,7 @@ Name: pacemaker Summary: Scalable High-Availability cluster resource manager License: GPL-2.0+ and LGPL-2.1+ Group: Productivity/Clustering/HA -Version: 1.1.12.git20140904.266d5c2 +Version: 1.1.12.git20141016.28aee94 Release: 0 #Release: %{pcmk_release}%{?dist} Url: http://www.clusterlabs.org