Dear DRBD users, this is the final version of drbd-reactor 1.12.0. The focus of this cycle was on the drbd-reactorctl management tool and on more robust core behavior. The status output now reports disabled promoter configs along with their DRBD role, and correctly handles resources that are not (yet) up. The core learned to dump the effective plugin configuration as TOML on SIGUSR1, which makes debugging live setups a lot easier, and it now reports plugin errors on exit instead of swallowing them. Spawning external commands gained proper error context, so failures are much easier to diagnose. The promoter got a fix for the shim path on SUSE/openSUSE and now warns about an empty start list. Changelog: [ Christoph Böhmwalder ] * debian: update mailing list address [ Joel Colledge ] * all: add context when spawning external commands [ Moritz Tanner ] * ci: update virter and vmshed [ Roland Kammerer ] * .gitignore: add CLAUDE.local.md * core: convert Resource.devices to BTreeMap * core: convert Connection.peerdevices to BTreeMap * core: convert Connection.paths to BTreeMap * core: convert Resource.connections to BTreeMap * core: report plugin errors on core exit * README.md: focal -> jammy * README.md: fix heading hierarchy to have a single top-level heading * ctl,status: report disabled promoter configs and their DRBD role * ctl,ls: drop --disabled * promoter: warn on empty start list * ctl: refactor config snippet path handling * ctl,status: fix for DRBD resources not up * ctl: factor out per-snippet validation * core: dump plugin configs as TOML on SIGUSR1 * ctl: improve status [ Ryan Ronnander ] * promoter: fix shim path for SUSE/openSUSE GIT: https://github.com/LINBIT/drbd-reactor/commit/21f8d5705a037e6c160fcc07c6fcad81bc0b06f1 TGZ: https://pkg.linbit.com/downloads/drbd/utils/drbd-reactor-1.12.0.tar.gz PPA: https://launchpad.net/~linbit/+archive/ubuntu/linbit-drbd9-stack Regards, rck