Accepting request 669072 from network:ha-clustering:Factory
- Update to version 2.0.0+20190125.788ee2c49: - attrd: clear election dampening when the writer leaves - libcrmcluster: *really* write only one election storm black box - attrd: log previous writer *before* clearing it - Update to version 2.0.0+20190124.c3c9c6e66: - scheduler: don't order non-DC shutdowns before DC fencing - scheduler: improve fence action ordering - scheduler: don't disable waiting for DC fencing - libcrmservice: cancel DBus call when cancelling systemd/upstart actions - libcrmservice: null-terminate string *before* printing it - libcrmservice: improve logs when cleaning up an operation - spec: add hint about sbd compatibility - Update to version 2.0.0+20190122.3f993c74f: - crm_mon: remove duplicity of fence-action-state in xml-output - cts: temporarily disable any enabled cluster serivces when running remote tests - cts: service counts as enabled only if it's explicitly enabled - Update to version 2.0.0+20190111.750c5bd01: - cts-exec: still run the tests for the other resource classes even without python systemd bindings (bsc#1121808) - fenced: Handle fencing requested with nodeid by utilizing the membership cache of known nodes (bsc#1094208, bsc#1107270, bsc#974108) - controld: able to manually confirm unseen nodes are down (bsc#1094208, bsc#1107270) - crm_mon: rhbz#1461964 - add fence history features (bsc#968055) (forwarded request 669071 from yan_gao) OBS-URL: https://build.opensuse.org/request/show/669072 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pacemaker?expand=0&rev=126
This commit is contained in:
commit
a1a209e781
@ -1,6 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git://github.com/ClusterLabs/pacemaker.git</param>
|
<param name="url">git://github.com/ClusterLabs/pacemaker.git</param>
|
||||||
<param name="changesrevision">cf64fdd8c842a365f90a28cdf3f374a4ba1e62c2</param>
|
<param name="changesrevision">5c80a96423e246b04cd7a05253d7be7e032d8527</param>
|
||||||
</service>
|
</service>
|
||||||
</servicedata>
|
</servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e0d49fd02c4cf3e15b101750c81e805b311be78c99ebc3165dc90d5baf00ca5b
|
|
||||||
size 3493452
|
|
3
pacemaker-2.0.0+20190125.788ee2c49.tar.xz
Normal file
3
pacemaker-2.0.0+20190125.788ee2c49.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:394de18a7c75ad835b2c9e038c290b2528d65288912f1acbc92f9a6a8f7fae62
|
||||||
|
size 3499964
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 28 10:24:10 UTC 2019 - ygao@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.0.0+20190125.788ee2c49:
|
||||||
|
- attrd: clear election dampening when the writer leaves
|
||||||
|
- libcrmcluster: *really* write only one election storm black box
|
||||||
|
- attrd: log previous writer *before* clearing it
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 25 14:36:54 UTC 2019 - ygao@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.0.0+20190124.c3c9c6e66:
|
||||||
|
- scheduler: don't order non-DC shutdowns before DC fencing
|
||||||
|
- scheduler: improve fence action ordering
|
||||||
|
- scheduler: don't disable waiting for DC fencing
|
||||||
|
- libcrmservice: cancel DBus call when cancelling systemd/upstart actions
|
||||||
|
- libcrmservice: null-terminate string *before* printing it
|
||||||
|
- libcrmservice: improve logs when cleaning up an operation
|
||||||
|
- spec: add hint about sbd compatibility
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 24 11:24:16 UTC 2019 - ygao@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.0.0+20190122.3f993c74f:
|
||||||
|
- crm_mon: remove duplicity of fence-action-state in xml-output
|
||||||
|
- cts: temporarily disable any enabled cluster serivces when running remote tests
|
||||||
|
- cts: service counts as enabled only if it's explicitly enabled
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 14 09:52:35 UTC 2019 - ygao@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.0.0+20190111.750c5bd01:
|
||||||
|
- cts-exec: still run the tests for the other resource classes even without python systemd bindings (bsc#1121808)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 11 15:57:23 UTC 2019 - ygao@suse.com
|
Fri Jan 11 15:57:23 UTC 2019 - ygao@suse.com
|
||||||
|
|
||||||
@ -124,10 +158,10 @@ Tue Oct 16 07:40:06 UTC 2018 - ygao@suse.com
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 5 12:57:16 UTC 2018 - ygao@suse.com
|
Fri Oct 5 12:57:16 UTC 2018 - ygao@suse.com
|
||||||
|
|
||||||
- fenced: Handle fencing requested with nodeid by utilizing the membership cache of known nodes (bsc#1094208)
|
- fenced: Handle fencing requested with nodeid by utilizing the membership cache of known nodes (bsc#1094208, bsc#1107270, bsc#974108)
|
||||||
* bsc-1094208-Refactor-fenced-Handle-fencing-requested-with-nodeid.patch
|
* bsc-1094208-Refactor-fenced-Handle-fencing-requested-with-nodeid.patch
|
||||||
|
|
||||||
- controld: able to manually confirm unseen nodes are down (bsc#1094208)
|
- controld: able to manually confirm unseen nodes are down (bsc#1094208, bsc#1107270)
|
||||||
* bsc-1094208-Fix-controld-able-to-manually-confirm-unseen-nodes-a.patch
|
* bsc-1094208-Fix-controld-able-to-manually-confirm-unseen-nodes-a.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -242,7 +276,7 @@ Fri Jul 27 14:19:11 UTC 2018 - ygao@suse.com
|
|||||||
- resources: use ocf_is_true in SysInfo
|
- resources: use ocf_is_true in SysInfo
|
||||||
- spec: drop superfluous dependency of -libs-devel on -cts
|
- spec: drop superfluous dependency of -libs-devel on -cts
|
||||||
- tools: update URL in crm_simulate help
|
- tools: update URL in crm_simulate help
|
||||||
- crm_mon: rhbz#1461964 - add fence history features
|
- crm_mon: rhbz#1461964 - add fence history features (bsc#968055)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 27 11:23:32 UTC 2018 - ygao@suse.com
|
Fri Jul 27 11:23:32 UTC 2018 - ygao@suse.com
|
||||||
|
@ -74,7 +74,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: pacemaker
|
Name: pacemaker
|
||||||
Version: 2.0.0+20190111.f07d766f3
|
Version: 2.0.0+20190125.788ee2c49
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Scalable High-Availability cluster resource manager
|
Summary: Scalable High-Availability cluster resource manager
|
||||||
# AGPL-3.0 licensed extra/clustermon.sh is not present in the binary
|
# AGPL-3.0 licensed extra/clustermon.sh is not present in the binary
|
||||||
@ -206,6 +206,8 @@ be part of the cluster.
|
|||||||
Summary: Core Pacemaker libraries
|
Summary: Core Pacemaker libraries
|
||||||
Group: Productivity/Clustering/HA
|
Group: Productivity/Clustering/HA
|
||||||
Requires(pre): shadow
|
Requires(pre): shadow
|
||||||
|
# sbd 1.4.0+ supports the libpe_status API for pe_working_set_t
|
||||||
|
Conflicts: sbd < 1.4.0
|
||||||
|
|
||||||
%description -n libpacemaker3
|
%description -n libpacemaker3
|
||||||
Pacemaker is an advanced, scalable High-Availability cluster resource
|
Pacemaker is an advanced, scalable High-Availability cluster resource
|
||||||
|
Loading…
x
Reference in New Issue
Block a user