forked from pool/pacemaker
This commit is contained in:
parent
0abf211563
commit
b8acc7e27f
@ -1,9 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 21 16:26:00 CEST 2008 - abeekhof@suse.de
|
||||
|
||||
- Update source tarball to revision: 7a31d0c33e22 (0.7.0)
|
||||
+ High: Performance enhancements
|
||||
+ High: Fix memory leaks and use-after-free
|
||||
+ High: Admin: All tools now use --node (-N) for specifying node unames
|
||||
+ High: Admin: All tools now use --xml-file (-x) and --xml-text (-X) for specifying where to find XML blobs
|
||||
+ High: cib: Implement CIB_shadow - a facility for making and testing changes before uploading them to the cluster
|
||||
+ High: cib: Make registering per-op callbacks an API call and renamed (for clarity) the API call for requesting notifications
|
||||
+ High: Core: Add a facility for automatically upgrading old configurations
|
||||
+ High: Core: Adopt libxml2 as the XML processing library - all external clients need to be recompiled
|
||||
+ High: PE: Bug LF:1459 - Allow failures to expire
|
||||
+ High: PE: Replace failure-stickiness with a simple 'migration-threshold'
|
||||
+ High: PE: Bug LF:1941 - Handle failed clone instance probes when clone-max < #nodes
|
||||
+ High: PE: Make OCF_ERR_ARGS a node-level error rather than a cluster-level one
|
||||
+ High: PE: Properly handle clones that are not installed on all nodes
|
||||
+ Medium: Admin: Bug LF:1438 - Allow the list of all/active resource operations to be queried by crm_resource
|
||||
+ Medium: Admin: Bug LF:1708 - crm_resource should print a warning if an attribute is already set as a meta attribute
|
||||
+ Medium: Admin: Bug LF:1883 - crm_mon should display fail-count and operation history
|
||||
+ Medium: Admin: Bug N:371785 - crm_resource -C doesn't also clean up fail-count attributes
|
||||
+ Medium: Admin: crm_mon - include timing data for failed actions
|
||||
+ Medium: cib: Bug LF:1348 - Allow rules and attribute sets to be referenced for use in other objects
|
||||
+ Medium: cib: BUG LF:1918 - By default, all cib calls now timeout after 30s
|
||||
+ Medium: cib: Remove some useless parts of the API
|
||||
+ Medium: cib: Implement the ability for clients to connect to remote servers
|
||||
+ Medium: Core: Add support for validating xml against RelaxNG schemas
|
||||
+ Medium: PE: Bug LF:1328 - Don't fencing nodes in clusters without managed resources
|
||||
+ Medium: PE: Bug LF:1461 - Give transient node attributes (in <status/>) preference over persistent ones (in <nodes/>)
|
||||
+ Medium: PE: Bug LF:1884, Bug LF:1885 - Implement N:M ordering and colocation constraints
|
||||
+ Medium: PE: Bug LF:1886 - Create a resource and operation 'defaults' config section
|
||||
+ Medium: PE: Bug LF:1892 - Allow recurring actions to be triggered at known times
|
||||
+ Medium: PE: Bug LF:1926 - Probes should complete before stop actions are invoked
|
||||
+ Medium: PE: Prefer the current location if it is one of a group of nodes with the same (highest) score
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 3 07:35:35 CEST 2008 - abeekhof@suse.de
|
||||
|
||||
- Use a libexecdir consistent with openais
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 29 08:01:10 CEST 2008 - abeekhof@suse.de
|
||||
|
||||
- Updated to upstream version 0.6.3-1
|
||||
- Update source tarball to revision: fd8904c9bc67
|
||||
- SNMP has been moved to the management/pygui project
|
||||
@ -12,6 +49,7 @@ Tue Apr 29 08:01:10 CEST 2008 - abeekhof@suse.de
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 12 19:14:17 CEST 2008 - abeekhof@suse.de
|
||||
|
||||
- version 0.6.2-1
|
||||
- Initial package check-in
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
Name: pacemaker
|
||||
Summary: The Pacemaker scalable High-Availability cluster resource manager
|
||||
Version: 0.6.3
|
||||
Release: 4
|
||||
Release: 25
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Url: http://www.clusterlabs.org
|
||||
%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version}
|
||||
@ -57,7 +57,7 @@ Conflicts: pacemaker-heartbeat
|
||||
Conflicts: pacemaker
|
||||
Conflicts: pacemaker-ais
|
||||
%endif
|
||||
BuildRequires: e2fsprogs-devel glib2-devel gnutls-devel heartbeat-core heartbeat-core-devel libxml2-devel pam-devel python-devel swig
|
||||
BuildRequires: e2fsprogs-devel glib2-devel gnutls-devel heartbeat-core heartbeat-core-devel libxml2-devel libxslt-devel pam-devel python-devel swig
|
||||
%if 0%{?suse_version}
|
||||
%if 0%{?suse_version} > 1000
|
||||
%if %with_ais_support
|
||||
@ -247,6 +247,7 @@ rm -rf $RPM_BUILD_DIR/pacemaker
|
||||
%{_libdir}/libpe_rules.so.*
|
||||
%{_libdir}/libpengine.so.*
|
||||
%{_libdir}/libtransitioner.so.*
|
||||
%{_libdir}/libstonithd.so.*
|
||||
%{_sbindir}/cibadmin
|
||||
%{_sbindir}/crm_attribute
|
||||
%{_sbindir}/crm_diff
|
||||
@ -263,6 +264,8 @@ rm -rf $RPM_BUILD_DIR/pacemaker
|
||||
%{_sbindir}/ccm_tool
|
||||
%{_sbindir}/attrd_updater
|
||||
%{_sbindir}/ptest
|
||||
%{_sbindir}/cib_shadow
|
||||
%{_sbindir}/cibpipe
|
||||
%doc %{_mandir}/man8/cibadmin.8*
|
||||
%doc %{_mandir}/man8/crm_resource.8*
|
||||
%dir %attr (750, %{uname}, %{gname}) %{_var}/lib/heartbeat/crm
|
||||
@ -279,9 +282,42 @@ rm -rf $RPM_BUILD_DIR/pacemaker
|
||||
%defattr(-,root,root)
|
||||
#%doc %{_datadir}/doc/%{name}-%{version}
|
||||
%{_includedir}/pacemaker
|
||||
%{_includedir}/heartbeat/fencing
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Mon Jul 21 2008 abeekhof@suse.de
|
||||
- Update source tarball to revision: 7a31d0c33e22 (0.7.0)
|
||||
+ High: Performance enhancements
|
||||
+ High: Fix memory leaks and use-after-free
|
||||
+ High: Admin: All tools now use --node (-N) for specifying node unames
|
||||
+ High: Admin: All tools now use --xml-file (-x) and --xml-text (-X) for specifying where to find XML blobs
|
||||
+ High: cib: Implement CIB_shadow - a facility for making and testing changes before uploading them to the cluster
|
||||
+ High: cib: Make registering per-op callbacks an API call and renamed (for clarity) the API call for requesting notifications
|
||||
+ High: Core: Add a facility for automatically upgrading old configurations
|
||||
+ High: Core: Adopt libxml2 as the XML processing library - all external clients need to be recompiled
|
||||
+ High: PE: Bug LF:1459 - Allow failures to expire
|
||||
+ High: PE: Replace failure-stickiness with a simple 'migration-threshold'
|
||||
+ High: PE: Bug LF:1941 - Handle failed clone instance probes when clone-max < #nodes
|
||||
+ High: PE: Make OCF_ERR_ARGS a node-level error rather than a cluster-level one
|
||||
+ High: PE: Properly handle clones that are not installed on all nodes
|
||||
+ Medium: Admin: Bug LF:1438 - Allow the list of all/active resource operations to be queried by crm_resource
|
||||
+ Medium: Admin: Bug LF:1708 - crm_resource should print a warning if an attribute is already set as a meta attribute
|
||||
+ Medium: Admin: Bug LF:1883 - crm_mon should display fail-count and operation history
|
||||
+ Medium: Admin: Bug N:371785 - crm_resource -C doesn't also clean up fail-count attributes
|
||||
+ Medium: Admin: crm_mon - include timing data for failed actions
|
||||
+ Medium: cib: Bug LF:1348 - Allow rules and attribute sets to be referenced for use in other objects
|
||||
+ Medium: cib: BUG LF:1918 - By default, all cib calls now timeout after 30s
|
||||
+ Medium: cib: Remove some useless parts of the API
|
||||
+ Medium: cib: Implement the ability for clients to connect to remote servers
|
||||
+ Medium: Core: Add support for validating xml against RelaxNG schemas
|
||||
+ Medium: PE: Bug LF:1328 - Don't fencing nodes in clusters without managed resources
|
||||
+ Medium: PE: Bug LF:1461 - Give transient node attributes (in <status/>) preference over persistent ones (in <nodes/>)
|
||||
+ Medium: PE: Bug LF:1884, Bug LF:1885 - Implement N:M ordering and colocation constraints
|
||||
+ Medium: PE: Bug LF:1886 - Create a resource and operation 'defaults' config section
|
||||
+ Medium: PE: Bug LF:1892 - Allow recurring actions to be triggered at known times
|
||||
+ Medium: PE: Bug LF:1926 - Probes should complete before stop actions are invoked
|
||||
+ Medium: PE: Prefer the current location if it is one of a group of nodes with the same (highest) score
|
||||
* Sat May 03 2008 abeekhof@suse.de
|
||||
- Use a libexecdir consistent with openais
|
||||
* Tue Apr 29 2008 abeekhof@suse.de
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e2db497945e928cbb9332f594a2c377e5ec51ca100857e780fc51f2ecf3085e
|
||||
size 1216794
|
||||
oid sha256:ef8307aacf2ec5d8545cd879ef07c955f3b1564baa782be5b119ab6b1590cb2f
|
||||
size 1237963
|
||||
|
Loading…
x
Reference in New Issue
Block a user