drbd-reactor v1.11.0-rc.1

Dear DRBD users,

this is the first RC of the upcoming 1.11.0 release. The highlights:

The promoter now supports an on-disk-detach policy[1]. When the local
DRBD disk on a Primary gets detached, the new "fail-over" policy stops
services if an UpToDate peer is available, triggering a failover. The
default ("ignore") preserves existing behavior.

We fixed initial startup ordering on intentionally diskless nodes[2].
Diskless nodes tend to be ready faster and could win the startup race
even when they shouldn't. We now also consider disk state during initial
startup.

drbd-reactorctl status learned a --json flag[3] for machine-readable
output.

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

Regards, rck

GIT: prepare v1.11.0-rc.1 · LINBIT/drbd-reactor@12e4b4f · GitHub
TGZ: https://pkg.linbit.com//downloads/drbd/utils/drbd-reactor-1.11.0-rc.1.tar.gz
PPA: LINBIT DRBD9 Stack : “LINBIT” team

Changelog:
[ Christoph Böhmwalder ]
* grafana: add $resource variable to dashboard
* doc: add configuration options for prometheus exporter

[ Moritz Wanzenböck ]
* ci: replace gitlab internal registry image
* ci: use custom trivy image

[ Roland Kammerer ]
* doc: add info about systemd symbols
* core: add toml/target monitoring
* fix minor linter warnings
* ctl: add json output for status command
* promoter: fix initial startup on diskless
* promoter: add on-disk-detach policy for local disk failure
* ctl: rm runner from template
* all: switch to captured identifiers

[1] promoter: add on-disk-detach policy for local disk failure · LINBIT/drbd-reactor@2d3ebad · GitHub
[2] promoter: fix initial startup on diskless · LINBIT/drbd-reactor@2539fc9 · GitHub
[3] ctl: add json output for status command · LINBIT/drbd-reactor@a19a507 · GitHub