[DRBD-user] DRBD over more than one network connection

walim BEN JDIDIA walim at kopi.org
Thu Aug 13 14:37:21 CEST 2020


Hi,

We use drbd version 9.0.21-1 on CentOS 8 machine (kernel version 
4.18.0-147.5.1.el8_1.x86_64) in two nodes. The direct link between the 
two nodes is ensured by a fiber connection.

Some times, the direct link is down and the cluster switch drbd disks 
from one node to the other and get at the end StandAlone state (split 
brain).

DRBD disk synchronization is ensured *only* by the direct link based on 
the configuration below :

/resource test {//
//        device minor 1;//
//        net {//
//                shared-secret xxxxxxxxxxxxxxxx;//
//        }//
//        on node1 {//
//                address 192.168.1.1:7771;//
//                disk /dev/vg0-node1/test;//
//                flexible-meta-disk /dev/vg0-node1/test-md;//
//        }//
//        on node2 {//
//                address 192.168.1.2:7771;//
//                disk /dev/vg0-node2/test;//
//                flexible-meta-disk /dev/vg0-node2/test-md;//
//        }//
// }/

Does DRBD support synchronization over more than one network in order to 
keep synchronization even the direct link (network 192.168.1.0/30 in our 
case) is down ? How can we define two addresses in each node ?

walim

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linbit.com/pipermail/drbd-user/attachments/20200813/86797c35/attachment.htm>


More information about the drbd-user mailing list