Hi,
The below doc explain how to configure DRBD with Debian OpenSSI.
First i would request the user to read docs available at
http://www.drbd.org/
1) changes to drbd.conf
One need to specify the node number as a part of each resources
example
on node2 {
device /dev/drbd/0;
disk /dev/hda2;
address 192.168.22.12:7788;
nodenum 2;
meta-disk /dev/hda5[0];
}
2) Make sure the drbd disk backing a resources have same name in all
the nodes
3) To build ramdisk for DRBD enabled OpenSSI installation say
DRBD_CONFIG=yes
in /etc/mkinitrd/mkinitrd.conf
4) When booting the cluster for the first time DRBD initialization will
through the error. As a part of the error message you will find an
informative message saying which command failed. Execute the command
again with --do-what-I-say option. Alternatives you can drop into the
shell during booting and execute the command with --do-what-I-say option.
5) Sample drbd.conf that i am using is attached below. Replace the
IPADDR* with the node interconnect IP address.
-aneesh
|