[Pacemaker] Typo in Cluster from Scratch guide?

Brandon DeYoung brandon.deyoung at gmail.com
Mon Sep 20 11:33:03 EDT 2010


Hi Clusterlabs,

I'm having problems with the DRBD section of the Clusters From Scratch
guide.

I've got DRBD working and have the apache bit working, but something isn't
making sense to me....

On page 62 of the Clusters from Scratch PDF:

-------------------snip-------------------------------

crm
cib new drbd
configure primitive wwwdrbd ocf:linbit:drbd params drbd_resource=wwwdata op
monitor interval=60s
configure ms WebData wwwdrbd meta master-max=1 master-node-max=1 \
clone-max=2 clone-node-max=1 notify=true

<copied "new stuff highlighted in green" from "configure show" section>

primitive WebData ocf:linbit:drbd \
    params drbd_resource="wwwdata" \
    op monitor interval="60s"


ms WebDataClone WebData \
    meta master-max="1" master-node-max="1" clone-max="2" clone-node-max="1"
notify="true"
----------------snip------------------------------------------------

You have a resource named "WebDataClone" and I don't see that specified in
the lines above.

Am I missing something or is this a typo?

Thanks!
~Brandon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clusterlabs.org/pipermail/pacemaker/attachments/20100920/bf81df87/attachment.html>


More information about the Pacemaker mailing list