- Bug cl#5222 - cib: Repair rolling update capability (bnc#881575)
- cib: Use a better option name for enabling the legacy cib diff code (cl#5222, bnc#881575) - remote: clear remote-node status correctly - pengine: properly handle fencing of container remote-nodes when the container is orphaned - remote: Handle request/response ipc proxy correctly - cib: Prevent assert on sending cib sync requests (cl#5222, bnc#881575) - crm_simulate: Clean up temporary shadow files on exit (bnc#879934) - pengine: cl#5200 - Before migrating utilization-using resources to a node, take off the load that will no longer run there if it's not introducing transition loop (Rework cl#5044, lf#2599, bnc#695440) - Fencing: Cache metadata lookups to avoid repeated blocking during device registration - pengine: properly place resource within a container when container is a remote-node. - mainloop: Better handle the killing of processes in the act of exiting - services: Remove cancelled recurring ops from internal lists as early as possible - services: Remove file descriptors from mainloop as soon as we have drained them - pengine: Don't report a resource as restarting when it is a moving multistate resource - pengine: avoid assert by searching for stop action on correct node during LogActions - Upstream version cs: 34721d2829c466a4965ab2b16478183601d9df18 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=141
This commit is contained in:
parent
8781c844e4
commit
feef33b48b
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">559f733e8818a96085134cd2a34efc280c512a2a</param>
|
<param name="revision">34721d2829c466a4965ab2b16478183601d9df18</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:7b437daa27767cd2f95bd3a1691b46c7e29ef0eedc9ec2f24cccc8bc0e69904d
|
|
||||||
size 9325786
|
|
3
pacemaker-1.1.11+git20140610.34721d2.tar.bz2
Normal file
3
pacemaker-1.1.11+git20140610.34721d2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d341cd3338edfc6cb974f4c7689f7e8356ed752975c3a626e1a4da22a3475482
|
||||||
|
size 9320392
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 10 13:12:04 UTC 2014 - ygao@suse.com
|
||||||
|
|
||||||
|
- Bug cl#5222 - cib: Repair rolling update capability (bnc#881575)
|
||||||
|
- cib: Use a better option name for enabling the legacy cib diff code (cl#5222, bnc#881575)
|
||||||
|
- remote: clear remote-node status correctly
|
||||||
|
- pengine: properly handle fencing of container remote-nodes when the container is orphaned
|
||||||
|
- remote: Handle request/response ipc proxy correctly
|
||||||
|
- cib: Prevent assert on sending cib sync requests (cl#5222, bnc#881575)
|
||||||
|
- crm_simulate: Clean up temporary shadow files on exit (bnc#879934)
|
||||||
|
- pengine: cl#5200 - Before migrating utilization-using resources to a node, take off the load that will no longer run there if it's not introducing transition loop
|
||||||
|
(Rework cl#5044, lf#2599, bnc#695440)
|
||||||
|
- Fencing: Cache metadata lookups to avoid repeated blocking during device registration
|
||||||
|
- pengine: properly place resource within a container when container is a remote-node.
|
||||||
|
- mainloop: Better handle the killing of processes in the act of exiting
|
||||||
|
- services: Remove cancelled recurring ops from internal lists as early as possible
|
||||||
|
- services: Remove file descriptors from mainloop as soon as we have drained them
|
||||||
|
- pengine: Don't report a resource as restarting when it is a moving multistate resource
|
||||||
|
- pengine: avoid assert by searching for stop action on correct node during LogActions
|
||||||
|
- Upstream version cs: 34721d2829c466a4965ab2b16478183601d9df18
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 2 03:17:54 UTC 2014 - ygao@suse.com
|
Mon Jun 2 03:17:54 UTC 2014 - ygao@suse.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+git20140530.559f733
|
Version: 1.1.11+git20140610.34721d2
|
||||||
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