drbd-reactor v1.5.0-rc.1

Roland Kammerer roland.kammerer at linbit.com
Thu Sep 19 14:08:24 CEST 2024


Dear DRBD users,

this is the first RC of the upcoming drbd-reactor version 1.5.0. There
are smaller fixes and improvements all over the place, the important
changes happened in startup of the daemon and the promoter plugin:

We have customers that have hundreds of promoter resources managed by
drbd-reactor. So far every instance on startup wrote their systemd
target units and then called `systemctl daemon-reload`. That takes some
time and in sum systemd might kill the drbd-reactor service because it
did not start in time. We now call daemon-reload only once, and we
improved sd_notify(3) communication between reactor and systemd. Startup
with lots of plugins should now be faster and timeouts should no longer
be a problem.

Please test, if we don't find any bugs I will do the final release in
about a week from now.

Regards, rck

GIT: https://github.com/LINBIT/drbd-reactor/commit/49a7b49b1a3278356a75e7409f374c3b61e6660c
TGZ: https://pkg.linbit.com//downloads/drbd/utils/drbd-reactor-1.5.0-rc.1.tar.gz
PPA: https://launchpad.net/~linbit/+archive/ubuntu/linbit-drbd9-stack

Changelog:
[ Lars Ellenberg ]
* promoter: fix Description override to use %N not %p

[ Roland Kammerer ]
* doc: fix start-until procedure
* promoter: check for '/' in service names
* ctl: improve evict error message
* build: add sbom files to tarballs
* build: rm packaging targets
* promoter: add trace logging around adjust
* promoter: systemctl daemon-reload only once
* promoter: use EXTEND_TIMEOUT_USEC in sd_notify
* promoter: use Stdio::null() for systemctl commands
* all: stop using plugin::system and use Command
* daemon: use Stdio::null() for stdin
* systemd: improve notify


More information about the drbd-announce mailing list