Accepting request 500798 from home:yan_gao:branches:network:ha-clustering:Factory:Test
- pengine,libpe_status: revisit fencing messages - PE: Improve logging of node fencing and shutdown - PE: Fence unrecoverable remote nodes with no resources - libpe_status: propagate multiple-active=block for bundles - libpe_status: set parent for bundle components - attrd: broadcast local overrides of sync'ed attributes - crmd: attribute write-out not needed with atomic attrd - PE: Prevent use-after-free when creating bundle constraints - PE: Ensure remote nodes are fenced when the connection cannot be recovered - PE: Improved fencing logging - PE: Assume resources on remote nodes do not need to be restarted until absolutely necessary - PE: Correctly compare a point with NULL instead of FALSE - libpe_status: correctly flag remote connection resources - pengine: improve internal bundle constraints - pengine: re-phrase trace log for internal constraints - libpe_status: set #kind to "container" for bundle nodes - pengine,libpengine: avoid potential use-of-NULL - pengine: avoid use-of-NULL in bundle without primitive - libpengine: don't double score when adding first allowed node - pengine: improve detection of invalid constraints - PE: Prevent use-of-NULL when expanding containers - PE: Partially restore 62ed004 to ensure remote connections are available before attempting resource recovery - stonith-ng: Trigger on constraints added to cib (bsc#1042374) - Upstream version cs: e47bd5bc77a3d1b38589b3716f5112ed39329e7b OBS-URL: https://build.opensuse.org/request/show/500798 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=270
This commit is contained in:
parent
7dd4d2eb2f
commit
0bcf290c7b
2
_service
2
_service
@ -11,7 +11,7 @@
|
||||
<param name="version">1.1.16</param>
|
||||
-->
|
||||
<param name="versionformat">1.1.16+git%cd.%h</param>
|
||||
<param name="revision">ce86684f5d0672791e9fd3043a84f0931cdd97ea</param>
|
||||
<param name="revision">e47bd5bc77a3d1b38589b3716f5112ed39329e7b</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0676abbfa73dc3099a7a49451963b843d8f756cbf1d0b8df90371f82a57875b6
|
||||
size 3997327
|
3
pacemaker-1.1.16+20170531.e47bd5bc7.tar.bz2
Normal file
3
pacemaker-1.1.16+20170531.e47bd5bc7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b19eeab04a456a70e94cd134caed4d6f39d548f189b4c71bae68099f4d313e7
|
||||
size 4046915
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 2 12:58:32 UTC 2017 - ygao@suse.com
|
||||
|
||||
- pengine,libpe_status: revisit fencing messages
|
||||
- PE: Improve logging of node fencing and shutdown
|
||||
- PE: Fence unrecoverable remote nodes with no resources
|
||||
- libpe_status: propagate multiple-active=block for bundles
|
||||
- libpe_status: set parent for bundle components
|
||||
- attrd: broadcast local overrides of sync'ed attributes
|
||||
- crmd: attribute write-out not needed with atomic attrd
|
||||
- PE: Prevent use-after-free when creating bundle constraints
|
||||
- PE: Ensure remote nodes are fenced when the connection cannot be recovered
|
||||
- PE: Improved fencing logging
|
||||
- PE: Assume resources on remote nodes do not need to be restarted until absolutely necessary
|
||||
- PE: Correctly compare a point with NULL instead of FALSE
|
||||
- libpe_status: correctly flag remote connection resources
|
||||
- pengine: improve internal bundle constraints
|
||||
- pengine: re-phrase trace log for internal constraints
|
||||
- libpe_status: set #kind to "container" for bundle nodes
|
||||
- pengine,libpengine: avoid potential use-of-NULL
|
||||
- pengine: avoid use-of-NULL in bundle without primitive
|
||||
- libpengine: don't double score when adding first allowed node
|
||||
- pengine: improve detection of invalid constraints
|
||||
- PE: Prevent use-of-NULL when expanding containers
|
||||
- PE: Partially restore 62ed004 to ensure remote connections are available before attempting resource recovery
|
||||
- stonith-ng: Trigger on constraints added to cib (bsc#1042374)
|
||||
- Upstream version cs: e47bd5bc77a3d1b38589b3716f5112ed39329e7b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 15 12:41:35 UTC 2017 - ygao@suse.com
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
## Where to install Pacemaker documentation
|
||||
%global pcmk_docdir %{_docdir}/%{name}
|
||||
|
||||
%global commit 1.1.16+20170509.ce86684f5
|
||||
%global commit 1.1.16+20170531.e47bd5bc7
|
||||
|
||||
## Corosync version
|
||||
%define cs_version 2
|
||||
|
Loading…
Reference in New Issue
Block a user