Accepting request 635561 from home:yan_gao:branches:network:ha-clustering:Factory:Test
- Update to version 2.0.0+20180911.b7803d27c: - libcrmcommon: allow configurable bounds for DH prime length - CIB,executor: improve remote server-side messages - CIB: give more detail when TLS handshake fails - libcrmcommon: get DH prime bit length from GnuTLS API - libcrmcommon: improve TLS session initialization failure handling - CIB: raise exit escalation timer to 10s - cts,tools: make static analysis happy - crm_mon: no sense in having --as-xml in daemon-mode - attrd: Adding the ignore_delay parameter to reduce the number of scans of the attribute hash table. - crm_mon: rhbz#1625231 - disable fence-history in file-mode - Update to version 2.0.0+20180831.e41c7d6d6: - XML: schemas.c: ensure proper upgrade-enter fallback & guard strdup arg - controller: trigger join after both peer and join notifications - controller: handle shutdown completion only when needed - libcrmcluster: reset "when lost" when a peer becomes a member - libcrmcluster: improve CPG membership messages - controller: improve membership messages - stonith-history: keep history recorded within boundaries - tools: crm_resource -C should wait for all replies - libcrmcommon: explicitly include stdint.h in util.h (bsc#1108303) - attrd: improve log messages - attrd: delay re-attempted writes - crm_mon: in case of html-output avoid missleading output - tools: make crm_resource messages tool-agnostic - scheduler: show promotable clones as "(promotable)" rather than "Master/Slave" - tools: make crm_resource --lifetime specify rule with local time zone - crm_mon: rhbz1419548: show standby-node with active resources - crm_mon: rhbz#1486869 - common language on connection-errors OBS-URL: https://build.opensuse.org/request/show/635561 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=309
This commit is contained in:
parent
f282465d02
commit
1a3ece89e8
@ -1,6 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git://github.com/ClusterLabs/pacemaker.git</param>
|
<param name="url">git://github.com/ClusterLabs/pacemaker.git</param>
|
||||||
<param name="changesrevision">3d81c89b84db34ba5cb0b91354b46a32fcb5a3b2</param>
|
<param name="changesrevision">f902897b62f8594f3788c0f95df68e002124a1f0</param>
|
||||||
</service>
|
</service>
|
||||||
</servicedata>
|
</servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:56b52533a269ecc9981042fe653de45b9ec5ae240bf3271d755047a561c47c95
|
|
||||||
size 3253056
|
|
3
pacemaker-2.0.0+20180911.b7803d27c.tar.xz
Normal file
3
pacemaker-2.0.0+20180911.b7803d27c.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b188e2166656fa48639b97947cbcc506a386494b2bca4f2444e77e7bdab3c522
|
||||||
|
size 3286436
|
@ -1,3 +1,84 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 13 09:59:39 UTC 2018 - ygao@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.0.0+20180911.b7803d27c:
|
||||||
|
- libcrmcommon: allow configurable bounds for DH prime length
|
||||||
|
- CIB,executor: improve remote server-side messages
|
||||||
|
- CIB: give more detail when TLS handshake fails
|
||||||
|
- libcrmcommon: get DH prime bit length from GnuTLS API
|
||||||
|
- libcrmcommon: improve TLS session initialization failure handling
|
||||||
|
- CIB: raise exit escalation timer to 10s
|
||||||
|
- cts,tools: make static analysis happy
|
||||||
|
- crm_mon: no sense in having --as-xml in daemon-mode
|
||||||
|
- attrd: Adding the ignore_delay parameter to reduce the number of scans of the attribute hash table.
|
||||||
|
- crm_mon: rhbz#1625231 - disable fence-history in file-mode
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 6 12:43:10 UTC 2018 - ygao@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.0.0+20180831.e41c7d6d6:
|
||||||
|
- XML: schemas.c: ensure proper upgrade-enter fallback & guard strdup arg
|
||||||
|
- controller: trigger join after both peer and join notifications
|
||||||
|
- controller: handle shutdown completion only when needed
|
||||||
|
- libcrmcluster: reset "when lost" when a peer becomes a member
|
||||||
|
- libcrmcluster: improve CPG membership messages
|
||||||
|
- controller: improve membership messages
|
||||||
|
- stonith-history: keep history recorded within boundaries
|
||||||
|
- tools: crm_resource -C should wait for all replies
|
||||||
|
- libcrmcommon: explicitly include stdint.h in util.h (bsc#1108303)
|
||||||
|
- attrd: improve log messages
|
||||||
|
- attrd: delay re-attempted writes
|
||||||
|
- crm_mon: in case of html-output avoid missleading output
|
||||||
|
- tools: make crm_resource messages tool-agnostic
|
||||||
|
- scheduler: show promotable clones as "(promotable)" rather than "Master/Slave"
|
||||||
|
- tools: make crm_resource --lifetime specify rule with local time zone
|
||||||
|
- crm_mon: rhbz1419548: show standby-node with active resources
|
||||||
|
- crm_mon: rhbz#1486869 - common language on connection-errors
|
||||||
|
- avoid possible printf vs. scanf format specifiers disrepancy
|
||||||
|
- also utilize configured format specifiers serving uint32_t
|
||||||
|
- configure: fix overkill format specifier serving uint64_t check
|
||||||
|
- controller: shut down DC if unable to update node attributes
|
||||||
|
- libcrmcommon: assume unprivileged user if can't get user info
|
||||||
|
- libcrmcommon,libcib: improve messages when unable to get user info
|
||||||
|
- Initial podman support
|
||||||
|
- scheduler: sort node names with leading zeroes
|
||||||
|
- scheduler: add regression test for anonymous instance numbering
|
||||||
|
- fenced: g_hash_table_insert has no returnvalue till glib 2.40
|
||||||
|
- scheduler: sort node names numerically and case-insensitively
|
||||||
|
- scheduler: Act on clone instances in numerical order
|
||||||
|
- scheduler: assign anonymous clone instances properly
|
||||||
|
- scheduler: print pending node if no active node
|
||||||
|
- scheduler: print clone instances individually when action is pending
|
||||||
|
- stonith-API: free history reply in client
|
||||||
|
- controller: avoid error message if node state not known in peer callback
|
||||||
|
- tools: document crm_master -r option
|
||||||
|
- stonith_admin: no sense in calling without action option
|
||||||
|
- fence-API: empty history-query-reply is OK without history-tag
|
||||||
|
- scheduler: reword messages when finding anonymous clone instances
|
||||||
|
- scheduler: make inc6 regression test input more sane
|
||||||
|
- tools: simulation should use same history name as live cluster
|
||||||
|
- scheduler: avoid unnecessary probe loop for anonymous clones
|
||||||
|
- scheduler: improve efficiency of checking for clone instance on node
|
||||||
|
- scheduler: never probe more than a single instance for anonymous clones
|
||||||
|
- crm_mon: default to showing pending fence actions
|
||||||
|
- tools: already latest schema is not failure for cibadmin --upgrade
|
||||||
|
- pacemaker-based: inform originator of CIB upgrade failure
|
||||||
|
- controller: set exit-reason when faking failure
|
||||||
|
- crm_mon: default to showing fence-failures
|
||||||
|
- fence-history: automatically sync history
|
||||||
|
- crm_mon: use new fence-history notifications
|
||||||
|
- fence-history: add cleanup & sync & history-notify
|
||||||
|
- RPM: don't package servicelog-related binaries
|
||||||
|
- agents: remove references to corosync plugin daemons from controld meta-data
|
||||||
|
- controller: log variables *after* setting them
|
||||||
|
- cts-scheduler: add test for forced anonymous clone
|
||||||
|
- scheduler: clear globally-unique correctly when forcing anonymous
|
||||||
|
- scheduler: respect lower clone-max for forced anonymous clones
|
||||||
|
- scheduler: reword force-anonymous message
|
||||||
|
- scheduler: only some agent standards support unique clones
|
||||||
|
- controld: No update by already confirmed events.
|
||||||
|
- Present exec_time in event environment
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 27 14:19:11 UTC 2018 - ygao@suse.com
|
Fri Jul 27 14:19:11 UTC 2018 - ygao@suse.com
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: pacemaker
|
Name: pacemaker
|
||||||
Version: 2.0.0+20180726.3d81c89b8
|
Version: 2.0.0+20180911.b7803d27c
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Scalable High-Availability cluster resource manager
|
Summary: Scalable High-Availability cluster resource manager
|
||||||
# AGPL-3.0 licensed extra/clustermon.sh is not present in the binary
|
# AGPL-3.0 licensed extra/clustermon.sh is not present in the binary
|
||||||
@ -369,6 +369,12 @@ install -m 644 tools/crm_mon.sysconfig %{buildroot}%{_fillupdir}/sysconfig.crm_m
|
|||||||
find %{buildroot} -type f -name "*.a" -delete -print
|
find %{buildroot} -type f -name "*.a" -delete -print
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
|
# For now, don't package the servicelog-related binaries built only for
|
||||||
|
# ppc64le when certain dependencies are installed. If they get more exercise by
|
||||||
|
# advanced users, we can reconsider.
|
||||||
|
rm -f %{buildroot}/%{_sbindir}/notifyServicelogEvent
|
||||||
|
rm -f %{buildroot}/%{_sbindir}/ipmiservicelogd
|
||||||
|
|
||||||
# Don't ship init scripts for systemd based platforms
|
# Don't ship init scripts for systemd based platforms
|
||||||
rm -f %{buildroot}/%{_initddir}/pacemaker
|
rm -f %{buildroot}/%{_initddir}/pacemaker
|
||||||
rm -f %{buildroot}/%{_initddir}/pacemaker_remote
|
rm -f %{buildroot}/%{_initddir}/pacemaker_remote
|
||||||
|
Loading…
x
Reference in New Issue
Block a user