Hi Clusterlabs,<br><br>I'm having problems with the DRBD section of the Clusters From Scratch guide.<br><br>I've got DRBD working and have the apache bit working, but something isn'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><copied "new stuff highlighted in green" from "configure show" section><br><br>
primitive WebData ocf:linbit:drbd \<br>
    params drbd_resource="wwwdata" \<br>    op monitor interval="60s"<br><br><br>ms WebDataClone WebData \<br>    meta master-max="1" master-node-max="1" clone-max="2" clone-node-max="1" notify="true"<br>

----------------snip------------------------------------------------<br><br>You have a resource named "WebDataClone" and I don'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>