[DRBD-user] drbd 9 differrent replication protocol with 3 nodes

Philipp Reisner philipp.reisner at linbit.com
Fri Apr 5 11:53:57 CEST 2013

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


Am Mittwoch, 3. April 2013, 22:00:09 schrieb Cristian Mammoli:
> Hi, I'm reading the user guide for drbd 9. It's clear how to setup a 3
> node mesh, however I didn't understand how to use different replication
> protocols between hosts.
> This is the classic scenario with 2 cluster nodes and 1 off-site
> disaster recovery host (with protocol A).
> 
> Something like:
> connection {
> host alice port 7010;
> host bob port 7001;
> protocol C;
> }
> connection {
> host alice port 7020;
> host charlie port 7002;
> protocol A;
> }
> connection {
> host bob port 7012;
> host charlie port 7021;
> protocol A;
> }
> Is it possible?

Yes.

With the prerelease2 it will be also possible to use the same port
for all connections:

connection {
host alice port 7010;
host bob port 7001;
protocol C;
}
connection {
host alice port 7010;
host charlie port 7010;
protocol A;
}
connection {
host bob port 7010;
host charlie port 7010;
protocol A;
}





More information about the drbd-user mailing list