when I first met the problem I have tried to &quot;invalidate&quot; one node to make the connection work. But that dont solved the problem.<br><br>and yes. your solution solved the problem.<br><br>Thank you for all patience and help.
<br><br><br><br><div><span class="gmail_quote">On 8/17/06, <b class="gmail_sendername">Lars Ellenberg</b> &lt;<a href="mailto:Lars.Ellenberg@linbit.com">Lars.Ellenberg@linbit.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
/ 2006-08-16 16:59:29 -0300<br>\ Igor Morgado:<br>&gt; the kern.log (im on debian) it says more..<br>&gt;<br>&gt; Aug 16 16:22:09 magratea kernel: drbd0: conn( WFConnection -&gt; WFReportParams )<br>&gt; Aug 16 16:22:09 magratea kernel: drbd0: Handshake successful: DRBD Network Protocol version 82
<br><br>&gt; Aug 16 16:22:09 magratea kernel: drbd0: Split-Brain detected, dropping connection!<br><br>there you are.&nbsp;&nbsp;that is the reason.<br><br>&gt; Aug 16 16:22:09 magratea kernel: drbd0: conn( WFReportParams -&gt; StandAlone )
<br>&gt;<br>&gt; magratea:/# drbdadm get-gi all<br>&gt; 5A114EE2F3E64BC3:7BED9741D8E63232:D9D7884582F7EA10:73F91785A227EB8E:1:1:0:0:0:0<br>&gt;<br>&gt; cricket:/# drbdadm get-gi all<br>&gt; 350557AFB917FE33:7BED9741D8E63233:D9D7884582F7EA11:73F91785A227EB8F:0:0:0:0:0:0
<br><br>first uuid differs, other (bitmap, history) uuids are identical:<br>data set has been modified independently, split-brain detected...<br><br>to resolv this, you have to tell drbd<br>which of the independen modifications
<br>of the data set you want to discard.<br><br>to do so:<br>&nbsp;&nbsp;cricket# drbdadm -- --discard-my-data connect all<br>&nbsp;&nbsp;magratea# drbdadm connect all<br><br>should do the trick.<br><br>now, we probably should be able to auto-resolv this
<br>if one side is &quot;inconsistent&quot;, as is aparently the case here.<br><br>--<br>: Lars Ellenberg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tel +43-1-8178292-0&nbsp;&nbsp;:<br>: LINBIT Information Technologies GmbH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fax +43-1-8178292-82 :
<br>: Schoenbrunner Str. 244, A-1120 Vienna/Europe&nbsp;&nbsp; <a href="http://www.linbit.com">http://www.linbit.com</a> :<br>__<br>please use the &quot;List-Reply&quot; function of your email client.<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">http://lists.linbit.com/mailman/listinfo/drbd-user</a>
<br></blockquote></div><br>