Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hello all :) I want to biuld an pacemaker-openais-drbd-mysql-cluster on debian lenny. I followed the instruction at http://www.drbd.org/docs/applications/ but its not working for me: crm(live)configure# show node bart node lisa primitive drbd_mysql ocf:linbit:drbd \ params drbd_resource="mysql" \ op monitor interval="15s" primitive fs_mysql ocf:heartbeat:Filesystem \ params device="/dev/drbd0" directory="/service/mysql" fstype="ext3" primitive ip_mysql ocf:heartbeat:IPaddr2 \ params ip="10.100.100.200" nic="eth0" primitive mysqld lsb:mysqld group mysql fs_mysql ip_mysql mysqld ms ms_drbd_mysql drbd_mysql \ meta master-max="1" master-node-max="1" clone-max="2" clone-node- max="1" notify="true" colocation mysql_on_drbd inf: fs_mysql ms_drbd_mysql:Master order mysql_after_drbd inf: ms_drbd_mysql:promote fs_mysql:start property $id="cib-bootstrap-options" \ stonith-enabled="false" \ expected-quorum-votes="2" The ip dont come up, drbd and mysql is not started. Have I done something wrong? Can someone help? tia stefan