Accepting request 664716 from network:ha-clustering:Factory
- Update to version 2.0.0+20190111.f07d766f3: - controller: directly acknowledge unrecordable operation results - resources: clean serialized file on SIGTERM in Dummy - libcrmcommon: downgrade empty output logging to trace level (forwarded request 664714 from yan_gao) OBS-URL: https://build.opensuse.org/request/show/664716 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pacemaker?expand=0&rev=125
This commit is contained in:
commit
dcc998cd87
2
_service
2
_service
@ -11,7 +11,7 @@
|
||||
<param name="version">2.0.0</param>
|
||||
-->
|
||||
<param name="versionformat">2.0.0+%cd.%h</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="revision">2.0</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/ClusterLabs/pacemaker.git</param>
|
||||
<param name="changesrevision">c77e2d931e457af2b3d114568800fce13cb511a2</param>
|
||||
<param name="changesrevision">cf64fdd8c842a365f90a28cdf3f374a4ba1e62c2</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4bd7743be462f2fbc6d82abd5fe449ecd78b59d2bdd6101af4e92dbcbd8a4283
|
||||
size 3481772
|
3
pacemaker-2.0.0+20190111.f07d766f3.tar.xz
Normal file
3
pacemaker-2.0.0+20190111.f07d766f3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0d49fd02c4cf3e15b101750c81e805b311be78c99ebc3165dc90d5baf00ca5b
|
||||
size 3493452
|
@ -1,3 +1,72 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 15:57:23 UTC 2019 - ygao@suse.com
|
||||
|
||||
- Update to version 2.0.0+20190111.f07d766f3:
|
||||
- controller: directly acknowledge unrecordable operation results
|
||||
- resources: clean serialized file on SIGTERM in Dummy
|
||||
- libcrmcommon: downgrade empty output logging to trace level
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 10:11:05 UTC 2019 - ygao@suse.com
|
||||
|
||||
- Update to version 2.0.0+20190110.7bbbeb6f6:
|
||||
- tools: Clear all prefer constraints when performing a move
|
||||
- tools: Fix moving a resource with a lifetime constraint
|
||||
- attrd: check for alert changes after CIB is replaced
|
||||
- attrd: start new election if writer is lost
|
||||
- attrd: handle shutdown more cleanly
|
||||
- attrd: don't start a new election when receiving a client update
|
||||
- attrd: clear lost updates
|
||||
- attrd: don't delay re-attempted writes unless original failed
|
||||
- attrd: connect to the CIB before connecting the cluster
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 14:38:38 UTC 2019 - ygao@suse.com
|
||||
|
||||
- Update to version 2.0.0+20190103.5b36d4e10:
|
||||
- scheduler: downgrade clone pre-allocation message
|
||||
- libpe_status: downgrade remote node fence-before-clear message
|
||||
- libpe_status: improve trace messages when finding actions
|
||||
- libpe_status: avoid use-after-free when logging at trace level
|
||||
- libpe_status: avoid double free of stop_needed list
|
||||
- tools: stonith_admin -I doesn't require an agent
|
||||
- pacemakerd,libcrmcommon: don't touch kernel.sysrq
|
||||
- fencing: use next device's name where intended
|
||||
- tools: Implement crm_resource --expired.
|
||||
- CTS: ignore monitor failures when testing remote node fencing
|
||||
- CTS: lower remote connection failure detection time
|
||||
- attrd: Ignoring delayed updating of attributes when integrating disjointed clusters without stonith.
|
||||
- pacemakerd: only one active process check needed
|
||||
- cts: use bash in the pacemaker-cts-dummyd
|
||||
- cts: clear constraints on cluster nodes (bsc#1121272)
|
||||
- cts: resume any possibly frozen pacemaker_remoted when cleaning up the test (bsc#1121272)
|
||||
- cts: simulate failure of pacemaker_remoted by freezing it with SIGSTOP (bsc#1121272)
|
||||
- scheduler: order resource moves after connection starts
|
||||
- scheduler: get rid of now-unused stonith_complete pseudo-action
|
||||
- scheduler: get rid of now-unused all_stopped pseudo-action
|
||||
- scheduler: order start after particular stonith op
|
||||
- controller: be more tolerant of malformed executor events
|
||||
- scheduler: don't send clone notifications to a stopped remote node
|
||||
- tools: avoid memory leak at failure exit in crm_resource --restart
|
||||
- controller: improve debug messages for remote connection events
|
||||
- CTS: don't require nodes to be specified if only listing tests (bsc#1114840)
|
||||
- tools: Remove extra newlines from crm_resource output.
|
||||
- tools: Change crm_resource output for attributes.
|
||||
- cts: set default number of iterations to 1
|
||||
- crm_report: Add sanitize drbd to remove values of sensitive attributes.
|
||||
- crm_report: remove deprecated drbd-overview and add drbd configuration
|
||||
- scheduler: avoid container stop on wrong node
|
||||
- scheduler: check bundle remote connection actions properly
|
||||
- scheduler: downgrade addr replacement message
|
||||
- scheduler: don't trace implicit resource XML
|
||||
- spec: split -schemas standalone noarch package
|
||||
- pacemaker-fenced: fix easily plausible NULL pointer dereference
|
||||
- tools: crm_simulate -P should return consistent exit code
|
||||
- tools: end crm_ticket error messages with newline
|
||||
- libcrmcommon: make blackbox logger compatible with newer libqb
|
||||
- tools: make crm_verify return reliable exit codes
|
||||
- libpe_status: add constructor/destructor for pe_working_set_t
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 9 12:13:25 UTC 2018 - ygao@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pacemaker
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -74,7 +74,7 @@
|
||||
%endif
|
||||
|
||||
Name: pacemaker
|
||||
Version: 2.0.0+20181108.62ffcafbc
|
||||
Version: 2.0.0+20190111.f07d766f3
|
||||
Release: 0
|
||||
Summary: Scalable High-Availability cluster resource manager
|
||||
# AGPL-3.0 licensed extra/clustermon.sh is not present in the binary
|
||||
@ -524,12 +524,6 @@ fi
|
||||
%{_libexecdir}/ocf/resource.d/pacemaker/o2cb
|
||||
%{_libexecdir}/ocf/resource.d/pacemaker/remote
|
||||
|
||||
%if "%{?cs_version}" != "UNKNOWN"
|
||||
%if 0%{?cs_version} < 2
|
||||
%{_libexecdir}/lcrso/pacemaker.lcrso
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%files cli
|
||||
%defattr(-,root,root)
|
||||
%dir %attr (750, root, %{gname}) %{_sysconfdir}/pacemaker
|
||||
|
Loading…
Reference in New Issue
Block a user