Hi Rasto,<br><br>The resource section for r3 is exactly the same as for r0, r1 and r2:<br><br>resource r3 {<br>  protocol C;<br>  handlers {<br>    pri-on-incon-degr &quot;echo o &gt; /proc/sysrq-trigger ; reboot -f&quot;;<br>
    pri-lost-after-sb &quot;echo r &gt; /proc/sysrq-trigger; echo e &gt; /proc/sysrq-trigge<br>r; echo i &gt; /proc/sysrq-trigger; echo s &gt; /proc/sysrq-trigger; echo u &gt; /proc/sy<br>srq-trigger; echo b &gt; /proc/sysrq-trigger;&quot;;<br>
    local-io-error &quot;echo o &gt; /proc/sysrq-trigger ; halt -f&quot;;<br>    outdate-peer &quot;/usr/lib/heartbeat/drbd-peer-outdater -t 5&quot;;<br>  }<br><br>  startup {<br>    wfc-timeout 120;<br>    degr-wfc-timeout 120;<br>
  }<br><br>  disk {<br>    on-io-error   detach;<br>  }<br><br>  net {<br>     sndbuf-size 512k;<br>     max-buffers     16384;<br>     max-epoch-size 16384;<br>     after-sb-0pri discard-older-primary;<br>     after-sb-1pri consensus;<br>
     after-sb-2pri call-pri-lost-after-sb;<br>     rr-conflict disconnect;<br>    }<br><br>    syncer {<br>    rate 170M;<br>    al-extents 1801;<br>    }<br><br>    on node01 {<br><br>    device /dev/drbd3;<br>    disk /dev/md3;<br>
    address <a href="http://10.0.3.1:7788">10.0.3.1:7788</a>;<br>    meta-disk internal;<br>    }<br><br>    on node02 {<br>    device /dev/drbd3;<br>    disk /dev/md3;<br>    address <a href="http://10.0.3.2:7788">10.0.3.2:7788</a>;<br>
    meta-disk internal;<br>    }<br>}<br><br>It shows the device for node1 (/dev/md3) but not for node2 (/dev/md3 is hidden)<br>I don&#39;t know why it is hidden because it is not in use by anything else then drbd.<br><br>
btw, the /dev/sdv /dev/sdw /dev/sdx /dev/sdy are assigned as spare disks to each md so:<br><br>/dev/sdv is spare of /dev/md0<br>/dev/sdw is spare of /dev/md1<br>/dev/sdx is spare of /dev/md2<br>/dev/sdy is spare of /dev/md3<br clear="all">
<br>All md&#39;s are in the same sparegroup.<br><br>I guess those disks are not &quot;available&quot; or anything so should be hidden in the Storage (DRBD)?<br><br>Kind regards,<br><br>Caspar Smit<br><br><div class="gmail_quote">
2011/1/21 Rasto Levrinc <span dir="ltr">&lt;<a href="mailto:rasto.levrinc@linbit.com">rasto.levrinc@linbit.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><br>
On Fri, January 21, 2011 12:41 pm, Caspar Smit wrote:<br>
&gt; I can add to this that even after manually adding the r3 config to<br>
&gt; /etc/drbd.conf the drbd-mc still won&#39;t see the r3 correctly under:<br>
&gt; Storage (DRBD) allthough the resource is up and running fine when I press<br>
&gt; /proc/drbd:<br>
<br>
</div>Can you show me the resource config section of the resource r3? The<br>
devices on which you have the DRBD, don&#39;t show up in the graph, right? The<br>
DRBD MC, tries to hide some devices in order to save space, but sometimes<br>
it hides to much.<br>
<div class="im"><br>
&gt;&gt;<br>
&gt;&gt; Why isn&#39;t it possible to keep the rx.res files?<br>
<br>
</div>There&#39;s a plan to generate this style of config.<br>
<br>
Rasto<br>
<br>
--<br>
: Dipl-Ing Rastislav Levrinc<br>
: DRBD MC <a href="http://oss.linbit.com/drbd-mc/" target="_blank">http://oss.linbit.com/drbd-mc/</a><br>
: DRBD MC <a href="http://www.drbd.org/mc/management-console/" target="_blank">http://www.drbd.org/mc/management-console/</a><br>
: DRBD/HA support and consulting <a href="http://www.linbit.com/" target="_blank">http://www.linbit.com/</a><br>
DRBD(R) and LINBIT(R) are registered trademarks of LINBIT, Austria.<br>
<br>
<br>
_______________________________________________<br>
drbd-mc mailing list<br>
<a href="mailto:drbd-mc@lists.linbit.com">drbd-mc@lists.linbit.com</a><br>
<a href="http://lists.linbit.com/mailman/listinfo/drbd-mc" target="_blank">http://lists.linbit.com/mailman/listinfo/drbd-mc</a><br>
</blockquote></div><br>