[ClusterLabs] pcs 0.9.158 released

Tomas Jelinek tojeline at redhat.com
Fri May 26 12:38:39 CEST 2017


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

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

The most significant changes in this release are:
- support for bundle resources
- improved support for remote and guest nodes
- corosync traffic encryption automatically enabled in newly created
   clusters

Complete change log for this release:
### Added
- Support for bundle resources (CLI only) ([rhbz#1433016])
- Commands for adding and removing guest and remote nodes including
   handling pacemaker authkey (CLI only) ([rhbz#1176018], [rhbz#1254984],
   [rhbz#1386114], [rhbz#1386512])
- Command `pcs cluster node clear` to remove a node from pacemaker's
   configuration and caches
- Backing up and restoring cluster configuration by `pcs config backup`
   and `pcs config restore` commands now support corosync and pacemaker
   authkeys ([rhbz#1165821], [rhbz#1176018])

### Deprecated
- `pcs cluster remote-node add` and `pcs cluster remote-node remove
   `commands have been deprecated in favor of `pcs cluster node
   add-guest` and `pcs cluster node remove-guest` commands
   ([rhbz#1386512])

### Fixed
- Fixed a bug which under specific conditions caused pcsd to crash on
   start when running under systemd ([ghissue#134])
- `pcs resource unmanage` now sets the unmanaged flag to primitive
   resources even if a clone or master/slave resource is specified. Thus
   the primitive resources will not become managed just by uncloning.
   This also prevents some discrepancies between disabled monitor
   operations and the unmanaged flag. ([rhbz#1303969])
- `pcs resource unmanage --monitor` now properly disables monitor
   operations even if a clone or master/slave resource is specified.
   ([rhbz#1303969])
- `--help` option now shows help just for the specified command.
   Previously the usage for a whole group of commands was shown.
- Fixed a crash when `pcs cluster cib-push` is called with an explicit
   value of the `--wait` flag ([rhbz#1422667])
- Handle pcsd crash when an unusable address is set in `PCSD_BIND_ADDR`
   ([rhbz#1373614])
- Removal of a pacemaker remote resource no longer causes the respective
   remote node to be fenced ([rhbz#1390609])

### Changed
- Newly created clusters are set up to encrypt corosync communication
   ([rhbz#1165821], [ghissue#98])


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

Cheers,
Tomas


[ghissue#98]: https://github.com/ClusterLabs/pcs/issues/98
[ghissue#134]: https://github.com/ClusterLabs/pcs/issues/134
[rhbz#1176018]: https://bugzilla.redhat.com/show_bug.cgi?id=1176018
[rhbz#1254984]: https://bugzilla.redhat.com/show_bug.cgi?id=1254984
[rhbz#1303969]: https://bugzilla.redhat.com/show_bug.cgi?id=1303969
[rhbz#1373614]: https://bugzilla.redhat.com/show_bug.cgi?id=1373614
[rhbz#1386114]: https://bugzilla.redhat.com/show_bug.cgi?id=1386114
[rhbz#1386512]: https://bugzilla.redhat.com/show_bug.cgi?id=1386512
[rhbz#1390609]: https://bugzilla.redhat.com/show_bug.cgi?id=1390609
[rhbz#1422667]: https://bugzilla.redhat.com/show_bug.cgi?id=1422667
[rhbz#1433016]: https://bugzilla.redhat.com/show_bug.cgi?id=1433016
[rhbz#1165821]: https://bugzilla.redhat.com/show_bug.cgi?id=1165821



More information about the Users mailing list