Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
> "this cannot happen" :-/
>
> please send me your drbd.conf,
> and the output of testing/read_gc.pl on both nodes,
> maybe that gives a hint.
>
I've attached the drbd.conf file, but I already blew away the metadata
partition on both nodes :-(. I'll let you know if it happens again, and
run read_gc.pl if it does.
-- Jeff
-------------- next part --------------
global {
# number of devices to create (gets passed to kernel mod)
minor_count 8;
}
resource drbdpv00 {
# use the synchronous protocol
protocol C;
startup {
wfc-timeout 5;
degr-wfc-timeout 120;
}
on angstrom {
device /dev/drbd0;
disk /dev/rootvg/drbdpv00;
meta-disk /dev/rootvg/drbdmeta[0];
address 192.168.0.171:7790;
}
on zeeman {
device /dev/drbd0;
disk /dev/rootvg/drbdpv00;
meta-disk /dev/rootvg/drbdmeta[0];
address 192.168.0.172:7790;
}
}
resource drbdpv01 {
# use the synchronous protocol
protocol C;
startup {
wfc-timeout 5;
degr-wfc-timeout 120;
}
on angstrom {
device /dev/drbd1;
disk /dev/rootvg/drbdpv01;
meta-disk /dev/rootvg/drbdmeta[1];
address 192.168.0.171:7791;
}
on zeeman {
device /dev/drbd1;
disk /dev/rootvg/drbdpv01;
meta-disk /dev/rootvg/drbdmeta[1];
address 192.168.0.172:7791;
}
}
resource drbdpv02 {
# use the synchronous protocol
protocol C;
startup {
wfc-timeout 5;
degr-wfc-timeout 120;
}
on angstrom {
device /dev/drbd2;
disk /dev/rootvg/drbdpv02;
meta-disk /dev/rootvg/drbdmeta[2];
address 192.168.0.171:7792;
}
on zeeman {
device /dev/drbd2;
disk /dev/rootvg/drbdpv02;
meta-disk /dev/rootvg/drbdmeta[2];
address 192.168.0.172:7792;
}
}
resource drbdpv03 {
# use the synchronous protocol
protocol C;
startup {
wfc-timeout 5;
degr-wfc-timeout 120;
}
on angstrom {
device /dev/drbd3;
disk /dev/rootvg/drbdpv03;
meta-disk /dev/rootvg/drbdmeta[3];
address 192.168.0.171:7793;
}
on zeeman {
device /dev/drbd3;
disk /dev/rootvg/drbdpv03;
meta-disk /dev/rootvg/drbdmeta[3];
address 192.168.0.172:7793;
}
}
resource drbdpv04 {
# use the synchronous protocol
protocol C;
startup {
wfc-timeout 5;
degr-wfc-timeout 120;
}
on angstrom {
device /dev/drbd4;
disk /dev/rootvg/drbdpv04;
meta-disk /dev/rootvg/drbdmeta[4];
address 192.168.0.171:7794;
}
on zeeman {
device /dev/drbd4;
disk /dev/rootvg/drbdpv04;
meta-disk /dev/rootvg/drbdmeta[4];
address 192.168.0.172:7794;
}
}
resource drbdpv05 {
# use the synchronous protocol
protocol C;
startup {
wfc-timeout 5;
degr-wfc-timeout 120;
}
on angstrom {
device /dev/drbd5;
disk /dev/rootvg/drbdpv05;
meta-disk /dev/rootvg/drbdmeta[5];
address 192.168.0.171:7795;
}
on zeeman {
device /dev/drbd5;
disk /dev/rootvg/drbdpv05;
meta-disk /dev/rootvg/drbdmeta[5];
address 192.168.0.172:7795;
}
}
resource drbdpv06 {
# use the synchronous protocol
protocol C;
startup {
wfc-timeout 5;
degr-wfc-timeout 120;
}
on angstrom {
device /dev/drbd6;
disk /dev/rootvg/drbdpv06;
meta-disk /dev/rootvg/drbdmeta[6];
address 192.168.0.171:7796;
}
on zeeman {
device /dev/drbd6;
disk /dev/rootvg/drbdpv06;
meta-disk /dev/rootvg/drbdmeta[6];
address 192.168.0.172:7796;
}
}
resource drbdpv07 {
# use the synchronous protocol
protocol C;
startup {
wfc-timeout 5;
degr-wfc-timeout 120;
}
on angstrom {
device /dev/drbd7;
disk /dev/rootvg/drbdpv07;
meta-disk /dev/rootvg/drbdmeta[7];
address 192.168.0.171:7797;
}
on zeeman {
device /dev/drbd7;
disk /dev/rootvg/drbdpv07;
meta-disk /dev/rootvg/drbdmeta[7];
address 192.168.0.172:7797;
}
}