Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hi folks,
I'm trying to use dolphin interconnect with drbd. My problem is quite simple what should I enter on the line address in
drbd.conf ? Could I just enter my IP adress or should I specify sci ?
on srv01.penguins.com {
device /dev/drbd0;
disk /dev/sdb1;
address 10.0.0.11:7778;
meta-disk internal;
#meta-disk /dev/sdb4[0];
}
on srv02.penguins.com {
device /dev/drbd0;
disk /dev/sdb1;
address 10.0.0.12:7778;
meta-disk internal;
#meta-disk /dev/sdb4[0];
Thanks for your help, best regards
Greg