Dear DRBD users,
This is the first RC of the upcoming 1.9.0 release. It mainly contains
one new feature related to what is known as automatic switch back:
So far when preferred-nodes were set they also were taken into account
when a service was already running on a lower priority node and the
higher priority node joined later. In this case the lower priority node
stopped the local service and (most likely) the higher priority node
took over.
It is a valid use case not wanting to switch back if services are
running and a higher priority node joins. One might want to keep the
running services on the lower priority node. This is now implemented via
preferred-nodes-policy, which can be "always" (default and old
behavior) or "start-only".
If we don't find any issues we will release the final version in about a
week from now.
Regards, rck
GIT: prepare v1.9.0-rc.1 · LINBIT/drbd-reactor@04cb730 · GitHub
TGZ: https://pkg.linbit.com//downloads/drbd/utils/drbd-reactor-1.9.0-rc.1.tar.gz
PPA: LINBIT DRBD9 Stack : “LINBIT” team
Changelog:
[ Moritz Wanzenböck ]
* ci: use git fetch instead of archive download
[ Roland Kammerer ]
* promoter: improve log message
* promoter,doc: document uname -n
* promoter: add preferred-nodes-policy
[ ggqshr ]
* Update promoter.md