Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hello,
I would like to do that : Synchronise 2 partitions on the same host with
DRBD, is it possible? I have tried that but it doesn't seem to work :
global {
minor-count 1;
}
resource data {
protocol C;
on h91-233-77 {
device /dev/drbd0;
disk /dev/sdb1;
address 192.168.1.1:7788;
meta-disk internal;
}
on h91-233-77 {
device /dev/drbd0;
disk /dev/sdc1;
address 192.168.1.1:7789;
meta-disk internal;
}
disk {
on-io-error detach;
}
net {
max-buffers 2048;
ko-count 4;
allow-two-primaries;
}
syncer {
rate 33M;
al-extents 257;
}
startup {
wfc-timeout 0;
degr-wfc-timeout 120;
become-primary-on both;
}
}
Anyone has an idea? Have someone tried to do that?
Thanx
Sig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linbit.com/pipermail/drbd-user/attachments/20100125/215db102/attachment.htm>