<HTML>
<HEAD>
<TITLE>Centos 5.0 drbd v 8.2.5</TITLE>
</HEAD>
<BODY>
<FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi guys. I try to configure drbd and I get this error <BR>
<BR>
<BR>
drbdadm create-md repdata<BR>
v08 Magic number not found<BR>
md_offset 319165534208<BR>
al_offset 319165501440<BR>
bm_offset 319155761152<BR>
<BR>
Found ext3 filesystem which uses 311685096 kB<BR>
current configuration leaves usable 311675548 kB<BR>
<BR>
Device size would be truncated, which<BR>
would corrupt data and result in<BR>
'access beyond end of device' errors.<BR>
You need to either<BR>
&nbsp;&nbsp;&nbsp;* use external meta data (recommended)<BR>
&nbsp;&nbsp;&nbsp;* shrink that filesystem first<BR>
&nbsp;&nbsp;&nbsp;* zero out the device (destroy the filesystem)<BR>
Operation refused.<BR>
<BR>
Command 'drbdmeta /dev/drbd0 v08 /dev/sda2 internal create-md' terminated with exit code 40<BR>
drbdadm aborting<BR>
<BR>
<BR>
&nbsp;fdisk &nbsp;-l<BR>
<BR>
Disk /dev/sda: 320.0 GB, 320072933376 bytes<BR>
255 heads, 63 sectors/track, 38913 cylinders<BR>
Units = cylinders of 16065 * 512 = 8225280 bytes<BR>
<BR>
&nbsp;&nbsp;&nbsp;Device Boot &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Blocks &nbsp;&nbsp;Id &nbsp;System<BR>
/dev/sda1 &nbsp;&nbsp;* &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;13 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;104391 &nbsp;&nbsp;83 &nbsp;Linux<BR>
/dev/sda2 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;14 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;38816 &nbsp;&nbsp;311685097+ &nbsp;83 &nbsp;Linux<BR>
/dev/sda3 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;38817 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;38913 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;779152+ &nbsp;82 &nbsp;Linux swap / Solaris<BR>
<BR>
<BR>
drbd.conf<BR>
<BR>
#<BR>
# please have a a look at the example configuration file in<BR>
# /usr/share/doc/drbd/drbd.conf<BR>
#<BR>
global { usage-count no; }<BR>
resource repdata {<BR>
&nbsp;&nbsp;protocol C;<BR>
&nbsp;&nbsp;startup { wfc-timeout 0; degr-wfc-timeout &nbsp;&nbsp;&nbsp;&nbsp;120; }<BR>
&nbsp;&nbsp;disk { on-io-error detach; } # or panic, ...<BR>
&nbsp;&nbsp;net { &nbsp;cram-hmac-alg &quot;sha1&quot;; shared-secret &quot;Cent0Sru!3z&quot;; } # don't forget to choose a secret for auth !<BR>
&nbsp;&nbsp;syncer { rate 10M; }<BR>
&nbsp;&nbsp;on Demo2GenX.GenX.local {<BR>
&nbsp;&nbsp;&nbsp;&nbsp;device /dev/drbd0;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;disk /dev/sda2;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;address 172.16.160.44:7788;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;meta-disk internal;<BR>
&nbsp;&nbsp;}<BR>
&nbsp;&nbsp;on DemoGenX.GenX.local {<BR>
&nbsp;&nbsp;&nbsp;&nbsp;device /dev/drbd0;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;disk /dev/sdb;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;address 172.16.160.24:7788;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;meta-disk internal;<BR>
&nbsp;&nbsp;}<BR>
}<BR>
<BR>
<BR>
I am new with this and I will appreciate a idiot proved &nbsp;howto or explication :))<BR>
<BR>
<BR>
<BR>
Thank you <BR>
<BR>
Gabe</SPAN></FONT></FONT>
</BODY>
</HTML>