<div dir="ltr"><pre>Hi,<br><br>(sorry for re-posting - I'm in a jam)<br><br>I'm fairly new to DRBD.<br><br>I already configured a DRBD pair which works prefectly!<br><br>I tried configuring the "timeout" value (in the "net" section of the drbd.conf file) and it seems like no matter what I do I get a timeout of approx 10<br>
seconds. Am I doing something wrong (probably yes)?<br><br>Basically what I do is I write to the Primary and in the middle of the IO I pull the Ethernet cable from the Secondary. I use iostat to monitor the IO <br>and I see that IO resumes (locally) after 10 seconds.Reconnecting the cable back to the Secondary initiates the synchronization (as expected)<br>
<br>Attached is my drbd.conf file.<br><br>Thanks<br><br>VJ<br><br>resource mydb {<br> protocol C;<br> syncer {rate 30M;}<br> device /dev/drbd1;<br> disk /dev/drbd-dev/mydbdev;<br>
meta-disk internal;<br> startup {degr-wfc-timeout 120;<br> wfc-timeout 0;}<br> net {connect-int 10;<br> ping-int 10;<br>
timeout 30;}<br> on SRVR1 {address <a href="http://172.16.1.1:7789">172.16.1.1:7789</a>;}<br> on SRVR2 {address <a href="http://172.16.1.2:7789">172.16.1.2:7789</a>;}<br>}<br></pre></div>