when I first met the problem I have tried to "invalidate" 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> <<a href="mailto:Lars.Ellenberg@linbit.com">Lars.Ellenberg@linbit.com</a>> 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>> the kern.log (im on debian) it says more..<br>><br>> Aug 16 16:22:09 magratea kernel: drbd0: conn( WFConnection -> WFReportParams )<br>> Aug 16 16:22:09 magratea kernel: drbd0: Handshake successful: DRBD Network Protocol version 82
<br><br>> Aug 16 16:22:09 magratea kernel: drbd0: Split-Brain detected, dropping connection!<br><br>there you are. that is the reason.<br><br>> Aug 16 16:22:09 magratea kernel: drbd0: conn( WFReportParams -> StandAlone )
<br>><br>> magratea:/# drbdadm get-gi all<br>> 5A114EE2F3E64BC3:7BED9741D8E63232:D9D7884582F7EA10:73F91785A227EB8E:1:1:0:0:0:0<br>><br>> cricket:/# drbdadm get-gi all<br>> 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> cricket# drbdadm -- --discard-my-data connect all<br> 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 "inconsistent", as is aparently the case here.<br><br>--<br>: Lars Ellenberg Tel +43-1-8178292-0 :<br>: LINBIT Information Technologies GmbH Fax +43-1-8178292-82 :
<br>: Schoenbrunner Str. 244, A-1120 Vienna/Europe <a href="http://www.linbit.com">http://www.linbit.com</a> :<br>__<br>please use the "List-Reply" 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>