node alpha \ attributes standby="off" node beta \ attributes standby="off" primitive dlm ocf:pacemaker:controld \ op monitor interval="10" timeout="20" \ op start interval="0" timeout="90" \ op stop interval="0" timeout="100" primitive drbdShared ocf:linbit:drbd \ params drbd_resource="shared" \ op monitor interval="10" role="Master" timeout="20" \ op monitor interval="20" role="Slave" timeout="20" \ op start interval="0" timeout="240" \ op stop interval="0" timeout="100" \ op promote interval="0" timeout="90" \ op demote interval="0" timeout="90" \ op notify interval="0" timeout="90" primitive ipMysql ocf:heartbeat:IPaddr \ params ip="192.168.135.67" cidr_netmask="255.255.0.0" \ op monitor interval="2" timeout="20" \ op start interval="0" timeout="90" primitive mountShared ocf:heartbeat:Filesystem \ params device="/dev/drbd0" directory="/shared" fstype="ocfs2" \ op monitor interval="10" timeout="40" OCF_CHECK_LEVEL="10" \ op start interval="0" timeout="60" \ op stop interval="0" timeout="60" primitive mysql ocf:heartbeat:mysql \ params binary="/usr/bin/mysqld_safe" config="/var/lib/mysql/my.cnf" pid="/var/run/mysqld/mysqld.pid" socket="/var/lib/mysql/mysqld.sock" test_table="ha.check" test_user="HAuser" test_passwd="HApass" \ op monitor interval="10" timeout="30" OCF_CHECK_LEVEL="0" \ op start interval="0" timeout="120" \ op stop interval="0" timeout="120" primitive o2cb ocf:pacemaker:o2cb \ op monitor interval="10" \ op start interval="0" timeout="90" \ op stop interval="0" timeout="100" group grpMysql mysql ipMysql \ meta migration-threshold="3" failure-timeout="30" ms msDrbdShared drbdShared \ meta resource-stickiness="100" notify="true" master-max="2" clone cloneDlm dlm \ meta globally-unique="false" interleave="true" clone cloneMountShared mountShared \ meta interleave="true" globally-unique="false" target-role="Started" clone cloneO2cb o2cb \ meta globally-unique="false" interleave="true" target-role="Started" colocation colocMountShared_drbd inf: cloneMountShared msDrbdShared:Master colocation colocMountShared_o2cb inf: cloneMountShared cloneO2cb colocation colocMysql inf: grpMysql cloneMountShared colocation colocO2cb inf: cloneO2cb cloneDlm order orderMountShared_drbd inf: msDrbdShared:promote cloneMountShared:start order orderMountShared_o2cb inf: cloneO2cb cloneMountShared order orderMysql inf: cloneMountShared grpMysql order orderO2cb inf: cloneDlm cloneO2cb property $id="cib-bootstrap-options" \ dc-version="1.0.9-unknown" \ cluster-infrastructure="openais" \ expected-quorum-votes="2" \ stonith-enabled="false" \ start-failure-is-fatal="false" \ last-lrm-refresh="1281577809" \ cluster-recheck-interval="4m" \ shutdown-escalation="5m"