drbd-configured.target(7)

DRBD-CONFIGURED.T(7) DRBD Manual DRBD-CONFIGURED.T(7)

NAME

drbd-configured.target - 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

2026-03-20 drbd-utils