|
Doc Text:
|
_clufter_ rebased to version 0.59.5
The _clufter_ packages, available as a Technology Preview, have been upgraded to upstream version 0.59.5, which provides a number of bug fixes, new features, and user experience enhancements over the previous version. Among the notable updates are the following:
* When converting the old cluster stack configuration into files for a Pacemaker stack or into the respective sequence of `pcs` commands with the `ccs2pcs` and `ccs2pcscmd` families of `clufter` commands, monitor action is properly propagated or added.
* When converting configuration files for the Pacemaker stack using the `corosync.conf` file, either as a byproduct of converting CMAN-based configuration or with first-class input such as the `*2pcscmd{,-needle}` families of commands, the cluster name is propagated correctly. Previously, the cluster name was mistakenly dropped, resulting in a command that confused the name of the first cluster node for the name of the cluster as in, for example, "pcs cluster setup --start --name node1 node2 node3".
* When converting CMAN-based configuration into the parallel configuration for a Pacemaker stack with the `ccs2pcs` family of commands, accidentally broken values of attributes marked as having an ID type in the schema no longer occur.
* When converting either CMAN or Pacemaker stack specific configuration into the respective sequence of `pcs` commands with the `*2pcscmd` families of commands, the `clufter` tool no longer suggests "pcs cluster cib file --config", which does not currently work for subsequent local-modification `pcs` commands. Instead it suggests "pcs cluster cib file".
* The `clufter` tool outputs now may vary significantly depending on the specified distribution target since the tool now aligns the output with what the respective environment, such as the `pcs` version, can support. Because of this, your distribution or setup may not be supported, and you should not expect that one sequence of `pcs` commands that the `clufter` tool produces is portable to a completely different environment.
* The `clufter` tool now supports several new features of the `pcs` tool, including quorum devices. Additionally, the `clufter` tool supports older features recently added to the `pcs` tool, including ticket constraints, and resource sets for colocation and order constraints. |