Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
After reboot two testing server, the drbd service displayed drbd0: Split-Brain detected, dropping connection! , I already do not point out split-brain in drbd.conf , the following is the drbd.conf setting:
global {
usage-count no;
}
common {
syncer { rate 100M; }
}
resource cluster_metadata {
protocol C;
startup {
wfc-timeout 0;
degr-wfc-timeout 120; # 2 minutes.
}
disk {
on-io-error detach;
}
syncer {
rate 10M;
}
on filer01 {
device /dev/drbd0;
disk /dev/sda5;
address 172.16.1.243:7788;
meta-disk internal;
}
on filer02 {
device /dev/drbd0;
disk /dev/sda5;
address 172.16.1.244:7788;
meta-disk internal;
}
}
Please give me some recommand about this drbd.conf . THX !
Yahoo!香港提供網上安全攻略,教你如何防範黑客! 請前往 http://hk.promo.yahoo.com/security/ 了解更多!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linbit.com/pipermail/drbd-user/attachments/20090824/ba5e72a4/attachment.htm>