Accepting request 547101 from home:yan_gao:branches:network:ha-clustering:Factory:Test
- attrd: ensure node name is broadcast at start-up (CLBZ#5330) - crmd,tools: assume atomic attrd is present - Upstream version cs: 407ded8de381543e71c5b94b3ade296fcfd2c828 - libpe_status: remove support for default-resource-failure-stickiness - libpe_status: remove support for resource-failure-stickiness - various: remove support for pre-Pacemaker-1.0 CIB XML - libpe_status,tools: remove support for legacy ticket state entries - various: remove isolation wrapper support - systemd unit files: enable TasksMax=infinity (bsc#1028138, bsc#1066710) * Drop obsolete bug-1028138_pacemaker-pacemaker.service-TasksMax.patch - Upstream version cs: 53a3fe14b15b087bbde9ccb524d11d0a413cc6e9 OBS-URL: https://build.opensuse.org/request/show/547101 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=284
This commit is contained in:
parent
fba20e9729
commit
04dbcfd2da
2
_service
2
_service
@ -11,7 +11,7 @@
|
||||
<param name="version">1.1.18</param>
|
||||
-->
|
||||
<param name="versionformat">1.1.18+git%cd.%h</param>
|
||||
<param name="revision">f36ad364748880815bf00151c516a1f2deae2fed</param>
|
||||
<param name="revision">407ded8de381543e71c5b94b3ade296fcfd2c828</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,26 +0,0 @@
|
||||
Index: pacemaker-1.1.18+20171114.f36ad3647/mcp/pacemaker.service.in
|
||||
===================================================================
|
||||
--- pacemaker-1.1.18+20171114.f36ad3647.orig/mcp/pacemaker.service.in
|
||||
+++ pacemaker-1.1.18+20171114.f36ad3647/mcp/pacemaker.service.in
|
||||
@@ -43,7 +43,7 @@ ExecStart=@sbindir@/pacemakerd -f
|
||||
|
||||
# Uncomment TasksMax if your systemd version supports it.
|
||||
# Only systemd v227 and above support this option.
|
||||
-#TasksMax=infinity
|
||||
+TasksMax=infinity
|
||||
|
||||
# If pacemakerd doesn't stop, it's probably waiting on a cluster
|
||||
# resource. Sending -KILL will just get the node fenced
|
||||
Index: pacemaker-1.1.18+20171114.f36ad3647/lrmd/pacemaker_remote.service.in
|
||||
===================================================================
|
||||
--- pacemaker-1.1.18+20171114.f36ad3647.orig/lrmd/pacemaker_remote.service.in
|
||||
+++ pacemaker-1.1.18+20171114.f36ad3647/lrmd/pacemaker_remote.service.in
|
||||
@@ -23,7 +23,7 @@ ExecStart=@sbindir@/pacemaker_remoted
|
||||
|
||||
# Uncomment TasksMax if your systemd version supports it.
|
||||
# Only systemd v227 and above support this option.
|
||||
-#TasksMax=infinity
|
||||
+TasksMax=infinity
|
||||
|
||||
# Pacemaker Remote can exit only after all managed services have shut down;
|
||||
# an HA database could conceivably take even longer than this
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:272ad284e291293249119ed132519bd9806100537f5917178baa540d1a545e09
|
||||
size 4240953
|
3
pacemaker-1.1.18+20171129.407ded8de.tar.bz2
Normal file
3
pacemaker-1.1.18+20171129.407ded8de.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ccd0926b70c82150da11ae859bf8f7734b3675729a29e6f58c18512b3fcddcc
|
||||
size 4144658
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 30 15:50:43 UTC 2017 - ygao@suse.com
|
||||
|
||||
- attrd: ensure node name is broadcast at start-up (CLBZ#5330)
|
||||
- crmd,tools: assume atomic attrd is present
|
||||
- Upstream version cs: 407ded8de381543e71c5b94b3ade296fcfd2c828
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 30 15:43:02 UTC 2017 - ygao@suse.com
|
||||
|
||||
- libpe_status: remove support for default-resource-failure-stickiness
|
||||
- libpe_status: remove support for resource-failure-stickiness
|
||||
- various: remove support for pre-Pacemaker-1.0 CIB XML
|
||||
- libpe_status,tools: remove support for legacy ticket state entries
|
||||
- various: remove isolation wrapper support
|
||||
|
||||
- systemd unit files: enable TasksMax=infinity (bsc#1028138, bsc#1066710)
|
||||
* Drop obsolete bug-1028138_pacemaker-pacemaker.service-TasksMax.patch
|
||||
|
||||
- Upstream version cs: 53a3fe14b15b087bbde9ccb524d11d0a413cc6e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 29 12:31:43 UTC 2017 - ygao@suse.com
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
## Where to install Pacemaker documentation
|
||||
%global pcmk_docdir %{_docdir}/%{name}
|
||||
|
||||
%global commit 1.1.18+20171114.f36ad3647
|
||||
%global commit 1.1.18+20171129.407ded8de
|
||||
|
||||
## Corosync version
|
||||
%define cs_version 2
|
||||
@ -92,7 +92,6 @@ Patch6: pacemaker-Wno-format-signedness.patch
|
||||
Patch7: bug-943295_pacemaker-lrmd-log-notice.patch
|
||||
Patch8: bug-977201_pacemaker-controld-self-fencing.patch
|
||||
Patch9: bug-995365_pacemaker-cts-restart-systemd-journald.patch
|
||||
Patch10: bug-1028138_pacemaker-pacemaker.service-TasksMax.patch
|
||||
# Required for core functionality
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
@ -308,7 +307,6 @@ manager for Corosync, CMAN and/or Linux-HA.
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
%patch10 -p1
|
||||
|
||||
%build
|
||||
|
||||
@ -524,7 +522,6 @@ fi
|
||||
%{_libexecdir}/ocf/resource.d/pacemaker/controld
|
||||
%{_libexecdir}/ocf/resource.d/pacemaker/o2cb
|
||||
%{_libexecdir}/ocf/resource.d/pacemaker/remote
|
||||
%{_libexecdir}/ocf/resource.d/.isolation
|
||||
|
||||
%if "%{?cs_version}" != "UNKNOWN"
|
||||
%if 0%{?cs_version} < 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user