[ClusterLabs] pcs 0.11.5 released

Tomas Jelinek tojeline at redhat.com
Thu Mar 2 04:05:31 EST 2023


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

Source code is available at:
https://github.com/ClusterLabs/pcs/archive/refs/tags/v0.11.5.tar.gz
or
https://github.com/ClusterLabs/pcs/archive/refs/tags/v0.11.5.zip

Extended validation of resource and stonith attributes, added in the
previous release, is now disabled by default. We plan to enable it in
the future, once related issues in agents are resolved.
Other than that, this release brings a bunch of bug fixes.

Complete change log for this release:
## [0.11.5] - 2023-03-01

### Added
- Warning to `pcs resource|stonith update` commands about not using
   agent self-validation feature when the resource is already
   misconfigured ([rhbz#2151524])
- Add lib command `cluster_property.set_properties` to API v2
- Commands for checking and creating qdevice certificates on the local
   node only

### Fixed
- Graceful stopping pcsd service using `systemctl stop pcsd` command
- Displaying bool and integer values in `pcs resource config` command
   ([rhbz#2151164], [ghissue#604])
- Allow time values in stonith-watchdog-timeout property
   ([rhbz#2158790])
- Enable/Disable sbd when cluster is not running ([rhbz#2166249])
- Confusing error message in `pcs constraint ticket add` command
   ([rhbz#2168617], [ghpull#559])
- Internal server error during cluster setup with Ruby 3.2
- Set `Content-Security-Policy: frame-ancestors 'self'; default-src
   'self'` HTTP header for HTTP 404 responses as well ([rhbz#2160664])
- Validate dates in location constraint rules ([ghpull#644])

### Changed
- Resource/stonith agent self-validation of instance attributes is now
   disabled by default, as many agents do not work with it properly. Use
   flag '--agent-validation' to enable it in supported commands.
   ([rhbz#2159454])


Thanks / congratulations to everyone who contributed to this release,
including lixin, Lucas Kanashiro, Mamoru TASAKA, Michal Pospisil,
Miroslav Lisik, Ondrej Mular, Tomas Jelinek and wangluwei.

Cheers,
Tomas


[ghissue#604]: https://github.com/ClusterLabs/pcs/issues/604
[ghpull#559]: https://github.com/ClusterLabs/pcs/pull/559
[ghpull#644]: https://github.com/ClusterLabs/pcs/pull/644
[rhbz#2151164]: https://bugzilla.redhat.com/show_bug.cgi?id=2151164
[rhbz#2151524]: https://bugzilla.redhat.com/show_bug.cgi?id=2151524
[rhbz#2158790]: https://bugzilla.redhat.com/show_bug.cgi?id=2158790
[rhbz#2159454]: https://bugzilla.redhat.com/show_bug.cgi?id=2159454
[rhbz#2160664]: https://bugzilla.redhat.com/show_bug.cgi?id=2160664
[rhbz#2166249]: https://bugzilla.redhat.com/show_bug.cgi?id=2166249
[rhbz#2168617]: https://bugzilla.redhat.com/show_bug.cgi?id=2168617



More information about the Users mailing list