Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
The partition I want drbd to match to secondary is / and it is at /dev/sda2.
Is this the correct syntax?
resource r0 {
on clst01 {
device /;
disk /dev/sda2;
address 10.1.1.31:7789;
meta-disk internal;
}
on clst02 {
device /;
disk /dev/sda2;
address 10.1.1.32:7789;
meta-disk internal;
}
Also how do I reference the external location if I am using a
separate partition for drbd meta data?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linbit.com/pipermail/drbd-user/attachments/20100314/f4d2af0d/attachment.htm>