- Bug cl#5213 - Ensure role colocation with -INFINITY is enforced
- pengine: Mark unrunnable stop actions as "blocked" and show the correct current locations (bnc#878662) - pengine: Block restart of resources if any dependent resource in a group is unmanaged (bnc#878662) - systemd: Try to handle dbus actions that complete prior to configuring a callback - mainloop: Canceling in-flight operations should not fail if child process has already exited. - Bug rhbz#1097457 - Limit the scope of the previous fix and include a helpful comment - Bug cl#5212 - Do not promote instances when quorum is lots and no-quorum-policy=freeze - Bug rhbz#1097457 - Prevent invalid transition when resource are ordered to start after the container they're started in - Fix: fix small memory leaks - Upstream version cs: 25ebca2b83df9263aedb944ea4eeb53468e90e83 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=137
This commit is contained in:
parent
f4b6603f31
commit
e8a9b3da0b
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">da5aaab97ca5b7858f2aac98107a1a7ffc3e4252</param>
|
<param name="revision">25ebca2b83df9263aedb944ea4eeb53468e90e83</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:5ea75089b844325190b73cab5ec138b00b4581a9bf91fa8a5ea2dd32f91291a8
|
|
||||||
size 9378846
|
|
3
pacemaker-1.1.11+git20140527.25ebca2.tar.bz2
Normal file
3
pacemaker-1.1.11+git20140527.25ebca2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:564a0614941e44ad4536ebca815f735f5a901a66ad8d15f88ec96b3d39580051
|
||||||
|
size 9322489
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 27 09:39:48 UTC 2014 - ygao@suse.com
|
||||||
|
|
||||||
|
- Bug cl#5213 - Ensure role colocation with -INFINITY is enforced
|
||||||
|
- pengine: Mark unrunnable stop actions as "blocked" and show the correct current locations (bnc#878662)
|
||||||
|
- pengine: Block restart of resources if any dependent resource in a group is unmanaged (bnc#878662)
|
||||||
|
- systemd: Try to handle dbus actions that complete prior to configuring a callback
|
||||||
|
- mainloop: Canceling in-flight operations should not fail if child process has already exited.
|
||||||
|
- Bug rhbz#1097457 - Limit the scope of the previous fix and include a helpful comment
|
||||||
|
- Bug cl#5212 - Do not promote instances when quorum is lots and no-quorum-policy=freeze
|
||||||
|
- Bug rhbz#1097457 - Prevent invalid transition when resource are ordered to start after the container they're started in
|
||||||
|
- Fix: fix small memory leaks
|
||||||
|
- Upstream version cs: 25ebca2b83df9263aedb944ea4eeb53468e90e83
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 23 07:33:51 UTC 2014 - jsegitz@novell.com
|
Fri May 23 07:33:51 UTC 2014 - jsegitz@novell.com
|
||||||
|
|
||||||
|
@ -99,7 +99,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+git20140512.da5aaab
|
Version: 1.1.11+git20140527.25ebca2
|
||||||
Release: 0
|
Release: 0
|
||||||
#Release: %{pcmk_release}%{?dist}
|
#Release: %{pcmk_release}%{?dist}
|
||||||
Url: http://www.clusterlabs.org
|
Url: http://www.clusterlabs.org
|
||||||
|
Loading…
Reference in New Issue
Block a user