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
_______________________________________________ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker