Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
I am using DRBD 0.7 and wanted DRBD to wait to finish syncing before Heartbeat is started and doesn't seem to work. It will just sync and while syncing will start heartbeat anyway. It doesn't wait. I though drbdsetup /dev/nb0 wait_sync will do that when added to a script. sample script below on rc.local modprobe drbd drbdsetup /dev/nb0 wait_sync <-- from here it goes, drbd start <-- here right away heartbeat start <-- then here. is my order, or commands wrong? thanks, Robert