Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hi,
i will create a 4 node replication with DRBD.
I read also the documentation.
I understand also the configuration of a 3 way replication, but how do i
need to config the 4 way replication?
I configured 2 2way resources successfully and now i need to config the
stacked resource.
resource r0-U {
{
protocol A;
}
stacked-on-top-of r0 {
device
/dev/drbd10;
address
192.168.42.1:7788;
}
on charlie {
device /dev/drbd10;
disk /dev/hda6;
address 192.168.42.2:7788; # Public IP of the backup
meta-disk internal;
}
}
Is the solution to define on server alice and bob and charlie and daisy
a lower level resource with protoc C and than one stacked resource where
directly the stacked resource from alice and bob communicate with the
stacked resource of charlie and daisy like this configuration?
resource stacked {
protocol A;
stacked-on-top-of r0 {
device /dev/drbd10;
address 192.168.:7788;
}
stacked-on-top-of r0 {
device /dev/drbd10;
address 134.76.28.188:7788;
}
}
Best regards
Benjamin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4520 bytes
Desc: S/MIME Kryptografische Unterschrift
URL: <http://lists.linbit.com/pipermail/drbd-user/attachments/20120113/0641e897/attachment.bin>