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

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

This is mainly a bug fix release. Among other things it fixes several
bugs in 'pcs auth' including the issue that 'pcs auth' did not work when
corosync.conf existed and defined no nodes. This may be interesting for
Debian packagers - see [ghissue#153] for more details including links to
Debian and Ubuntu bugs.

Significant changes happened in pcs-0.9.162 which I forgot to announce:
- added support for managing qdevice heuristics
- added support for providing basic info about clusters via SNMP


Complete change log for these releases:
## [0.9.163] - 2018-02-20

### Added
- Added `pcs status booth` as an alias to `pcs booth status`
- A warning is displayed in `pcs status` and a stonith device detail in
  web UI when a stonith device has its `method` option set to `cycle`
  ([rhbz#1523378])

### Fixed
- `--skip-offline` is no longer ignored in the `pcs quorum device
  remove` command
- pcs now waits up to 5 minutes (previously 10 seconds) for pcsd restart
  when synchronizing pcsd certificates
- Usage and man page now correctly state it is possible to enable or
  disable several stonith devices at once
- It is now possible to set the `action` option of stonith devices in
  web UI by using force ([rhbz#1421702])
- Do not crash when `--wait` is used in `pcs stonith create`
  ([rhbz#1522813])
- Nodes are now authenticated after running `pcs cluster auth` even if
  an existing corosync.conf defines no nodes ([ghissue#153],
  [rhbz#1517333])
- Pcs now properly exits with code 1 when an error occurs in `pcs
  cluster node add-remote` and `pcs cluster node add-guest` commands
  ([rhbz#1464781])
- Fixed a crash in the `pcs booth sync` command ([rhbz#1527530])
- Always replace the whole CIB instead of applying a diff when
  crm\_feature\_set <= 3.0.8 ([rhbz#1488044])
- Fixed `pcs cluster auth` in a cluster when not authenticated and using
  a non-default port ([rhbz#1415197])
- Fixed `pcs cluster auth` in a cluster when previously authenticated
  using a non-default port and reauthenticating using an implicit
  default port ([rhbz#1415197])


## [0.9.162] - 2017-11-15

### Added
- `pcs status --full` now displays information about tickets
  ([rhbz#1389943])
- Support for managing qdevice heuristics ([rhbz#1389209])
- SNMP agent providing information about cluster to the master agent. It
  supports only python 2.7 for now ([rhbz#1367808]).

### Fixed
- Fixed crash when loading a huge xml ([rhbz#1506864])
- Fixed adding an existing cluster into the web UI ([rhbz#1415197])
- False warnings about failed actions when resource is master/unmaster
  from the web UI ([rhbz#1506220])

### Changed
- `pcs resource|stonith cleanup` no longer deletes the whole operation
  history of resources. Instead, it only deletes failed operations from
  the history. The original functionality is available in the `pcs
  resource|stonith refresh` command. ([rhbz#1508351], [rhbz#1508350])


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

Cheers,
Tomas


[ghissue#153]: https://github.com/ClusterLabs/pcs/issues/153
[rhbz#1367808]: https://bugzilla.redhat.com/show_bug.cgi?id=1367808
[rhbz#1389209]: https://bugzilla.redhat.com/show_bug.cgi?id=1389209
[rhbz#1389943]: https://bugzilla.redhat.com/show_bug.cgi?id=1389943
[rhbz#1415197]: https://bugzilla.redhat.com/show_bug.cgi?id=1415197
[rhbz#1421702]: https://bugzilla.redhat.com/show_bug.cgi?id=1421702
[rhbz#1464781]: https://bugzilla.redhat.com/show_bug.cgi?id=1464781
[rhbz#1488044]: https://bugzilla.redhat.com/show_bug.cgi?id=1488044
[rhbz#1506220]: https://bugzilla.redhat.com/show_bug.cgi?id=1506220
[rhbz#1506864]: https://bugzilla.redhat.com/show_bug.cgi?id=1506864
[rhbz#1508350]: https://bugzilla.redhat.com/show_bug.cgi?id=1508350
[rhbz#1508351]: https://bugzilla.redhat.com/show_bug.cgi?id=1508351
[rhbz#1517333]: https://bugzilla.redhat.com/show_bug.cgi?id=1517333
[rhbz#1522813]: https://bugzilla.redhat.com/show_bug.cgi?id=1522813
[rhbz#1523378]: https://bugzilla.redhat.com/show_bug.cgi?id=1523378
[rhbz#1527530]: https://bugzilla.redhat.com/show_bug.cgi?id=1527530
_______________________________________________
Users mailing list: Users@clusterlabs.org
https://lists.clusterlabs.org/mailman/listinfo/users

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org

Reply via email to