Hello,<br><br>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 :<br><br>global {<br> minor-count 1;<br>}<br><br>resource data {<br>
protocol C; <br><br> on h91-233-77 {<br> device /dev/drbd0;<br> disk /dev/sdb1;<br> address <a href="http://192.168.1.1:7788/" target="_blank">192.168.1.1:7788</a>;<br>
meta-disk internal;<br>
}<br><br> on h91-233-77 {<br>
device /dev/drbd0;<br>
disk /dev/sdc1;<br>
address <a href="http://192.168.1.1:7789/" target="_blank">192.168.1.1:7789</a>;<br>
meta-disk internal;<br>
}<br><br> disk {<br> on-io-error detach; <br> }<br><br> net {<br> max-buffers 2048;<br> ko-count 4; <br> allow-two-primaries; <br>
}<br><br> syncer {<br> rate 33M; <br> al-extents 257; <br> }<br><br> startup {<br> wfc-timeout 0; <br> degr-wfc-timeout 120; <br>
become-primary-on both; <br> }<br>} <br><br>Anyone has an idea? Have someone tried to do that?<br><br><br>Thanx<br><br>Sig