Hello all, <br>I have a problem when trying to upgrade drbd from drbd-0.7.19 to drbd-8.0.1.<br><br>I hade the following drbd.conf which used to work in drbd-0.7.19 :<br><br># drbd.conf <br><br>resource cluster {<br>&nbsp;&nbsp; &nbsp;protocol C;
<br>&nbsp;&nbsp; incon-degr-cmd &quot;echo &#39;!DRBD! pri on incon-degr&#39; | wall ; sleep 60; halt -f&quot;;<br>&nbsp;&nbsp; &nbsp;startup {<br>&nbsp; degr-wfc-timeout 120;<br>&nbsp;}<br>&nbsp;disk {<br>&nbsp; on-io-error detach;<br>&nbsp;}<br>&nbsp;net {}<br>&nbsp;syncer {<br>
&nbsp; rate 5M;<br>&nbsp;}<br>&nbsp;on host4 {<br>&nbsp; device /dev/drbd0;<br>&nbsp; disk /dev/vg1/cluster;<br>&nbsp; address <a href="http://192.168.0.74:7788">192.168.0.74:7788</a>;<br>&nbsp; meta-disk internal;<br>&nbsp;}<br>&nbsp;on host5 {<br>&nbsp; device /dev/drbd0;
<br>&nbsp; disk /dev/vg1/cluster;<br>&nbsp; address <a href="http://192.168.0.75:7788">192.168.0.75:7788</a>;<br>&nbsp; meta-disk internal;<br>&nbsp;}<br>}<br><br><br>When I upgraded to drbd-8.0.1 I used the same drbd.conf, with this slight 
<br>change: <br>instead <br>&nbsp; protocol C;<br>&nbsp;&nbsp; incon-degr-cmd &quot;echo &#39;!DRBD! pri on incon-degr&#39; | wall ; sleep 60; halt -f&quot;;<br>comes:<br>&nbsp; protocol C;<br>handlers {<br>&nbsp;&nbsp;&nbsp;&nbsp; pri-on-incon-degr&nbsp; &quot;echo &#39;!DRBD! pri on incon-degr&#39; | wall ; sleep 60; halt -f&quot;;
<br>&nbsp; }<br>and this is the only change I did.<br><br>Now, when I try: &quot;drbdadm up all&quot;<br>I get: <br>...<br>...<br>&nbsp; Failure: (119) No valid meta-data signature found.<br>&nbsp; Use &#39;drbdadm create-md res&#39; to initialize meta-data area.
<br><br>&nbsp; Command &#39;drbdsetup /dev/drbd0 disk /dev/vg1/cluster /dev/vg1/cluster internal --set-defaults --create-device --on-io-error=detach&#39; terminated with exit code 10<br>...<br>...<br><br>I saw that somebody had a problem like this, on which he reported 
<br>in this mailing list: <br> <a href="http://lists.linbit.com/pipermail/drbd-user/2007-February/006439.html">http://lists.linbit.com/pipermail/drbd-user/2007-February/006439.html</a><br>It says there:<br>&gt; If I change to metadata internal, insted of flexible-metadata internal
<br>&nbsp;&nbsp; &nbsp;<br>But here, this is not the problem as you can see, since I don&#39;t <br>&quot;flexible-metadata internal&quot; entry in the drbd.conf.<br><br>Any ideas? <br>I am using the tarball , not svn version, for drbd (in both 7 and 8 versions).
<br><br>Regards,<br>DS<br><br>