<div><font face="courier new,monospace">I have set up a Linux-HA configuration on two systems. DRBD is working, but the speed is very low. It never exceeds 500 Kb. Although I've set rate in drbd.conf to 700000. Could someone help me with this problem or give me some direction, at the moment I don't know if the source of the problem lays in DRBD or maybe in the filesystem.
</font></div>
<div>&nbsp;</div>
<div><font face="Courier New"></font>&nbsp;</div>
<div><font face="courier new,monospace">service drbd status:<br>&nbsp;</font></div>
<div><font face="courier new,monospace">drbd driver loaded OK; device status:<br>version: 0.7.11 (api:77/proto:74)<br>SVN Revision: 1807 build by </font><a href="mailto:root@VGW-MC02"><font face="courier new,monospace">root@VGW-MC02
</font></a><font face="courier new,monospace">, 2005-07-21 07:58:03<br>&nbsp;0: cs:SyncSource st:Secondary/Secondary ld:Consistent<br>&nbsp;&nbsp;&nbsp; ns:3732 nr:0 dw:0 dr:11924 al:0 bm:0 lo:0 pe:76 ua:2048 ap:0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&gt;...................] sync'ed:&nbsp; 
0.1% (91504/91508)M<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; finish: 57:50:24 speed: 428 (428) K/sec<br></font></div>
<div><font face="courier new,monospace"></font>&nbsp;</div>
<div><font face="courier new,monospace">drdb.conf:</font></div>
<div>&nbsp;</div>
<div><font face="courier new,monospace">resource r0 {</font></div>
<div><font face="courier new,monospace"><br>&nbsp;&nbsp;protocol A;</font></div>
<div>
<p>&nbsp; incon-degr-cmd &quot;echo '!DRBD! pri on incon-degr' | wall ; sleep 60 ; halt -f&quot;;</p>
<p>&nbsp; startup {<br>&nbsp;&nbsp;&nbsp; degr-wfc-timeout 120;&nbsp;&nbsp;&nbsp; # 2 minutes.<br>&nbsp; }</p>
<p>&nbsp; disk {<br>&nbsp;&nbsp;&nbsp; on-io-error&nbsp;&nbsp; detach;<br>&nbsp; }<br><font face="courier new,monospace"><br>&nbsp; net {</font></p></div>
<div>
<p>&nbsp;&nbsp;&nbsp; sndbuf-size 512k;</p>
<p>&nbsp;&nbsp;&nbsp; max-buffers&nbsp;&nbsp;&nbsp;&nbsp; 2048;</p>
<p>&nbsp;&nbsp;&nbsp; max-epoch-size&nbsp; 2048;</p>
<p>&nbsp; }</p>
<p>&nbsp; syncer {<br></p>&nbsp;&nbsp;&nbsp; rate 700000;</div>
<div>
<p>&nbsp;&nbsp;&nbsp; group 1;</p>
<p>&nbsp;&nbsp;&nbsp; al-extents 257;<br>&nbsp; }</p>
<p>&nbsp; on VGW-MC02 {<br>&nbsp;&nbsp;&nbsp; device&nbsp;&nbsp;&nbsp;&nbsp; /dev/drbd0;<br>&nbsp;&nbsp;&nbsp; disk&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /dev/sda5;<br>&nbsp;&nbsp;&nbsp; address&nbsp;&nbsp;&nbsp; xx.xx.xx.xx:7788;<br>&nbsp;&nbsp;&nbsp; meta-disk&nbsp; internal;</p>
<p>&nbsp;}</p>
<p>&nbsp; on VGW-MC03 {<br>&nbsp;&nbsp;&nbsp; device&nbsp;&nbsp;&nbsp; /dev/drbd0;<br>&nbsp;&nbsp;&nbsp; disk&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /dev/sda5;<br>&nbsp;&nbsp;&nbsp; address&nbsp;&nbsp; xx.xx.xx.xx:7788;<br>&nbsp;&nbsp;&nbsp; meta-disk internal;<br>&nbsp; }<br>}<br></p></div>