- December 17, 2007 3:49 PM
resource d0 {
protocol C;
startup {
degr-wfc-timeout 120; # 2 minutes.
}
disk {
on-io-error detach;
}
net {
}
syncer {
rate 500M;
al-extents 257;
}
on h1 {
device /dev/drbd0;
disk /dev/sdb2;
address 10.0.0.11:7788;
meta-disk /dev/sdb1[0];
}
on h2 {
device /dev/drbd0;
disk /dev/sdb2;
address 10.0.0.12:7788;
meta-disk /dev/sdb1[0];
}
}