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> protocol C;
<br> incon-degr-cmd "echo '!DRBD! pri on incon-degr' | wall ; sleep 60; halt -f";<br> startup {<br> degr-wfc-timeout 120;<br> }<br> disk {<br> on-io-error detach;<br> }<br> net {}<br> syncer {<br>
rate 5M;<br> }<br> on host4 {<br> device /dev/drbd0;<br> disk /dev/vg1/cluster;<br> address <a href="http://192.168.0.74:7788">192.168.0.74:7788</a>;<br> meta-disk internal;<br> }<br> on host5 {<br> device /dev/drbd0;
<br> disk /dev/vg1/cluster;<br> address <a href="http://192.168.0.75:7788">192.168.0.75:7788</a>;<br> meta-disk internal;<br> }<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> protocol C;<br> incon-degr-cmd "echo '!DRBD! pri on incon-degr' | wall ; sleep 60; halt -f";<br>comes:<br> protocol C;<br>handlers {<br> pri-on-incon-degr "echo '!DRBD! pri on incon-degr' | wall ; sleep 60; halt -f";
<br> }<br>and this is the only change I did.<br><br>Now, when I try: "drbdadm up all"<br>I get: <br>...<br>...<br> Failure: (119) No valid meta-data signature found.<br> Use 'drbdadm create-md res' to initialize meta-data area.
<br><br> Command 'drbdsetup /dev/drbd0 disk /dev/vg1/cluster /dev/vg1/cluster internal --set-defaults --create-device --on-io-error=detach' 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>> If I change to metadata internal, insted of flexible-metadata internal
<br> <br>But here, this is not the problem as you can see, since I don't <br>"flexible-metadata internal" 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>