116 lines
6.9 KiB
Plaintext
116 lines
6.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Sep 15 11:08:19 CEST 2008 - abeekhof@suse.de
|
|
|
|
- Create a libpacemaker subpackage
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 11 09:33:12 CEST 2008 - abeekhof@suse.de
|
|
|
|
- Update source tarball to revision: 2087f5b1a5a0
|
|
+ High: PE: Bug LF:1950 - Ensure the current values for all notification variables are always set (even if empty)
|
|
+ High: PE: Bug LF:1955 - Ensure unmanaged masters are unconditionally repromoted to ensure they are monitored correctly.
|
|
+ High: PE: Bug LF:1955 - Fix another case of filtering causing unmanaged master failures
|
|
+ High: PE: Bug LF:1955 - Umanaged mode prevents master resources from being allocated correctly
|
|
+ High: PE: Bug N:420538 - Anit-colocation caused a positive node preference
|
|
+ High: PE: Correctly handle unmanaged resources to prevent them from being started elsewhere
|
|
+ High: PE: crm_resource - Fix the --migrate command
|
|
+ High: ais: Move the service id definition to a common location and make sure it is always used
|
|
+ High: stonithd (LF 1951): fix remote stonith operations
|
|
+ Medium: Build: Make sure crm_config.h is only ever included once
|
|
+ Medium: PE: Bug LF:1950 - Notifications do not contain all documented resource state fields
|
|
+ Medium: PE: Bug N:417585 - Don't restart group children who's individual score drops below zero
|
|
+ Medium: PE: Implement a true maintenance mode
|
|
+ Medium: ais: Use the agreed service number
|
|
+ Medium: Tools: Implement a unified CLI shell
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 1 10:25:58 CEST 2008 - abeekhof@suse.de
|
|
|
|
- Update source tarball to revision: 1df197982079
|
|
- Try again to fix compilation in STABLE (this time also tested with mbuild)
|
|
- STONITH is now enabled by default and the cluster will warn if no STONITH resource is found
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 30 12:38:56 CEST 2008 - abeekhof@suse.de
|
|
|
|
- Update source tarball to revision: 902885c90d96
|
|
- Fixes build ordering ssue that prevented compilation of lib/common
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 20 17:05:00 CEST 2008 - abeekhof@suse.de
|
|
|
|
- Update source tarball to revision: f567855328b7 (0.7.1)
|
|
+ Added features needed to support libdlm and ocfs2-tools
|
|
+ High: admin: Fix use-after-free in crm_mon
|
|
+ High: cib: Use single quotes so that the xpath queries for nvpairs will succeed
|
|
+ High: crmd: Always connect to stonithd when the TE starts and ensure we notice if it dies
|
|
+ High: crmd: Make sure async-failures cause the failcount to be incrimented
|
|
+ High: PE: Bug LF:1941 - Handle failed clone instance probes when clone-max < #nodes
|
|
+ High: PE: Prevent use-of-NULL - order->rsc_rh will not always be non-NULL
|
|
+ High: PE: Unpack colocation sets correctly
|
|
+ High: Tools: crm_mon - Prevent use-of-NULL for orphaned resources
|
|
+ Medium: Core: Get more details regarding parser errors
|
|
+ Medium: Core: Switch to the libxml2 parser - its significantly faster
|
|
+ Medium: PE: Allow groups to be involved in optional ordering constraints
|
|
+ Medium: PE: Allow sets of operations to be reused by multiple resources
|
|
+ Medium: PE: Bug LF:1941 - Mark extra clone instances as orphans and don't show inactive ones
|
|
+ Medium: PE: Determin the correct migration-threshold during resource expansion
|
|
+ Medium: PE: Implement no-quorum-policy=suicide (FATE #303619)
|
|
+ Lots of bug fixes
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
- Many bugfixes, primarily related to master/slave resources and failcount handling
|
|
- Fix libtool version check and supply a better default for the LCRSO directory
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 12 19:14:17 CEST 2008 - abeekhof@suse.de
|
|
|
|
- version 0.6.2-1
|
|
- Initial package check-in
|
|
|