Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hi!
I have a problem again with drbd-0.7.
When I reboot my two node, both node
will be secondary/secondary. My /prc/drbd
is this:
node1:
version: 0.7-pre7 cvs $Date: 2004/05/19 19:53:20 $ (api:72/proto:72)
0: cs:Connected st:Secondary/Secondary ld:Consistent
ns:0 nr:0 dw:0 dr:0 al:0 bm:0 lo:0 pe:0 ua:0 ap:0
1: cs:Unconfigured
node2:
version: 0.7-pre7 (api:72/proto:72)
0: cs:Connected st:Secondary/Secondary ld:Consistent
ns:0 nr:0 dw:0 dr:0 al:0 bm:0 lo:0 pe:0 ua:0 ap:0
Why? And why have the first node two resources?
May I have the two node the same drbd.conf file?
My drbd.conf is:
resource r0 {
protocol C;
incon-degr-cmd "halt -f";
startup {
#wfc-timout 10;
#degr-wfc-timeout 60; # 2 minutes.
}
disk {
on-io-error detach;
}
net {
}
syncer {
rate 90M;
group 1;
al-extents 257;
}
on cluster1 {
device /dev/nb0;
disk /dev/hda3;
address 10.0.0.1:7788;
meta-disk internal;
}
on cluster2 {
device /dev/nb0;
disk /dev/hda3;
address 10.0.0.2:7788;
meta-disk internal;
}
}