node mysqldrupal-n1 \ attributes standby="off" node mysqldrupal-n2 \ attributes standby="off" primitive MySQL-DB ocf:heartbeat:mysql \ params binary="/usr/bin/mysqld_safe" config="/etc/my.cnf" datadir="/var/lib/mysql" user="mysql" group="mysql" \ log="/var/log/mysqld.log" pid="/var/run/mysqld/mysqld.pid" socket="/var/lib/mysql/mysql.sock" test_user="XXXXX" test_table="XXXXX" test_passwd="XXXXXX" \ op monitor interval="25s" timeout="30s" \ op start interval="0" timeout="120s" \ op stop interval="0" timeout="120s" \ meta migration-threshold="3" failure-timeout="60s" target-role="Started" primitive MySQL-VIP ocf:heartbeat:IPaddr2 \ params ip="XXXXXX" cidr_netmask="24" \ meta target-role="Started" \ op start interval="0" timeout="90s" \ op stop interval="0" timeout="100s" \ op monitor interval="25s" timeout="30s" primitive vmware-fencing stonith:external/unitn.vmware \ params hostlist="mysqldrupal-n1 mysqldrupal-n2" group mysql-grp MySQL-VIP MySQL-DB \ meta is-managed="true" clone Fencing vmware-fencing property $id="cib-bootstrap-options" \ dc-version="1.0.8-9881a7350d6182bae9e8e557cf20a3cc5dac3ee7" \ cluster-infrastructure="openais" \ expected-quorum-votes="2" \ stonith-enabled="true" \ no-quorum-policy="ignore" rsc_defaults $id="rsc-options" \ resource-stickiness="100"