<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Dear all,<br>
<br>
I've just configured a 1.8TB DRBD shared device on a pair of machines
connected to the same fairly standard home router (the documentation is
<u>excellent</u> by the way!)<br>
<br>
The two devices are synchronising now but worryingly very slowly and
i'm not sure if it's a RAID5 issue or what? Here's an example of
/proc/drbd. Eventually I want to go for a Primary/Primary setup<br>
<br>
--------<br>
<br>
version: 8.0.11 (api:86/proto:86)<br>
GIT-hash: b3fe2bdfd3b9f7c2f923186883eb9e2a0d3a5b1b build by
phil@mescal, 2008-02-12 11:56:43<br>
&nbsp;0: cs:SyncSource st:Primary/Secondary ds:UpToDate/Inconsistent C r---<br>
&nbsp;&nbsp;&nbsp; ns:111432 nr:0 dw:0 dr:111432 al:0 bm:6 lo:0 pe:0 ua:0 ap:0<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&gt;....................] sync'ed:&nbsp; 0.1% (1773089/1773198)M<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; finish: 1260:51:49 speed: 344 (232) K/sec<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; resync: used:0/31 hits:55709 misses:7 starving:0 dirty:0
changed:7<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; act_log: used:0/257 hits:0 misses:0 starving:0 dirty:0 changed:0<br>
<br>
------<br>
<br>
As you can see 232k/s doesn't seem especially quick<br>
<br>
Bits of my config file:<br>
<br>
--------<br>
<br>
common {<br>
syncer { rate 40M; }<br>
protocol C;<br>
}<br>
<br>
&nbsp;on alpha {<br>
&nbsp;&nbsp;&nbsp; device&nbsp;&nbsp;&nbsp;&nbsp; /dev/drbd0;<br>
&nbsp;&nbsp;&nbsp; disk&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /dev/md4;<br>
&nbsp;&nbsp;&nbsp; address&nbsp;&nbsp;&nbsp; 192.168.69.150:7788;<br>
&nbsp;&nbsp;&nbsp; flexible-meta-disk&nbsp; internal;<br>
}<br>
<br>
on beta {<br>
&nbsp;&nbsp;&nbsp; device&nbsp;&nbsp;&nbsp; /dev/drbd0;<br>
&nbsp;&nbsp;&nbsp; disk&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /dev/md4;<br>
&nbsp;&nbsp;&nbsp; address&nbsp;&nbsp; 192.168.69.155:7788;<br>
&nbsp;&nbsp;&nbsp; meta-disk internal;<br>
&nbsp; }<br>
<br>
syncer<br>
{<br>
&nbsp;&nbsp;&nbsp; al-extents 257;<br>
}<br>
<br>
---------<br>
<br>
Thanks in advance,<br>
<br>
Henri<br>
<br>
<br>
</body>
</html>