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'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?