Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
hi,
Can someone kindly point what configuration is wrong in my conf file. Thanks
for helping.
The error status:
drbd driver loaded OK; device status:
version 0.7.21 (apo:79/proto:74)
SVN Revision: 2326 build
0: cs:WFConnection st:Primary/Unknown Id:Consistent
ns:0 nr:0 dw:0 dr:0 al:0 bm:0 lo:0 pe:0 ua:0 ap:0
1: cs:Unconfigured
My drbd.conf:
resource drbd-mirror1 {
protocol C;
startup {
degr-wfc-timeout 120;
}
disk {
on-io-error detach;
}
syncer {
rate 100M;
group 1;
al-extents 257;
}
on suse-master {
device /dev/drbd0;
disk /dev/hda5;
meta-disk internal;
address 192.168.10.10:7788;
}
on suse-slave {
device /dev/drbd0;
disk /dev/hda5;
meta-disk internal;
address 192.168.10.11:7788;
}
}