Hi Clusterlabs,<br><br>I&#39;m having problems with the DRBD section of the Clusters From Scratch guide.<br><br>I&#39;ve got DRBD working and have the apache bit working, but something isn&#39;t making sense to me....<br><br>

On page 62 of the Clusters from Scratch PDF:<br><br>-------------------snip-------------------------------<br><br>crm<br>cib new drbd<br>configure primitive wwwdrbd ocf:linbit:drbd params drbd_resource=wwwdata op monitor interval=60s<br>

configure ms WebData wwwdrbd meta master-max=1 master-node-max=1 \<br>clone-max=2 clone-node-max=1 notify=true<br><br>&lt;copied &quot;new stuff highlighted in green&quot; from &quot;configure show&quot; section&gt;<br><br>
primitive WebData ocf:linbit:drbd \<br>
    params drbd_resource=&quot;wwwdata&quot; \<br>    op monitor interval=&quot;60s&quot;<br><br><br>ms WebDataClone WebData \<br>    meta master-max=&quot;1&quot; master-node-max=&quot;1&quot; clone-max=&quot;2&quot; clone-node-max=&quot;1&quot; notify=&quot;true&quot;<br>

----------------snip------------------------------------------------<br><br>You have a resource named &quot;WebDataClone&quot; and I don&#39;t see that specified in the lines above. <br><br>Am I missing something or is this a typo? <br>

<br>Thanks!<br><font color="#888888">~Brandon</font>