Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hello,
at link
http://www.drbd.org/users-guide/s-pacemaker-floating-peers.html
At paragraph 8.5.2, the first "crm configure" section where you
configure the left cluster resources,
it contains
crm(live)configure# primitive p_drbd_mysql ocf:linbit:drbd \
params drbd_resource=mysql
I think it should be without the "p_", this way:
crm(live)configure# primitive drbd_mysql ocf:linbit:drbd \
params drbd_resource=mysql
the same as in the following right cluster section.
In fact it is then referred the line below this way:
crm(live)configure# ms ms_drbd_mysql drbd_mysql \
meta master-max="1" master-node-max="1" \
clone-max="1" clone-node-max="1" \
notify="true" target-role="Master"
Or conversely you can put the "p_" inside the master slave definition.
Cheers,
Gianluca