<div>You did not provided much details on it, but try to look at the &quot;<span class="term"><code class="option">fencing</code></span>&quot; parameter on:</div>
<div><a href="http://www.drbd.org/users-guide-emb/re-drbdconf.html">http://www.drbd.org/users-guide-emb/re-drbdconf.html</a></div>
<div> </div>
<div>BTW, are you using dual-primary mode?</div>
<div> </div>
<div>With regards,</div>
<div> </div>
<div>Tino<br><br></div>
<div class="gmail_quote">2009/4/24 Isaac González <span dir="ltr">&lt;<a href="mailto:igonzalez@es.clara.net">igonzalez@es.clara.net</a>&gt;</span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi all,<br><br>I&#39;ve a production system with this setup.<br><br>2 Xen servers in HA sharing DRBD resources.<br>
<br>DRBD resources are over LVM&#39;s.<br><br>DomU&#39;s are firewalls with differents VLAN&#39;s for each one. (There are not<br>I/O problems because I&#39;ve not much read/write proccesses).<br><br>The DRBD setup is for each domU (we&#39;ve 16 vm):<br>
<br>1 DomU<br>1 - DRBD for base system (5GB)<br>1 - DRBD resource for swap (512M)<br><br>We use a different port for each resource, and physical server are<br>connected through crossover 10gigabit wire. (not bandwidth problem)<br>
<br>For example:<br><br>resource VM1 {<br>   on M1  {<br>       device /dev/drbd38;<br>       disk /dev/vg00/VM1;<br>       meta-disk internal;<br>       address <a href="http://10.0.0.1:7827/" target="_blank">10.0.0.1:7827</a>;<br>
   }<br><br>   on M2 {<br>       device /dev/drbd38;<br>       disk /dev/vg00/VM1;<br>       meta-disk internal;<br>       address <a href="http://10.0.0.2:7827/" target="_blank">10.0.0.2:7827</a>;<br>   }<br>}<br><br>resource M1-swap {<br>
   on M1  {<br>       device /dev/drbd39;<br>       disk /dev/vg00/VM1-swap;<br>       meta-disk internal;<br>       address <a href="http://10.0.0.1:7828/" target="_blank">10.0.0.1:7828</a>;<br>   }<br><br>   on M2 {<br>
       device /dev/drbd39;<br>       disk /dev/vg00/VM1-swap;<br>       meta-disk internal;<br>       address <a href="http://10.0.0.2:7828/" target="_blank">10.0.0.2:7828</a>;<br>   }<br>}<br><br>THE PROBLEM.<br><br>If I do a &quot;reboot&quot; on the domU, the DRDB resource freezes and domU<br>
doesn&#39;t boot.<br>Then I&#39;ve to kill the Xen proccess that are using drbd&#39;s resources of<br>this domU, set the drbd resource as secondary and start the domU again.<br>We&#39;use the drbd helper script to manage drbd resources on xen.<br>
<br>Some idea?<br><br>Thanks in advance<br><br><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>
</blockquote></div><br>