- attrd: Remove offline nodes from node cache for "peer-remove" requests (bnc#870771)
- membership: Prevent use-after-free in reap_crm_member() (bnc#870771) - cluster: Remove unknown offline nodes with conflicting unames from node cache (bnc#870771) - crmd: Remove state of unknown nodes with conflicting unames from CIB (bnc#870771) - Upstream version cs: 440da7f59ac4bed16a0289e33f04d2635b335c70 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=149
This commit is contained in:
parent
540319756f
commit
124b9b010f
2
_service
2
_service
@ -11,7 +11,7 @@
|
||||
<param name="version">1.1.11</param>
|
||||
-->
|
||||
<param name="versionformat">1.1.11+git%cd.%h</param>
|
||||
<param name="revision">c3f1a7f8912f3d6d17497dd8af0b69fe0708b2b1</param>
|
||||
<param name="revision">440da7f59ac4bed16a0289e33f04d2635b335c70</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a0201f7afacaa0c795513beb8115cbde6942afc2a27dc771f1218a0cdcdc5b3
|
||||
size 9322694
|
3
pacemaker-1.1.11+git20140703.440da7f.tar.bz2
Normal file
3
pacemaker-1.1.11+git20140703.440da7f.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b190a27afc3c677845e40c4da95bdc260b66822159ed37b4bf5c34680323302b
|
||||
size 9324783
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 3 05:41:16 UTC 2014 - ygao@suse.com
|
||||
|
||||
- attrd: Remove offline nodes from node cache for "peer-remove" requests (bnc#870771)
|
||||
- membership: Prevent use-after-free in reap_crm_member() (bnc#870771)
|
||||
- cluster: Remove unknown offline nodes with conflicting unames from node cache (bnc#870771)
|
||||
- crmd: Remove state of unknown nodes with conflicting unames from CIB (bnc#870771)
|
||||
- Upstream version cs: 440da7f59ac4bed16a0289e33f04d2635b335c70
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 1 08:03:50 UTC 2014 - ygao@suse.com
|
||||
|
||||
|
@ -99,7 +99,7 @@ Name: pacemaker
|
||||
Summary: Scalable High-Availability cluster resource manager
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
Group: Productivity/Clustering/HA
|
||||
Version: 1.1.11+git20140701.c3f1a7f
|
||||
Version: 1.1.11+git20140703.440da7f
|
||||
Release: 0
|
||||
#Release: %{pcmk_release}%{?dist}
|
||||
Url: http://www.clusterlabs.org
|
||||
|
Loading…
Reference in New Issue
Block a user