- pengine: Fix memory leak in expand_tags_in_sets()
- PE: Memory leak - PE: Do not initiate fencing for unclean nodes when fencing is disabled - crm_node: Only remove the named resource from the cib - pengine: Support site-specific instance attributes based on rules (FATE#316118) - pengine: Ignore failure-timeout only if the failed operation has on-fail="block" (bnc#871175) - Upstream version cs: f7859e2e06c8cf320482c3e4b447ddbe0a96fe83 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=129
This commit is contained in:
parent
2ac37ce818
commit
1d32640628
2
_service
2
_service
@ -11,7 +11,7 @@
|
|||||||
<param name="version">1.1.11</param>
|
<param name="version">1.1.11</param>
|
||||||
-->
|
-->
|
||||||
<param name="versionformat">1.1.11+git%cd.%h</param>
|
<param name="versionformat">1.1.11+git%cd.%h</param>
|
||||||
<param name="revision">3f7ec44b51825898e3e30784ca4df09e3f45bf40</param>
|
<param name="revision">f7859e2e06c8cf320482c3e4b447ddbe0a96fe83</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1dc89abe750fd6c365296124162ded184fb6dde656d2717bde667af2d175733f
|
|
||||||
size 9439763
|
|
3
pacemaker-1.1.11+git20140415.f7859e2.tar.bz2
Normal file
3
pacemaker-1.1.11+git20140415.f7859e2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:78e6d134ff2750aaa91bb4551add0344f094bea8a5c738bd562dca21663e1cff
|
||||||
|
size 9422160
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 16 06:38:45 UTC 2014 - ygao@suse.com
|
||||||
|
|
||||||
|
- pengine: Fix memory leak in expand_tags_in_sets()
|
||||||
|
- PE: Memory leak
|
||||||
|
- PE: Do not initiate fencing for unclean nodes when fencing is disabled
|
||||||
|
- crm_node: Only remove the named resource from the cib
|
||||||
|
- pengine: Support site-specific instance attributes based on rules (FATE#316118)
|
||||||
|
- pengine: Ignore failure-timeout only if the failed operation has on-fail="block" (bnc#871175)
|
||||||
|
- Upstream version cs: f7859e2e06c8cf320482c3e4b447ddbe0a96fe83
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 14 06:10:25 UTC 2014 - ygao@suse.com
|
Mon Apr 14 06:10:25 UTC 2014 - ygao@suse.com
|
||||||
|
|
||||||
|
@ -95,7 +95,7 @@ Name: pacemaker
|
|||||||
Summary: Scalable High-Availability cluster resource manager
|
Summary: Scalable High-Availability cluster resource manager
|
||||||
License: GPL-2.0+ and LGPL-2.1+
|
License: GPL-2.0+ and LGPL-2.1+
|
||||||
Group: Productivity/Clustering/HA
|
Group: Productivity/Clustering/HA
|
||||||
Version: 1.1.11+git20140414.3f7ec44
|
Version: 1.1.11+git20140415.f7859e2
|
||||||
Release: 0
|
Release: 0
|
||||||
#Release: %{pcmk_release}%{?dist}
|
#Release: %{pcmk_release}%{?dist}
|
||||||
Url: http://www.clusterlabs.org
|
Url: http://www.clusterlabs.org
|
||||||
|
Loading…
x
Reference in New Issue
Block a user