<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=big5">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Hi all,</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>I am new to drb so I am not sure if the result I'm getting is 
really what it suppose to be. I have set up 2 identical systems using a 
customized redhat7.2, A and B.&nbsp;The only difference&nbsp;is that A has 
a&nbsp;10gb hd and&nbsp;B has a 6gb hd. Redhat is installed on another hd. The 
thing that I was un-sure of is that when I started drbd in both system, the 
whole sync process took about 2 hr. Is it normal to take that long to sync a 5gb 
hd?</FONT></DIV>
<DIV><FONT size=2>speed is about 700~1000k/sec.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>CPU: 300 mhz</FONT></DIV>
<DIV><FONT size=2>RAM: 128 MB</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>I'm using drbd 0.6.11</FONT></DIV>
<DIV><FONT size=2>below is my conf file</FONT></DIV><FONT size=2>
<DIV><BR>resource drbd0 {<BR>&nbsp; protocol = C<BR>&nbsp; fsckcmd&nbsp; =&nbsp; 
/bin/true</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; disk {<BR>&nbsp;&nbsp;&nbsp; do-panic<BR>&nbsp;&nbsp;&nbsp; 
disk-size = 5895855k<BR>&nbsp; }</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; net {<BR>&nbsp;&nbsp;&nbsp; sync-rate = 8M # 
bytes/sec<BR>&nbsp;&nbsp;&nbsp; sync-nice&nbsp; = -18&nbsp; # if synchronization 
is high priority for you<BR>&nbsp;&nbsp;&nbsp; timeout&nbsp;&nbsp;&nbsp;&nbsp; = 
60&nbsp;&nbsp;&nbsp; # unit: 0.1 seconds<BR>&nbsp;&nbsp;&nbsp; connect-int = 
10&nbsp;&nbsp;&nbsp; # unit: seconds<BR>&nbsp;&nbsp;&nbsp; 
ping-int&nbsp;&nbsp;&nbsp; = 10&nbsp;&nbsp;&nbsp; # unit: 
seconds<BR>&nbsp;&nbsp;&nbsp; ko-count&nbsp;&nbsp;&nbsp; = 
4&nbsp;&nbsp;&nbsp;&nbsp; # if some block send times out this many 
times,<BR>&nbsp;&nbsp;&nbsp;# the peer is considered dead, even if it 
still<BR>&nbsp;&nbsp;&nbsp;# answeres ping requests<BR>&nbsp; }</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; on cluster1 {<BR>&nbsp;&nbsp;&nbsp; device&nbsp; = 
/dev/nb0<BR>&nbsp;&nbsp;&nbsp; disk&nbsp;&nbsp;&nbsp; = 
/dev/hde3<BR>&nbsp;&nbsp;&nbsp; address = 172.17.25.84<BR>&nbsp;&nbsp;&nbsp; 
port&nbsp;&nbsp;&nbsp; = 7788<BR>&nbsp; }</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; on cluster2 {<BR>&nbsp;&nbsp;&nbsp; device&nbsp; = 
/dev/nb0<BR>&nbsp;&nbsp;&nbsp; disk&nbsp;&nbsp;&nbsp; = 
/dev/hde3<BR>&nbsp;&nbsp;&nbsp; address = 172.17.25.85<BR>&nbsp;&nbsp;&nbsp; 
port&nbsp;&nbsp;&nbsp; = 7788<BR>&nbsp; }<BR>}<BR></DIV>
<DIV>Thanks very much,</DIV>
<DIV>Paul</DIV></FONT></BODY></HTML>