<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">Hi,</span></div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<pre><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span data-markjs="true" class="markyv228oi2c">drbd</span>90 kernel module version:9.0.22-2(also 9.0.25-1 compiled from source)
<span data-markjs="true" class="markyv228oi2c">drbd</span>90-utils:9.12.2-1
kernel:3.10.0-1127.18.2.el7.x86_64</span></pre>
<span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">4 nodes</span><br>
</div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">n1 primary</span></div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">n2,n3,n4 all secondary</span></div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><br>
</div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">If I run the folowing script then</span><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
 sometimes, after the starts, some of the nodes get stuck in Outdated or Inconsistent state forever. The loop generally works correctly several times(max was about 14) before getting stuck.</span><br>
</div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">I have NOT been able to replicate the spilt-brain state
 in this way but I think it is related.</span><br>
</div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><br>
</div>
</div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">while true</span></div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">do</span><br>
</div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; ssh n4 'service corosync stop'</span></div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; ssh n3 'service corosync stop'</span></div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; ssh n2 'service corosync stop'</span></div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; ssh n1 'service corosync stop'</span></div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; sleep 5</span></div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; ssh n1 'service pacemaker start'</span><br>
</div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; ssh n2 'service pacemaker start'</span>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; ssh n3 'service pacemaker start'</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; ssh n4 'service pacemaker start'</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; #At this point r0 resource is mounted on /home</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; #and processes are writing to it on n1</span><br>
</div>
<span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"></span></div>
<span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; while true</span>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; do</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; sleep 1</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; echo &quot;events2 `date`&quot;</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; drbdsetup events2 --now &nbsp;-c</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; num_u2d=`drbdsetup events2 --now|grep -c disk:UpToDate`</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; echo &quot;num UpToDate=$num_u2d&quot;</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; [ &quot;$num_u2d&quot; = 4 ]&amp;&amp;break</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; sleep 4</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; done</span></div>
<span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">done</span><br>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><br>
</div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">If I change the stop order to</span></div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; n1,n4,n3,n2</span><br>
</div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">and the start order to</span></div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; n2,n3,n4,n1</span></div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">There is never a problem, I left this running over the weekend
 and it worked over 5 thousand times.</span></div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><br>
</div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">I replicated the same issue using drbdadm commands directly
 so this is not a corosync/pacemaker issue,</span><br>
</div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">i.e. running following script on n1 also produces the problem:-</span><br>
</div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">while true</span></div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">do</span><br>
</div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; for n in 4 3 2</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; do</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; ssh n$n 'drbdadm down r0'</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; done</span></div>
<div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; #stop process that write to /home</span><br>
</div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; a2ksys stop &gt;&gt; a2ksys_stop.log 2&gt;&amp;1</span>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; while [ -d /home/cem ]</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; do</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; umount /home</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; [ ! -d /home/cem ]&amp;&amp;break</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; echo lsof output</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; lsof /home</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; sleep 5</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; done</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; drbdadm secondary r0</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; drbdadm down r0</span></div>
</div>
<span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; #END OF STOP</span><br>
</div>
<div><br>
</div>
</div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; drbdadm up r0</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; while true</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; do</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; drbdadm primary r0&amp;&amp;break</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; echo &quot;sleep 5 before retry primary&quot;</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; sleep 5</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; done</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; while true</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; do</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; mount -orw /dev/drbd0 /home&amp;&amp;break</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; echo &quot;sleep 5 before retry mount&quot;</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; sleep 5</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; done</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; #start processes that do some writes HERE</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; a2ksys start &gt;&gt; a2ksys_start.log 2&gt;&amp;1</span></div>
<span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; ssh n2 'drbdadm up r0'</span>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; ssh n3 'drbdadm up r0'</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; ssh n4 'drbdadm up r0'</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; while true</span>
<div><span style="font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; do</span></div>
<div><span style="font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; sleep 1</span></div>
<div><span style="font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; echo &quot;events2 `date`&quot;</span></div>
<div><span style="font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; drbdsetup events2 --now &nbsp;-c</span></div>
<div><span style="font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; num_u2d=`drbdsetup events2 --now|grep -c disk:UpToDate`</span></div>
<div><span style="font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; echo &quot;num UpToDate=$num_u2d&quot;</span></div>
<div><span style="font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; [ &quot;$num_u2d&quot; = 4 ]&amp;&amp;break</span></div>
<div><span style="font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; sleep 4</span></div>
<div><span style="font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; done</span></div>
</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">done</span><br>
</div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp;
</span>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">r0.res:-</span><br>
</div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">resource r0 {</span>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; handlers {</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; fence-peer &quot;/usr/lib/drbd/crm-fence-peer.9.sh&quot;;</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; unfence-peer &quot;/usr/lib/drbd/crm-unfence-peer.9.sh&quot;;</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; split-brain &quot;/bin/touch /tmp/drbd_split_brain.flg&quot;;</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; }</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; startup {</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; wfc-timeout &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0; &nbsp;## Infinite!</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; degr-wfc-timeout &nbsp; &nbsp; 120; &nbsp;## 2 minutes.</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; outdated-wfc-timeout 120;</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; }</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; disk {</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; resync-rate 100M;</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; on-io-error detach;</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; disable-write-same;</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; }</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; net {</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; protocol C;</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; }</span></div>
<div><br>
</div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; device &nbsp; &nbsp; /dev/drbd0;</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; disk &nbsp; &nbsp; &nbsp; /dev/VolGroup00/lv_home;</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; meta-disk &nbsp;/dev/VolGroup00/lv_drbd_meta [0];</span></div>
<div><br>
</div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; on n1 {</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; address 192.168.52.151:7789;</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; node-id 1;</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; }</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; on n2 {</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; address 192.168.52.152:7789;</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; node-id 2;</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; }</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; on n3 {</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; address 192.168.53.151:7789;</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; node-id 3;</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; }</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; on n4 {</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; address 192.168.53.152:7789;</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; node-id 4;</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; }</span></div>
<div><br>
</div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; connection-mesh {</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; &nbsp; hosts n1 n2 n3 n4;</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">&nbsp; }</span></div>
<div><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">}</span></div>
<br>
</div>
<span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">Is there any more information I can provide that would help to track down this issue?</span></div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><br>
</div>
</div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">Regards,</span></div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">Jeremy Faith</span><span style="font-family: &quot;Courier New&quot;, monospace; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">​</span><br>
</div>
</body>
</html>