<!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> </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. The only difference is that A has
a 10gb hd and 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> </DIV>
<DIV><FONT size=2>CPU: 300 mhz</FONT></DIV>
<DIV><FONT size=2>RAM: 128 MB</FONT></DIV>
<DIV><FONT size=2></FONT> </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> protocol = C<BR> fsckcmd =
/bin/true</DIV>
<DIV> </DIV>
<DIV> disk {<BR> do-panic<BR>
disk-size = 5895855k<BR> }</DIV>
<DIV> </DIV>
<DIV> net {<BR> sync-rate = 8M #
bytes/sec<BR> sync-nice = -18 # if synchronization
is high priority for you<BR> timeout =
60 # unit: 0.1 seconds<BR> connect-int =
10 # unit: seconds<BR>
ping-int = 10 # unit:
seconds<BR> ko-count =
4 # if some block send times out this many
times,<BR> # the peer is considered dead, even if it
still<BR> # answeres ping requests<BR> }</DIV>
<DIV> </DIV>
<DIV> on cluster1 {<BR> device =
/dev/nb0<BR> disk =
/dev/hde3<BR> address = 172.17.25.84<BR>
port = 7788<BR> }</DIV>
<DIV> </DIV>
<DIV> on cluster2 {<BR> device =
/dev/nb0<BR> disk =
/dev/hde3<BR> address = 172.17.25.85<BR>
port = 7788<BR> }<BR>}<BR></DIV>
<DIV>Thanks very much,</DIV>
<DIV>Paul</DIV></FONT></BODY></HTML>