forked from pool/pacemaker
- crm_report: Gracefully handle rediculously large logfiles
- Upstream version cs: 734e6b538b0a037f9e7d0709f450bd664f26c332 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=142
This commit is contained in:
parent
feef33b48b
commit
a412f758c5
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">34721d2829c466a4965ab2b16478183601d9df18</param>
|
<param name="revision">734e6b538b0a037f9e7d0709f450bd664f26c332</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:d341cd3338edfc6cb974f4c7689f7e8356ed752975c3a626e1a4da22a3475482
|
|
||||||
size 9320392
|
|
3
pacemaker-1.1.11+git20140611.734e6b5.tar.bz2
Normal file
3
pacemaker-1.1.11+git20140611.734e6b5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7b50a37460b7cdda32c5a6a958d836f13bba19dff01adc359e94bbd2298a935a
|
||||||
|
size 9320886
|
@ -1,6 +1,7 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 10 13:12:04 UTC 2014 - ygao@suse.com
|
Wed Jun 11 05:44:21 UTC 2014 - ygao@suse.com
|
||||||
|
|
||||||
|
- crm_report: Gracefully handle rediculously large logfiles
|
||||||
- Bug cl#5222 - cib: Repair rolling update capability (bnc#881575)
|
- 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)
|
- cib: Use a better option name for enabling the legacy cib diff code (cl#5222, bnc#881575)
|
||||||
- remote: clear remote-node status correctly
|
- remote: clear remote-node status correctly
|
||||||
@ -17,7 +18,7 @@ Tue Jun 10 13:12:04 UTC 2014 - ygao@suse.com
|
|||||||
- services: Remove file descriptors from mainloop as soon as we have drained them
|
- 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: 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
|
- pengine: avoid assert by searching for stop action on correct node during LogActions
|
||||||
- Upstream version cs: 34721d2829c466a4965ab2b16478183601d9df18
|
- Upstream version cs: 734e6b538b0a037f9e7d0709f450bd664f26c332
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
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+git20140610.34721d2
|
Version: 1.1.11+git20140611.734e6b5
|
||||||
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