<!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.1476" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="Courier New" size=2>Hi,</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>I'm having trouble getting DRBD to run on 
top of a software raid 0 or jbod device. Actually the problem is that DRBD can't 
seem to get the exact size of the partition.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2># fdisk -s /dev/md0</FONT></DIV>
<DIV><FONT face="Courier New" size=2>155589376</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>but with drbd</FONT></DIV>
<DIV><FONT face="Courier New" size=2># fdisk -s /dev/drbd0</FONT></DIV>
<DIV><FONT face="Courier New" size=2>77794688</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>
<DIV><FONT face="Courier New" size=2># drbdadm up all</FONT></DIV>
<DIV><FONT face="Courier New" size=2>drbd0: resync bitmap: bits=19448672 
words=607772</FONT></DIV>
<DIV><FONT face="Courier New" size=2>drbd0: size = 74 GB (77794688 
KB)</FONT></DIV>
<DIV><FONT face="Courier New" size=2>drbd0: 74 GB marked out-of-sync by on disk 
bit-map</FONT></DIV>
<DIV><FONT face="Courier New" size=2>drbd0: Found 4 transactions (192 active 
extents) in activity log</FONT></DIV>
<DIV><FONT face="Courier New" size=2>drbd0: drbdsetup [2248]: cstate 
Unconfigured --&gt; StandAlone</FONT></DIV>
<DIV><FONT face="Courier New" size=2>drbd0: drbdsetup [2250]: cstate StandAlone 
--&gt; Unconnected</FONT></DIV>
<DIV><FONT face="Courier New" size=2>drbd0: drbd0_receiver [2251]: cstate 
Unconnected --&gt; WFConnection</FONT></DIV>
<DIV>&nbsp;</DIV></FONT></DIV>
<DIV><FONT face="Courier New" size=2>And because of this&nbsp;I kept getting 
"access beyond the end of device" error. Should I manual set the disk size for 
drbd for raid 0 and jbod? How do I do that?</FONT></DIV>
<DIV><FONT face="Courier New" size=2>But if I used raid 1, everything seems 
ok.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>I'm using drbd-0.7.5 and kernel 
2.6.8.1</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>my drbd.conf</FONT></DIV>
<DIV>
<DIV><FONT face="Courier New"><FONT size=2>resource "drbd0" 
{<BR>&nbsp;protocol&nbsp;&nbsp;C;<BR>&nbsp;incon-degr-cmd "echo '!DRBD! pri on 
incon-degr' | wall ; sleep 60 ; halt -f";</FONT></FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New"><FONT size=2>&nbsp;disk 
{<BR>&nbsp;&nbsp;on-io-error&nbsp;detach;<BR>&nbsp;}</FONT></FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New"><FONT size=2>&nbsp;syncer 
{<BR>&nbsp;&nbsp;rate&nbsp;&nbsp;20M;<BR>&nbsp;}</FONT></FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New"><FONT size=2>&nbsp;on&nbsp;node1 
{<BR>&nbsp;&nbsp;device&nbsp;&nbsp;/dev/drbd0;<BR>&nbsp;&nbsp;disk&nbsp;&nbsp;/dev/md0;<BR>&nbsp;&nbsp;address&nbsp;&nbsp;192.168.2.1:7788;<BR>&nbsp;&nbsp;meta-disk&nbsp;/dev/md3[0];<BR>&nbsp;}</FONT></FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New"><FONT size=2>&nbsp;on&nbsp;node2 
{<BR>&nbsp;&nbsp;device&nbsp;&nbsp;/dev/drbd0;<BR>&nbsp;&nbsp;disk&nbsp;&nbsp;/dev/md0;<BR>&nbsp;&nbsp;address&nbsp;&nbsp;192.168.2.2:7788;<BR>&nbsp;&nbsp;meta-disk&nbsp;/dev/md3[0];<BR>&nbsp;}<BR>}</FONT></FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>Best Regards,</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>Paul Chen</FONT></DIV></DIV></BODY></HTML>