Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
>Subject: [DRBD-user] general questions abount heartbeat with drbd >i'm running heartbeat with drbd mirroring. >the heartbeats are being sent by eth1 and ttys0. the drbd devices are >mirrored over eht1, too. > >if eth1 breaks, no more data is being mirrored, but the heartbeats still >get >over ttys0. is that a problem? Why not run restrict mirroring and heartbeat to the same, single device (ie. eth1)? Seems like you want them either to both suceed, or both fail. If you run them (mirroring & heartbeat) over separate devices you get the split-brain problem you mention. If you run them over the same device then they either both suceed or both fail. --miguel