[ClusterLabs] pcs 0.9.167 released

Tomas Jelinek tojeline at redhat.com
Thu Mar 21 09:20:10 EDT 2019


I am happy to announce the latest release of pcs, version 0.9.167.

Source code is available at:
https://github.com/ClusterLabs/pcs/archive/0.9.167.tar.gz
or
https://github.com/ClusterLabs/pcs/archive/0.9.167.zip

Among other features and fixes, this release brings a fix for messages
not being logged to pcsd.log.


Complete change log for this release:
## [0.9.167] - 2019-03-18

### Added
- Command `pcs client local-auth` for authentication of pcs client
   against local pcsd. This is required when a non-root user wants to
   execute a command which requires root permissions (e.g. `pcs cluster
   start`). ([rhbz#1554302])
- A warning is printed when adding a location constraint for a
   non-existent node ([rhbz#1522858])
- Allow non-root users to read quorum status (commands `pcs status
   corosync`, `pcs status quorum`, `pcs quorum device status`, `pcs
   quorum status`) ([rhbz#1594738])
- Command `pcs config checkpoint diff` for displaying differences
   between two specified checkpoints ([rhbz#1515021])
- Support for resource instance attributes uniqueness check according to
   resource agent metadata ([rhbz#1389140])
- Command `pcs resource bundle reset` for a bundle configuration
   reseting ([rhbz#1598197])

### Fixed
- pcsd.service now depends on network-online.target ([rhbz#1638376])
- Propose removing nodes from their clusters instead of destroying
   cluster on the nodes when trying to create new cluster from nodes
   which are already in a cluster ([rhbz#1474747])
- Pcs no longer removes empty `meta_attributes`, `instance_attributes`
   and other nvsets and similar elements from CIB. Such behavior was
   causing problems when pacemaker ACLs were in effect, leading to
   inability of pushing modified CIBs to pacemaker. ([rhbz#1642514])
- `pcs resource group add` no longer produces an invalid CIB when group
   id is already occupied with non-resource element ([rhbz#1447349])
- pcs no longer spawns unnecessary processes for reading node tokens
   ([rhbz#1676944])
- Fixed a bug causing most of the messages not being logged into
   pcsd.log ([rhbz#1679534])
- Lower load caused by periodical config files syncing in pcsd by making
   it sync less frequently ([rhbz#1676956])
- Improve logging of periodical config files syncing in pcsd


Thanks / congratulations to everyone who contributed to this release, 
including
Ivan Devat, Ondrej Mular and Tomas Jelinek.

Cheers,
Tomas


[rhbz#1389140]: https://bugzilla.redhat.com/show_bug.cgi?id=1389140
[rhbz#1447349]: https://bugzilla.redhat.com/show_bug.cgi?id=1447349
[rhbz#1474747]: https://bugzilla.redhat.com/show_bug.cgi?id=1474747
[rhbz#1515021]: https://bugzilla.redhat.com/show_bug.cgi?id=1515021
[rhbz#1522858]: https://bugzilla.redhat.com/show_bug.cgi?id=1522858
[rhbz#1554302]: https://bugzilla.redhat.com/show_bug.cgi?id=1554302
[rhbz#1598197]: https://bugzilla.redhat.com/show_bug.cgi?id=1598197
[rhbz#1638376]: https://bugzilla.redhat.com/show_bug.cgi?id=1638376
[rhbz#1642514]: https://bugzilla.redhat.com/show_bug.cgi?id=1642514
[rhbz#1676944]: https://bugzilla.redhat.com/show_bug.cgi?id=1676944
[rhbz#1676956]: https://bugzilla.redhat.com/show_bug.cgi?id=1676956
[rhbz#1679534]: https://bugzilla.redhat.com/show_bug.cgi?id=1679534


More information about the Users mailing list