Dear DRBD users,
this is the first RC of the upcoming 1.6.0 release. It has some
additional features like only generating overrides when necessary
instead of empty overrides. Due to recent changes in drbd-utils we no
longer need to override ExecCondition to ExecStart unconditionally,
which produces nicer status output on newer systems.
The main reason for the release is that newer drbd-utils expose a new
keyword (i.e., "open") in the events2 stream, and we now added that to
reactor. Without that the reactor log is spammed with warnings which are
actually harmless. We also changed these log messages from level warn to
debug.
As the changes are pretty minimal and the real reason for this release
is to get the "open" keyword into the parser, this will probably be a
short RC phase with a final release mid next week. So if you want to
help testing, please do so early.
Regards, rck
GIT: prepare v1.6.0-rc.1 · LINBIT/drbd-reactor@1b0de0d · GitHub
TGZ: https://pkg.linbit.com//downloads/drbd/utils/drbd-reactor-1.6.0-rc.1.tar.gz
PPA: LINBIT DRBD9 Stack : “LINBIT” team
Changelog:
[ Moritz Wanzenböck ]
* umh: fix wrong environment variable name
* events: add "open" to device keywords
[ Roland Kammerer ]
* promoter: do not generate ExecStart override
* promoter: write overrides if necessary
* events: missing keywords -> debug