[ClusterLabs] [Announce] Release Candidate 2 for Pacemaker 1.1.13 now available
Andrew Beekhof
andrew at beekhof.net
Mon Apr 13 02:57:33 UTC 2015
Announcing the second release candidate for Pacemaker 1.1.13
https://github.com/ClusterLabs/pacemaker/releases/Pacemaker-1.1.13-rc2
In this RC we mostly have cleanups to David’s Docker integration and to the crm_mon code/output.
Additionally, Pacemaker now behaves better when replacing nodes.
Any assistance testing these changes would be much appreciated.
Please keep the bug reports coming in!
To build `rpm` packages for testing:
1. Clone the current sources:
# git clone --depth 0 git://github.com/ClusterLabs/pacemaker.git
# cd pacemaker
1. Install dependancies (if you haven't already)
[Fedora] # sudo yum install -y yum-utils
[ALL] # make rpm-dep
1. Build Pacemaker
# make rc
1. Copy and deploy as needed
## Details
Changesets: 58
Diff: 32 files changed, 354 insertions(+), 178 deletions(-)
## Highlights
### Changes since Pacemaker-1.1.13-rc1
+ acl: Do not delay evaluation of added nodes in some situations
+ attrd: fixes double free in attrd legacy
+ cib: Correctly track node state
+ crm_report: More patterns for finding logs on non-DC nodes
+ crm_resource: Display the locations of all anonymous clone children when supplying the children's common ID
+ docker-wrapper: add demote, promote, and notify actions for multistate rsc
+ docker-wrapper: properly forward key value pairs during isolation
+ lrmd: do not let isolation wrappers inherit the wrapper attribute, or it makes a loop
+ lrmd: isolation wrappers are moved from containers to isolation OCF namepace
+ lrmd: report original timeout when systemd operation completes
+ lrmd: Use original timestamps when reporting multi-step systemd operations
+ pengine: cl#5207 - Display "UNCLEAN" for resources running on unclean offline nodes
+ pengine: Avoid trailing whitespaces when printing resource state
+ pengine: Fix colocation with unmanaged resources
+ pengine: handle cloned isolated resources in a sane way
+ pengine: handle isolated resource scenario, cloned group of isolated resources
+ pengine: pass node name of pcmk host into isolated resources
+ pengine: Turn off legacy unpacking of resource options into the meta hashtable
+ stonith-ng: Correctly track node state
+ stonith-ng: No reply is needed for CRM_OP_RM_NODE_CACHE
More information about the Users
mailing list