<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hi</div>

<div>&nbsp;</div>

<div>I am using DRBD (8.4.5)&nbsp;in dual primary mode (with GFS2) on Red Hat Enterprise Linux Server release 7.0 (Cluster, Pacemaker).</div>

<div>&nbsp;</div>

<div>Everything workes fine only if a node crashes (i<span class="hps"> pull</span> <span class="hps">the power plug</span>), the shared directory&nbsp;becomes unusable: for eg.&nbsp;a &#39;ls -l&#39; blocks until the node has rebooted normally.</div>

<div>During this situation the drbd status for the second node is Unknown/Outdated.</div>

<div>&nbsp;</div>

<div>I am using the configuration as supposed on the homepage.</div>

<div>&nbsp;</div>

<div>Am i missing something ?</div>

<div>&nbsp;</div>

<div>Another question: It is possible to define the time when an active&nbsp;node gets informed about another node crash (currently it takes about 2sec before DRBD changes the status of the crashed node)&nbsp;?</div>

<div>&nbsp;</div>

<div>thx</div>

<div>&nbsp;</div>

<div>global_common.conf</div>

<div>-------------------------------</div>

<div>
<div>global {<br/>
&nbsp;usage-count no;<br/>
}<br/>
common {<br/>
&nbsp;handlers {<br/>
&nbsp; fence-peer &quot;/usr/lib/drbd/crm-fence-peer.sh&quot;;<br/>
&nbsp; after-resync-target &quot;/usr/lib/drbd/crm-unfence-peer.sh&quot;;<br/>
&nbsp; split-brain &quot;/usr/lib/drbd/notify-split-brain.sh root&quot;;<br/>
&nbsp;}</div>

<div>&nbsp;startup {<br/>
&nbsp; wfc-timeout 300;<br/>
&nbsp; degr-wfc-timeout 0;<br/>
&nbsp; become-primary-on both;<br/>
&nbsp;}</div>

<div>&nbsp;options { }</div>

<div>&nbsp;disk {<br/>
&nbsp; resync-rate 100M;<br/>
&nbsp; fencing resource-and-stonith;<br/>
&nbsp;}</div>

<div>&nbsp;net {<br/>
&nbsp; protocol C;<br/>
&nbsp;}<br/>
}</div>
</div>

<div>&nbsp;</div>

<div>
<div>r0.res</div>

<div>-------------------------------</div>
</div>

<div>
<div>resource r0 {<br/>
&nbsp;device&nbsp;&nbsp;&nbsp; /dev/drbd1;<br/>
&nbsp;disk&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /dev/rhel/drbd;<br/>
&nbsp;meta-disk internal;</div>

<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; net {<br/>
&nbsp;&nbsp;allow-two-primaries;<br/>
&nbsp;&nbsp;after-sb-0pri discard-zero-changes;<br/>
&nbsp;&nbsp;after-sb-1pri discard-secondary;<br/>
&nbsp;&nbsp;after-sb-2pri disconnect;<br/>
&nbsp;}</div>

<div>&nbsp;on node1.localdomain {<br/>
&nbsp;&nbsp;address&nbsp;&nbsp; 192.168.0.111:7789;<br/>
&nbsp;}</div>

<div>&nbsp;on node2.localdomain {<br/>
&nbsp;&nbsp;address&nbsp;&nbsp; 192.168.0.113:7789;<br/>
&nbsp;}<br/>
}</div>
</div></div></body></html>