Hello community,

here is the log from the commit of package pacemaker for openSUSE:Factory 
checked in at 2014-10-25 08:32:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pacemaker (Old)
 and      /work/SRC/openSUSE:Factory/.pacemaker.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pacemaker"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pacemaker/pacemaker.changes      2014-09-15 
17:40:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker.changes 2014-10-25 
08:32:43.000000000 +0200
@@ -1,0 +2,53 @@
+Fri Oct 17 12:55:03 UTC 2014 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------
@@ -108 +161 @@
-- 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)

Old:
----
  pacemaker-1.1.12.git20140904.266d5c2.tar.bz2

New:
----
  pacemaker-1.1.12.git20141016.28aee94.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pacemaker.spec ++++++
--- /var/tmp/diff_new_pack.85ilkp/_old  2014-10-25 08:32:45.000000000 +0200
+++ /var/tmp/diff_new_pack.85ilkp/_new  2014-10-25 08:32:45.000000000 +0200
@@ -99,7 +99,7 @@
 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

++++++ _service ++++++
--- /var/tmp/diff_new_pack.85ilkp/_old  2014-10-25 08:32:45.000000000 +0200
+++ /var/tmp/diff_new_pack.85ilkp/_new  2014-10-25 08:32:45.000000000 +0200
@@ -11,7 +11,7 @@
     <param name="version">1.1.12</param>
 -->
     <param name="versionformat">1.1.12.git%cd.%h</param>
-    <param name="revision">266d5c2484716111616bcd0f32d9b94bc49baa77</param>
+    <param name="revision">28aee948cebd51305a2cdc3ec4f94252ce975655</param>
   </service>
 
   <service name="recompress" mode="disabled">

++++++ bug-806256_pacemaker-log-level-notice.patch ++++++
--- /var/tmp/diff_new_pack.85ilkp/_old  2014-10-25 08:32:45.000000000 +0200
+++ /var/tmp/diff_new_pack.85ilkp/_new  2014-10-25 08:32:45.000000000 +0200
@@ -55,4 +55,4 @@
 +    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);
+

++++++ pacemaker-1.1.12.git20140904.266d5c2.tar.bz2 -> 
pacemaker-1.1.12.git20141016.28aee94.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/pacemaker/pacemaker-1.1.12.git20140904.266d5c2.tar.bz2
 
/work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker-1.1.12.git20141016.28aee94.tar.bz2
 differ: char 11, line 1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to