Hello community,

here is the log from the commit of package pacemaker for openSUSE:Factory 
checked in at 2013-11-12 10:53:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2013-11-07 
08:43:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker.changes 2013-11-12 
10:53:58.000000000 +0100
@@ -1,0 +2,50 @@
+Sun Nov 10 00:43:46 UTC 2013 - [email protected]
+
+- Rebase:
+  * bug-806256_pacemaker-log-level-notice.patch
+
+- Drop the obsolete patch:
+  * bug-800323_pacemaker-crm_mon-save-cib.patch
+
+- Probe for baremetal remote-node connection resources.
+- remote: Add support for ipv6 into pacemaker_remote daemon
+- election/fencing: Fix the casts that would result in incorrect values for 
big-endian systems (bnc#842915)
+- Fencing: Apply correct score to the resource of group
+- crm_resource: Wait for the correct number of replies when cleaning up 
resources (bnc#842204)
+- cpg: Only process one message at a time to allow other priority jobs to be 
performed
+- remote: Handle endian changes between client and server and improve forward 
compatibility
+- crmd: A more reliable method of looking up migration options
+- crmd: Allow non-CIB based throttling to be disabled
+- crmd: Honor load thresholds lower than the cib maximum
+- crmd: Tell the DC our job limit instead of the number of cores
+- crmd: Track the CIB's CPU usage
+- crmd: Fold the enforcement of migration-limit into the throttling code
+- crmd: Don't start throttling until we're over the target threshold
+- crmd: Do not send throttle updates to versions that don't support them
+- ipc: Use the higher of the configured buffer size or the default
+- crmd: Tweak the throttling threshold multipliers
+- crmd: Simplify option processing for throttling options
+- crmd: Simplify the logic for calculating the number of available cores
+- crmd: Make the per-node action limit directly configurable in the CIB
+- crmd: Tweak the throttling code based on migration-limit and/or 
LRMD_MAX_CHILDREN (bnc#838358)
+- crmd: Slow down recovery on nodes with IO load
+- crmd: Make the utilization limit configurable
+- crmd: Use the load on our peers to know how many jobs to send them
+- crmd: Notify peers of our relative load
+- remote: Properly version the remote connection protocol
+- crmd: Track CPU usage on cluster nodes
+- ipc: Consolidate client/server flags and add version field to header
+- ipc: Suppress asserts for proxied connections
+- crmd: Do not block on proxied calls from pacemaker_remoted
+- lrmd: Do not interrogate NULL replies from the server
+- crm_mon: Reduce flickering in interactive mode
+- fencing: Ignore changes to non-fencing resources
+- cli: Do not enabled blackbox for cli tools
+- crm_resource: Wait for all replies when cleaning up resources (bnc#842204)
+- crm_mon: Correctly show the queued and exec times for an action
+- crmd: Correctly update expected state when the previous DC shuts down
+- crm_resource: Observe --master modifier for --move
+- PE: Location constraints with role=Started should prevent masters from 
running at all
+- Upstream version cs: 907f52608e97b4f280690618342e1377f184b554
+
+-------------------------------------------------------------------

Old:
----
  bug-800323_pacemaker-crm_mon-save-cib.patch

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

Other differences:
------------------
++++++ pacemaker.spec ++++++
--- /var/tmp/diff_new_pack.K9kWoo/_old  2013-11-12 10:53:59.000000000 +0100
+++ /var/tmp/diff_new_pack.K9kWoo/_new  2013-11-12 10:53:59.000000000 +0100
@@ -112,9 +112,8 @@
 Patch6:         pacemaker-cibsecret-tool-temp-disabled.patch
 Patch7:         pacemaker-nagios-plugin-dir.patch
 Patch8:         bug-812269_pacemaker-fencing-update-cib.patch
-Patch9:         bug-800323_pacemaker-crm_mon-save-cib.patch
-Patch10:        bug-812269_pacemaker-fencing-device-register-messages.patch
-Patch11:        pacemaker-Wno-cast-align.patch
+Patch9:         bug-812269_pacemaker-fencing-device-register-messages.patch
+Patch10:        pacemaker-Wno-cast-align.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Provides:       pacemaker-ticket-support = 2.0
 Conflicts:      heartbeat < 3.0
@@ -401,7 +400,6 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
-%patch11 -p1
 
 # Force the local time
 #

++++++ bug-806256_pacemaker-log-level-notice.patch ++++++
--- /var/tmp/diff_new_pack.K9kWoo/_old  2013-11-12 10:53:59.000000000 +0100
+++ /var/tmp/diff_new_pack.K9kWoo/_new  2013-11-12 10:53:59.000000000 +0100
@@ -8,7 +8,7 @@
 ===================================================================
 --- pacemaker.orig/crmd/callbacks.c
 +++ pacemaker/crmd/callbacks.c
-@@ -179,7 +179,7 @@ peer_update_callback(enum crm_status_typ
+@@ -182,7 +182,7 @@ peer_update_callback(enum crm_status_typ
              const char *task = crm_element_value(down->xml, 
XML_LRM_ATTR_TASK);
  
              if (alive && safe_str_eq(task, CRM_OP_FENCE)) {
@@ -21,7 +21,7 @@
 ===================================================================
 --- pacemaker.orig/crmd/membership.c
 +++ pacemaker/crmd/membership.c
-@@ -297,7 +297,7 @@ crm_update_quorum(gboolean quorum, gbool
+@@ -312,7 +312,7 @@ crm_update_quorum(gboolean quorum, gbool
          crm_xml_add(update, XML_ATTR_DC_UUID, fsa_our_uuid);
  
          fsa_cib_update(XML_TAG_CIB, update, call_options, call_id, NULL);
@@ -42,12 +42,12 @@
 +        crm_notice("Processing graph %d (ref=%s) derived from %s", 
transition_graph->id, ref,
                   graph_input);
  
-         value = crm_element_value(graph_data, "failed-stop-offset");
+         te_reset_job_counts();
 Index: pacemaker/fencing/remote.c
 ===================================================================
 --- pacemaker.orig/fencing/remote.c
 +++ pacemaker/fencing/remote.c
-@@ -341,7 +341,7 @@ remote_op_timeout(gpointer userdata)
+@@ -345,7 +345,7 @@ remote_op_timeout(gpointer userdata)
          return FALSE;
      }
  

++++++ pacemaker.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/pacemaker/pacemaker.tar.bz2 
/work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker.tar.bz2 differ: char 11, 
line 1

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

Reply via email to