drbd-configured.target - Man Page

System target unit indicating all (enabled) DRBD resources are configured

Synopsis

drbd-configured.target

Description

This target should be enabled by default, and acts as a synchronization point to "install" the individual drbd@RESNAME.target instances.

You can then order any units that expect on one or more DRBD resources to be configured after drbd-configured.target.

Example

systemctl enable drbd-configured.target
for res in $(drbdadm sh-resources); do
    systemctl enable drbd@$(systemd-escape "$res").target
done

See Also

drbd@.target(7)

Authors

LINBIT HA Solutions GmbH https://linbit.com

Info

2025-08-24 drbd-utils DRBD Manual