[DRBD-user] drbd8 - multiple routes between nodes

Guy wyldfury at gmail.com
Wed Mar 19 11:28:29 CET 2008

Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.


Hi,

I've just started using drbd8 with heartbeat v2 + CRM with the hopes
of using it in a production environment relatively soon. Testing so
far has been great, but is it possible to use more than one address
for a device?

Something like:
  on drbd1 {
    device     /dev/stor1;
    disk       /dev/hdc4;
    address    10.0.0.11:7788;
    address    217.13.49.111:7788;
    meta-disk  /dev/hdc2[0];
  }

  on drbd2 {
    device     /dev/stor1;
    disk       /dev/hdc4;
    address    10.0.0.12:7788;
    address    217.13.49.112:7788;
    meta-disk  /dev/hdc2[0];
  }

Or perhaps have failover ips as the machines will two interfaces set
up on different networks? If drbd can use both networks it would
provide an extra level of redundancy to the connectivity between the
nodes.

Thanks
Guy

-- 
Don't just do something...sit there!



More information about the drbd-user mailing list