<div class="gmail_quote">On Tue, Jun 8, 2010 at 11:55 AM, Praveen Kumar <span dir="ltr">&lt;<a href="mailto:vicky_2279@yahoo.com">vicky_2279@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div>Hi,<br>     I am getting error when I am creating file system for partition.<br>My /etc/drbd.conf file is ::<br><br>  on <a href="http://host1.hsc.com" target="_blank">host1.hsc.com</a>  {<br>
    device    /dev/drbd10;<br>    disk      /dev/sda5;<br>    address   <a href="http://192.180.2.59:7789" target="_blank">192.180.2.59:7789</a>;<br>    meta-disk internal;<br>  }<br><br></div></div></div></blockquote><div>
<br><br> <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">
<div><br>10: cs:Connected st:Secondary/Secondary ds:Inconsistent/Inconsistent C r---<br>    ns:0 nr:0 dw:0 dr:0 al:0 bm:0 lo:0 pe:0 ua:0 ap:0<br>        resync: used:0/61 hits:0 misses:0 starving:0 dirty:0 changed:0<br>        act_log: used:0/127 hits:0 misses:0 starving:0 dirty:0 changed:0<br>
</div></div></div></blockquote><div><br>You also need to read these lines at the end of the drbd page <a href="http://www.drbd.org/docs/install/">http://www.drbd.org/docs/install/</a> you probably followed:<br>&quot;<br>By now, DRBD has successfully allocated both disk and
      network resources and is ready for operation. What it does not
      know yet is which of your nodes should be used as the source of
      the initial device synchronization. <br>&quot;<br>So go to:<br><a href="http://www.drbd.org/users-guide-emb/s-initial-full-sync.html">http://www.drbd.org/users-guide-emb/s-initial-full-sync.html</a><br><br>and read on (also chapter 6 then)<br>
<br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">
<div><br><span style="font-weight: bold;">4.</span> mke2fs -j  /dev/sda5<br>mke2fs 1.39 (29-May-2006)<br>/dev/sda5 is
 apparently in use by the system; will not make a filesystem here!<br></div></div></div></blockquote><div><br>If you read, you also will now know that you have to refer to /dev/drbd10 on host1, not /dev/sda5...<br><br> mke2fs -j  /dev/drbd10<br>
<br></div></div>HIH,<br>Gianluca<br>