PAF 1.1 beta1
Pre-release
Pre-release
2016-12-04 - Version 1.1_beta1
This is a beta version of the next release of PAF v1.1.0.
WARNING: branch v1.x is a compatibility version for older version of Pacemaker/corosync (Debian 7, EL6, ...). Use PAF 2.x for modern versions of OS/Pacemaker/Corosync!
WARNING: this is a beta version. Please test and report any issue on github: https://github.com/dalibo/PAF/issues
DO NOT USE IN PRODUCTION!
Changelog:
- 1.1 beta1 release
- fix: compatibility with PostrgeSQL 9.6, YanChii
- fix: do not use crm_node --partition to discover resources, ioguix
- fix: unknown argument --query when calling crm_master, ioguix
- fix: perl warning when master score has never been set on the master, ioguix
- fix: remove wrong info message during post-promote notify, ioguix
- fix: race condition when setting attributes during actions, reported by Guillaume Lalarge, fixed by ioguix
- fix: bug where pgport and pghost where ignored in "_query", reported by nnn-dev, fixed by ioguix
- fix: use same role name than the system_user to connect, reported by nnn-dev, fixed by ioguix
- fix: wrap crm_master calls in sub to make them synchronous, ioguix
- fix: fixed a bug related to setgid in "_runas", reported by nnn-dev, fixed by ioguix
- fix: check on application_name in validate_all, Benoit Lobréau
- change: do not start standby with a master score of 1, ioguix
- change: choose the clone to promote when no master score exist, ioguix
- change: avoid fatal error during validate action when possible, Benoit Lobréau & ioguix
- new: parameter "datadir" to cope with PostgreSQL GUC data_directory, Benoit Lobréau
- new: detect and deal master/slave recovery transition, ioguix
- new: set next best secondaries base on their lag, ioguix
- misc: code cleanup and refactoring
- misc: various log messages cleanup and enhancement