Hi Guys,
I use DRBD 8.0.11 (Kernel modul from debian lenny)
My "problem" is when a resource get disk state consistent, I have no
chance to get it UpToDate.
I found a post where this situation is called a bug in DRBD < 8.2 (In
context with resource fencing)
Is this right? Or is there a trick to bring the disk state UpToDate manually?
Here is my drbd.conf
common {
handlers {
outdate-peer "/usr/lib/heartbeat/drbd-peer-outdater";
}
protocol C;
}
resource r0 {
disk {
fencing resource-only;
}
syncer { rate 14M; }
on node1 {
device /dev/drbd1;
disk /dev/sdb1;
address 10.1.1.1:7789;
meta-disk /dev/sdc[0];
}
on node3 {
device /dev/drbd1;
disk /dev/sdb1;
address 10.1.1.2:7789;
meta-disk /dev/sdc[0];
}
}
thanks
Dennis
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems