diff --git a/_servicedata b/_servicedata index b468a3a..bb73cd1 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ git://github.com/ClusterLabs/pacemaker.git - ae50b7f5dc35c19f7cbddd165291b3aaac30da8c + 633845120c493da6853b4f61138582ba820a7a0e \ No newline at end of file diff --git a/bug-806256_pacemaker-log-level-notice.patch b/bug-806256_pacemaker-log-level-notice.patch index e33ee69..6e73ec5 100644 --- a/bug-806256_pacemaker-log-level-notice.patch +++ b/bug-806256_pacemaker-log-level-notice.patch @@ -4,11 +4,11 @@ Date: Thu Mar 14 09:41:53 2013 +0800 Log: Change some messages to notice level (bnc#806256) -Index: pacemaker-1.1.17+20170727.d134f83b4/crmd/membership.c +Index: pacemaker-1.1.18+20180406.633845120/crmd/membership.c =================================================================== ---- pacemaker-1.1.17+20170727.d134f83b4.orig/crmd/membership.c -+++ pacemaker-1.1.17+20170727.d134f83b4/crmd/membership.c -@@ -434,7 +434,7 @@ crm_update_quorum(gboolean quorum, gbool +--- pacemaker-1.1.18+20180406.633845120.orig/crmd/membership.c ++++ pacemaker-1.1.18+20180406.633845120/crmd/membership.c +@@ -426,7 +426,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); @@ -17,23 +17,23 @@ Index: pacemaker-1.1.17+20170727.d134f83b4/crmd/membership.c fsa_register_cib_callback(call_id, FALSE, NULL, cib_quorum_update_complete); free_xml(update); -Index: pacemaker-1.1.17+20170727.d134f83b4/crmd/tengine.c +Index: pacemaker-1.1.18+20180406.633845120/crmd/tengine.c =================================================================== ---- pacemaker-1.1.17+20170727.d134f83b4.orig/crmd/tengine.c -+++ pacemaker-1.1.17+20170727.d134f83b4/crmd/tengine.c -@@ -214,7 +214,7 @@ do_te_invoke(long long action, - destroy_graph(transition_graph); - transition_graph = unpack_graph(graph_data, graph_input); - CRM_CHECK(transition_graph != NULL, transition_graph = create_blank_graph(); return); +--- pacemaker-1.1.18+20180406.633845120.orig/crmd/tengine.c ++++ pacemaker-1.1.18+20180406.633845120/crmd/tengine.c +@@ -188,7 +188,7 @@ do_te_invoke(long long action, + transition_graph = create_blank_graph(); + return; + } - crm_info("Processing graph %d (ref=%s) derived from %s", transition_graph->id, ref, + crm_notice("Processing graph %d (ref=%s) derived from %s", transition_graph->id, ref, graph_input); te_reset_job_counts(); -Index: pacemaker-1.1.17+20170727.d134f83b4/fencing/remote.c +Index: pacemaker-1.1.18+20180406.633845120/fencing/remote.c =================================================================== ---- pacemaker-1.1.17+20170727.d134f83b4.orig/fencing/remote.c -+++ pacemaker-1.1.17+20170727.d134f83b4/fencing/remote.c +--- pacemaker-1.1.18+20180406.633845120.orig/fencing/remote.c ++++ pacemaker-1.1.18+20180406.633845120/fencing/remote.c @@ -576,7 +576,7 @@ remote_op_timeout(gpointer userdata) return FALSE; } diff --git a/pacemaker-1.1.18+20180216.ae50b7f5d.tar.xz b/pacemaker-1.1.18+20180216.ae50b7f5d.tar.xz deleted file mode 100644 index 981fcac..0000000 --- a/pacemaker-1.1.18+20180216.ae50b7f5d.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7aa12e462b2406cb1e8124ea613c4815e8cde306585649b168d97064e7ebbe27 -size 3234552 diff --git a/pacemaker-1.1.18+20180406.633845120.tar.xz b/pacemaker-1.1.18+20180406.633845120.tar.xz new file mode 100644 index 0000000..e38a21c --- /dev/null +++ b/pacemaker-1.1.18+20180406.633845120.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a8dcf20edf5c7d01201771b805e2a2cec5c8fa65558a261ee3b9bb2330b2eb1 +size 3260056 diff --git a/pacemaker.changes b/pacemaker.changes index b2583a1..7c86839 100644 --- a/pacemaker.changes +++ b/pacemaker.changes @@ -1,3 +1,120 @@ +------------------------------------------------------------------- +Mon Apr 9 09:19:28 UTC 2018 - ygao@suse.com + +- Update to version 1.1.18+20180406.633845120: +- libcrmcommon: add a byte to pid file holder +- attrd,cib,libcrmcommon: avoid %z +- crmd: avoid memory leak when synthesizing operation result +- tools: avoid memory leak on invalid resource +- crmd: log rc code as extended information +- cib: avoid file descriptor leak on temporary file creation +- pengine: avoid redundant test +- libcrmcommon: handle compression failures properly +- libcrmcommon: improve empty string check +- various: improve NULL checks +- libcrmcommon: improve patch xpath searches +- libcrmcommon,tools: use format strings appropriate to variables +- libcrmcommon: use correct argument type for duration +- libcrmcluster: avoid potential use-of-NULL +- libcrmcommon,libstonithd: avoid resource leaks +- tools: get sensor lun in ipmiservicelogd before using it +- schema upgrade: temporary fix to avoid crash on newly present text + +------------------------------------------------------------------- +Fri Apr 6 15:39:19 UTC 2018 - ygao@suse.com + +- Update to version 1.1.18+20180406.ce623681e: +- fencing: convert fence_legacy to python +- fencing: fix typos in messages + +------------------------------------------------------------------- +Fri Apr 6 14:49:31 UTC 2018 - ygao@suse.com + +- Update to version 1.1.18+20180406.18fe1cc2b: +- XML: upgrade-2.10.xsl: add transform for automatic upgrades to latest schema +- Log: establish correct character string literals also with qb_logt sink +- pengine: fix swapped warning message arguments leading to segfault +- cts-pengine: add regression test for notifications for unrunnable actions +- cts-pengine: update regression tests for notification changes +- rhbz#1545449 - Do not perform notifications for events we know wont be executed +- bundle: Added add-host option. +- liblrmd: add API function for new lrmd op +- lrmd: add new lrmd op to list recurring ops +- spec: require corosync >= 2.0.0 +- crmd,libcrmcommon,libpe_status: guint can't be negative +- xml: Allow local "kind" in resource_set within rsc_order (bsc#1085515) +- Pacemaker Explained: "symmetrical" defaults to "false" for serialize orders (bsc#1085515) +- pengine: "symmetrical" defaults to "false" for serialize orders (bsc#1085515) +- pengine: Avoid potential use-of-NULL in unpack_simple_rsc_order() (bsc#1085515) +- cts-pengine: add new regression test for interval handling +- libpe_status: handle ISO8601 intervals when checking for blocking failures +- pengine: properly cancel recurring monitors +- pengine: improve recurring operation messages +- pengine: check for duplicate intervals properly +- libcrmcommon: avoid misuse of crm_get_msec() +- pengine: treat reconnect_interval more consistently with action intervals +- libpe_status: use default timeout rather than 0 if timeout spec is bad +- libpe_status: use correct default timeout for monitors + +------------------------------------------------------------------- +Fri Mar 23 13:19:39 UTC 2018 - ygao@suse.com + +- Update to version 1.1.18+20180322.d37067b2a: +- spec: Make sure shadow package is installed before adding user and group + +------------------------------------------------------------------- +Tue Mar 13 18:53:03 UTC 2018 - ygao@suse.com + +- Update to version 1.1.18+20180313.2c83c6872: +- cts-pengine: add regression test for changing bundle replica count +- libpe_status: handle unique bundle children correctly + +------------------------------------------------------------------- +Tue Mar 13 00:46:45 UTC 2018 - ygao@suse.com + +- Update to version 1.1.18+20180312.31c732adc: +- spec: make shadow dependency explicit +- spec: drop requirements for bison and flex + +------------------------------------------------------------------- +Sat Mar 10 18:37:13 UTC 2018 - ygao@suse.com + +- Update to version 1.1.18+20180309.e51687162: +- crmd,liblrmd,libcrmcommon: improve remote node disconnection logs +- libcrmcommon: add function to get text equivalent of client type +- crmd: always write faked failures to CIB whenever possible +- liblrmd: add function to create resource info structure +- crmd: functionize setting fake operation status +- crmd: always assert when operation can't be created +- crmd: avoid core dump if remote connection doesn't exist +- crmd: improve lrmd failure handling +- crmd: return rich error codes from get_lrm_resource() +- crmd: match only executed down events +- crmd: functionize pieces of do_lrm_invoke() +- crmd: don't abort for v2 diff LRM refresh if actions pending +- crmd: validate CIB diffs better + +------------------------------------------------------------------- +Wed Mar 7 13:06:04 UTC 2018 - ygao@suse.com + +- Update to version 1.1.18+20180305.9cd0f6cb8: +- libcrmcommon: avoid memory leak when schema transform not found +- tools: warn if crm_resource --wait called in mixed-version cluster +- Install /etc/pacemaker directory for storing authkey file (bsc#1082883) + +------------------------------------------------------------------- +Wed Feb 28 13:57:19 UTC 2018 - ygao@suse.com + +- Update to version 1.1.18+20180226.f788652cf: +- crmd: log transition ID when aborting +- crmd: always log unmatched down events at least at debug level +- pengine: deprecate require-all in rsc_order (fate#324508) +- libpe_status: deprecate stonith-action=poweroff (fate#324508) +- tools: already latest schema is not failure for cibadmin --upgrade +- libcrmcluster: prefer corosync name over ring0_addr (fate#324508) +- spec: add gcc to BuildRequires +- attrd: Synchronize attributes held only on own node. + ------------------------------------------------------------------- Fri Feb 23 04:28:37 UTC 2018 - ygao@suse.com diff --git a/pacemaker.spec b/pacemaker.spec index 7e851d6..af69244 100644 --- a/pacemaker.spec +++ b/pacemaker.spec @@ -71,7 +71,7 @@ %endif Name: pacemaker -Version: 1.1.18+20180216.ae50b7f5d +Version: 1.1.18+20180406.633845120 Release: 0 Summary: Scalable High-Availability cluster resource manager # AGPL-3.0 licensed extra/clustermon.sh is not present in the binary @@ -96,11 +96,10 @@ Patch10: pacemaker-cts-StartCmd.patch # Required for core functionality BuildRequires: autoconf BuildRequires: automake -BuildRequires: bison BuildRequires: coreutils BuildRequires: fdupes BuildRequires: findutils -BuildRequires: flex +BuildRequires: gcc BuildRequires: grep BuildRequires: help2man BuildRequires: libtool @@ -129,7 +128,7 @@ BuildRequires: pkgconfig(python3) BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(uuid) Requires: %{name}-cli = %{version}-%{release} -Requires: corosync +Requires: corosync >= 2.0.0 Requires: libpacemaker3 = %{version}-%{release} Requires: libqb > 0.13.0 Requires: psmisc @@ -201,6 +200,7 @@ be part of the cluster. %package -n libpacemaker3 Summary: Core Pacemaker libraries Group: Productivity/Clustering/HA +Requires(pre): shadow %description -n libpacemaker3 Pacemaker is an advanced, scalable High-Availability cluster resource