Thank u lars!<div><br></div><div>I&#39;ve implemented a cron scripts that if found drbd in Unconfigured state do a service reload. With this workaruond all seems to work fine.</div><div><br></div><div>But... if the service really switch on other node and, for a reason, it come back to last nod what happen?</div>
<div><br></div><div>It is very strange... it need a manual restart however.</div><div><br></div><div>Simone</div><div><br><div class="gmail_quote">2013/2/26 Lars Ellenberg <span dir="ltr">&lt;<a href="mailto:lars.ellenberg@linbit.com" target="_blank">lars.ellenberg@linbit.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Fri, Feb 22, 2013 at 11:26:07AM +0100, Simone Del Pinto wrote:<br>
&gt; Hi guys,<br>
&gt;<br>
&gt; we are using drbd 8.3.13 on our 2 linux server to keep data of the oer MySQL server.<br>
&gt;<br>
&gt; corosync and pacemaker ensure that we have a virtuel IP running and that our DB is always up on one of those nodes.<br>
&gt; During a failover test we noted that when we put the Master node in standy<br>
&gt; ( crm node standby )<br>
<br>
</div>&quot;crm node standby&quot; means: stop all services on that node.<br>
stop means stop.<br>
stop of DRBD means taking it down.<br>
<br>
there is no &quot;native&quot; way to<br>
tell pacemaker to &quot;go standby but leave DRBD configured as Secondary&quot;.<br>
<br>
There are a few ways to achieve similar functionality, though.<br>
You could do implement that using constraints,<br>
possibly referencing node attributes.<br>
<br>
<br>
Or you re-configure drbd by hand<br>
once you switched to standby in pacemaker,<br>
just as you apparently did already.<br>
<div class="im"><br>
&gt; all services switch to other node but DRBD goes in &quot;Unconfigured state&quot;.<br>
&gt; Below the situation before standby:<br>
&gt;<br>
&gt; crm_mon -V1<br>
</div><div class="im">&gt;  Master/Slave Set: ms_zends_drbd [p_zends_drbd]<br>
&gt;      Masters: [ FRCVD2046 ]<br>
&gt;      Slaves: [ FRCVD2047 ]<br>
&gt;<br>
&gt; Now the situation after &quot;crm node standby&quot;:<br>
&gt;<br>
</div><div class="im">&gt;  Master/Slave Set: ms_zends_drbd [p_zends_drbd]<br>
&gt;      Masters: [ FRCVD2047 ]<br>
&gt;      Stopped: [ p_zends_drbd:1 ]<br>
&gt;<br>
&gt; And now DRBD situation on &quot;old&quot; Master node ( FRCVD2046 ):<br>
&gt;<br>
&gt; service drbd status<br>
</div>&gt; 0:zendsdata  Unconfigured<br>
<br>
Right.<br>
Works &quot;as designed&quot;.<br>
<div class="im"><br>
&gt; Now if i run a DRBD service reload I have this scenario:<br>
&gt;<br>
&gt; service drbd reload<br>
</div>&gt; service drbd status<br>
<div class="im">&gt; 0:zendsdata  Connected  Secondary/Primary  UpToDate/UpToDate  C<br>
<br>
</div>Of course.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
: Lars Ellenberg<br>
: LINBIT | Your Way to High Availability<br>
: DRBD/HA support and consulting <a href="http://www.linbit.com" target="_blank">http://www.linbit.com</a><br>
<br>
DRBD® and LINBIT® are registered trademarks of LINBIT, Austria.<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>
</font></span></blockquote></div><br></div>