<div>Hi, I have two XenServers each with Dual Xeon E5320 @ 1.86Ghz, and 24 GB RAM, 2, 2.0 Terabyte (Green drive) Westernal Digital HD. I am using the XenServer 6.0 with latest version of DRBD. Both XenServers has dedicated gigabit NIC (Intel) connected with Cat 6 patch cable (direct connection), no switch used. i have enable jumbo frames (MTU 9000). Without DRBD perforamnce are great, but I use DRBD, I am loosing more than 50% of the performance. 1 MB sequential read is about 118 MB/s without DRBD, with DRBD it is about 27 MB/s. I get very poor disk read/write. I have enabled the tweak recommended by Linbit DRBD manual, still nothing seems to work. I have also, played around with changing syncer rate, nothing helps. I am using XenServer performance vm for testing the performance. Here is my DRBD config, how can I speed things up. Please help !!!</div>
<div><br></div><div># /etc/drbd.d/global_common.conf --------------------------------</div><div>global { usage-count yes; }</div><div>common {</div><div>  protocol C;</div><div>  net {</div><div>    shared-secret &quot;xenserver&quot;;</div>
<div>    after-sb-0pri discard-zero-changes;</div><div>    after-sb-1pri consensus;</div><div>    after-sb-2pri disconnect;</div><div>    max-buffers 8192;</div><div>    max-epoch-size 8192;</div><div>    sndbuf-size 1024k;</div>
<div>  }</div><div>  disk {  max-bio-bvecs 1; }</div><div>  handlers { split-brain &quot;/usr/lib/drbd/notify-split-brain.sh&quot;; }</div><div>  syncer {rate 40M; al-extents 2099;}</div><div>}</div><div><br></div><div><div>
# /etc/drbd.d/drbd-sr1.res --------------------------------------</div><div>resource drbd-sr1 {</div><div>  device /dev/drbd1;</div><div>  disk   /dev/sdc;</div><div>  meta-disk internal;</div><div>  on Lab-Xen05 { address <a href="http://192.168.0.5:7788">192.168.0.5:7788</a>; }</div>
<div>  on Lab-Xen06 { address <a href="http://192.168.0.6:7788">192.168.0.6:7788</a>; }</div><div>}</div></div><div><br></div>