This commit is contained in:
parent
74849134d1
commit
ab1c63cc70
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 21 14:00:11 CET 2008 - abeekhof@suse.de
|
||||
|
||||
- Update source tarball to revision: 61d0af5c31c0
|
||||
+ High: cib: Ensure configuration updates contain the correct values of admin_epoch
|
||||
Otherwise the configuration can not be kept in sync across the cluster
|
||||
+ High: crmd: Bug LF:1962 - Don't NACK peers because they're not (yet) in our membership. Just ignore them.
|
||||
+ High: crmd: Prevent node re-probe loops by ensuring manditory actions always complete
|
||||
+ High: PE: Bug LF:1996 - Correctly process disabled monitor operations
|
||||
+ High: PE: Correctly calculate the number of available nodes for the clone to use
|
||||
+ High: Tools: crm cli: catch system errors on file operations
|
||||
+ High: Tools: crm cli: exit with an appropriate exit code
|
||||
+ High: Tools: crm cli: new command: configure upgrade
|
||||
+ High: Tools: crm cli: prevent key errors on missing cib attributes
|
||||
+ High: Tools: crm cli: sometimes, on errors, level would change on single shot use
|
||||
+ Medium: crmd: do_dc_join_filter_offer - Check the 'join' message is for the current instance before deciding to NACK peers
|
||||
+ Medium: Tools: crm cli: replace inf with INFINITY
|
||||
+ Medium: Tools: crm cli: supply provider only for ocf class primitives
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 18 14:57:43 CET 2008 - abeekhof@suse.de
|
||||
|
||||
|
@ -37,7 +37,7 @@
|
||||
Name: pacemaker
|
||||
Summary: The Pacemaker scalable High-Availability cluster resource manager
|
||||
Version: 1.0.1
|
||||
Release: 4
|
||||
Release: 5
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Url: http://www.clusterlabs.org
|
||||
Group: Productivity/Clustering/HA
|
||||
@ -205,6 +205,7 @@ if [ -e %{doc_pkg}/cibadmin.8 ]; then
|
||||
done
|
||||
fi
|
||||
chmod a+x $RPM_BUILD_ROOT/%{_libdir}/heartbeat/crm_primitive.py
|
||||
chmod a+x $RPM_BUILD_ROOT/%{_libdir}/heartbeat/hb2openais-helper.py
|
||||
rm $RPM_BUILD_ROOT/%{_libdir}/service_crm.so
|
||||
(
|
||||
cd $RPM_BUILD_ROOT/%{_sbindir}
|
||||
@ -297,6 +298,22 @@ rm -rf $RPM_BUILD_DIR/pacemaker
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Fri Nov 21 2008 abeekhof@suse.de
|
||||
- Update source tarball to revision: 61d0af5c31c0
|
||||
+ High: cib: Ensure configuration updates contain the correct values of admin_epoch
|
||||
Otherwise the configuration can not be kept in sync across the cluster
|
||||
+ High: crmd: Bug LF:1962 - Don't NACK peers because they're not (yet) in our membership. Just ignore them.
|
||||
+ High: crmd: Prevent node re-probe loops by ensuring manditory actions always complete
|
||||
+ High: PE: Bug LF:1996 - Correctly process disabled monitor operations
|
||||
+ High: PE: Correctly calculate the number of available nodes for the clone to use
|
||||
+ High: Tools: crm cli: catch system errors on file operations
|
||||
+ High: Tools: crm cli: exit with an appropriate exit code
|
||||
+ High: Tools: crm cli: new command: configure upgrade
|
||||
+ High: Tools: crm cli: prevent key errors on missing cib attributes
|
||||
+ High: Tools: crm cli: sometimes, on errors, level would change on single shot use
|
||||
+ Medium: crmd: do_dc_join_filter_offer - Check the 'join' message is for the current instance before deciding to NACK peers
|
||||
+ Medium: Tools: crm cli: replace inf with INFINITY
|
||||
+ Medium: Tools: crm cli: supply provider only for ocf class primitives
|
||||
* Tue Nov 18 2008 abeekhof@suse.de
|
||||
- Add man pages for Pacemaker admin tools
|
||||
- Update source tarball to revision: eda05459ce58
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:677d6fabd1ad99138bd6e5b85679bfbac549a1bfaf4807c928783ec2b88226cb
|
||||
size 1829353
|
||||
oid sha256:fa852a706457648a755e5322397e070d2264bbb3332cb70d88509180fee8e034
|
||||
size 1824987
|
||||
|
Loading…
Reference in New Issue
Block a user