<!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 am trying to get drbd to work with my 
current fs. I'm using jbod on my system and I am mapping /dev/drbd0 to /dev/md0. 
When I tried to mount /dev/drbd0 using ext3, I&nbsp;kept getting the following 
warning msg.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>[node1]# dmesg</FONT></DIV>
<DIV><FONT face="Courier New" size=2>....</FONT></DIV>
<DIV><FONT face="Courier New" size=2>drbd0: Secondary/Unknown --&gt; 
Primary/Unknown<BR>kjournald starting.&nbsp; Commit interval 5 
seconds<BR>EXT3-fs warning: mounting fs with errors, running e2fsck is 
recommended<BR>EXT3 FS on drbd0, internal journal<BR>EXT3-fs: mounted filesystem 
with ordered data mode.<BR>attempt to access beyond end of device<BR>drbd0: 
rw=0, want=181928048, limit=155327232<BR>EXT3-fs error (device drbd0): 
ext3_get_inode_loc: unable to read inode block - inode=11370497, 
block=22741005<BR>Aborting journal on device drbd0.<BR>ext3_abort 
called.<BR>EXT3-fs abort (device drbd0): ext3_journal_start: Detected aborted 
journal<BR>Remounting filesystem read-only<BR>attempt to access beyond end of 
device<BR>drbd0: rw=0, want=181141616, limit=155327232<BR>EXT3-fs error (device 
drbd0): ext3_get_inode_loc: unable to read inode block - inode=11321345, 
block=22642701<BR></FONT></DIV>
<DIV><FONT face="Courier New" size=2>However if I just mount /dev/md0, 
everything is ok and I get the following message. So is there something with my 
harddisk or am i doing something wrong?</FONT></DIV>
<DIV><FONT face="Courier New" size=2>By the way, I&nbsp;formatted /dev/md0 to 
ext3 first before I start drbd, should I format directly on /dev/drbd0 
instead?</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>[node1]# dmesg</FONT></DIV>
<DIV><FONT face="Courier New" size=2>....</FONT></DIV>
<DIV><FONT face="Courier New" size=2>EXT3 FS on md0, internal 
journal</FONT></DIV>
<DIV><FONT face="Courier New" size=2>EXT3-fs: recovery complete<BR>EXT3-fs: 
mounted filesystem with ordered data mode.</FONT></DIV>
<DIV><FONT face="Courier New" size=2>md:md2:sync done.</FONT></DIV>
<DIV><FONT face="Courier New" size=2>RAID1 conf printout:</FONT></DIV>
<DIV><FONT face="Courier New" size=2>&nbsp;--- wd:2 rd:2</FONT></DIV>
<DIV><FONT face="Courier New" size=2>&nbsp;disk 0, wo:0 o:1, 
dev:sda2</FONT></DIV>
<DIV><FONT face="Courier New" size=2>&nbsp;disk 2, wo:0 0:1, 
dev:sdb2</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>I am using Redhat7.2 and kernel 
2.6.8.1</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New"><FONT size=2>my drbd.conf:</FONT></FONT></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>&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;internal;<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;internal;<BR>&nbsp;}<BR>}</FONT></FONT></DIV>
<DIV><FONT face="Courier New"><FONT size=2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New"><FONT size=2>Thanks and best 
regards,</FONT></FONT></DIV>
<DIV><FONT face="Courier New"><FONT size=2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New"><FONT size=2>Paul 
Chen</FONT></DIV></FONT></BODY></HTML>