[ClusterLabs] Final Pacemaker 2.0.4 release now available

Klaus Wenninger kwenning at redhat.com
Tue Jun 16 10:57:01 EDT 2020


Hi all,

The final release of Pacemaker version 2.0.4 is now available at:

https://github.com/ClusterLabs/pacemaker/releases/tag/Pacemaker-2.0.4

Some of the highlights of these release are:

* 'shutdown-locks'
This "feature" is implemented for parity with proprietary
high-availability software, to make it easier for users of that software
to switch to open source.
It is unlikely to be of interest to existing users of Pacemaker.

The scenario where this comes in useful is when an organization has a
large number of clusters with an active/failover model, with a high
cost (time-wise) to failing over, where host software updates and reboots
are performed during scheduled maintenance windows by junior system
administrators who may not have any cluster awareness. In such a case,
it is desirable that high availability is only for resource failures,
and resources should stop and not be recovered elsewhere for clean node
shutdowns. This must happen automatically, without any administrator
intervention, rather than via existing mechanisms such as temporarily
setting target-role.

The solution here is a new cluster option shutdown-lock which can be
set to true to enable this behavior.

* 'priority-fencing-delay'
Addresses general issue with mainly 2-node clusters where we usually
try to make the node running the most valuable set of resources win
a fencing-race.

With 'priority-fencing-delay' the priority of a node is derived
from the resource-priorities of resources it is running.
In a fencing-race the node with the highest priority has a certain
advantage over the others as fencing requests for that node are
executed with an additional (configurable) delay.

* couple of additional levers to further tailor output of tools
Examples are --include= --exclude= --node= as parameters for
crm_mon to include/exclude certain sections of output or
to limit output to data from certain nodes.

As usual, there were many bug fixes and log message improvements as
well. For more details about changes in this release, please see the
change log:

https://github.com/ClusterLabs/pacemaker/blob/2.0/ChangeLog

Many thanks to all contributors of source code to this release,
including Aleksei Burlakov, Chris Lumens, Gao,Yan, Ferenc Wágner,
Hideo Yamauchi, Inoue Kazunori, Jan Pokorný, Ken Gaillot,
Klaus Wenninger, Sebastian Matuschka, Yoshiufuji Hideaki.

Version 1.1.23, with selected backports from this release, will also be
released soon and the ClusterLabs webpage will be updated based on
2.0.4 release.
-- 
Klaus Wenninger <kwenning at redhat.com>



More information about the Users mailing list