<br><div class="gmail_quote">2009/6/17 Kiran Kumar <span dir="ltr">&lt;<a href="mailto:mkirank1@gmail.com">mkirank1@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
  We are looking at using DRBD for our production servers , I have<br>
been able to install and configure without any problems thanks to the<br>
excellent resources available.<br>
<br>
I have been testing automatic recovery from split-brain in DRBD, I<br>
have heartbeat running on multiple interfaces and am aware that<br>
prevention of split-brain is recommended but I am looking at a worst<br>
case scenario where a split brain occurs and I have to recover<br>
automatically using  &quot;discard-least-changes&quot;.<br>
<br>
Suppose I have specified 4 resources r0 , r1 ,r2 and r3 is there any<br>
hooks or any way of specifying in the configuration file that after<br>
split brain sync from the node that has touched more blocks on one<br>
resource say r1  and the other three resources just follow what r1<br>
decides .<br></blockquote><div><br>This would be handy, but DRBD decides/resolves on resource level. So if you really need something like that, you will have to implement your handler script that would lock the others until it solves it. It can be a bit complicated, mainly if you consider all the possible aspects.<br>
If you will be able to manage it I am sure people on DRBD and HA mailing lists would appretiate if you would share it.<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>
Another question I have, Is there any command to look at a particular<br>
resource on each machine and determine which has more blocks written ?<br></blockquote><div><br>In cat /proc/drbd you will find quite a lot, including number of blocks modified. Check DRBD manual pages.<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>
I am attaching my drbd.conf .<br>
<br>
<br>
Thanks,<br>
<font color="#888888">Kiran<br>
</font><br>_______________________________________________<br>
drbd-user mailing list<br>
<a href="mailto:drbd-user@lists.linbit.com">drbd-user@lists.linbit.com</a><br>
<a href="http://lists.linbit.com/mailman/listinfo/drbd-user" target="_blank">http://lists.linbit.com/mailman/listinfo/drbd-user</a><br>
<br></blockquote></div><br>