
Untitled
By:
rackerhacker on
Nov 11th, 2011 | syntax:
None | size: 1.18 KB | hits: 17 | expires: Never
node db1 \
attributes standby="off"
node db2 \
attributes standby="off"
primitive drbd_mysql ocf:linbit:drbd \
params drbd_resource="mysql" \
op monitor interval="50s" role="Master" \
op monitor interval="60s" role="Slave"
primitive floating_ip ocf:heartbeat:IPaddr2 \
params ip="192.168.20.199" nic="eth0" \
meta target-role="Started"
primitive mysql_daemon lsb:mysql \
meta target-role="Started"
primitive mysql_filesystem ocf:heartbeat:Filesystem \
params device="/dev/drbd/by-res/mysql" directory="/var/lib/mysql" fstype="ext3" \
meta target-role="Started"
group mysql mysql_filesystem floating_ip mysql_daemon \
meta target-role="Started"
ms ms_drbd_mysql drbd_mysql \
meta master-max="1" master-node-max="1" clone-max="2" clone-node-max="1" notify="true" is-managed="true" target-role="Master"
colocation mysql_on_drbd inf: mysql ms_drbd_mysql:Master
order services_order inf: ms_drbd_mysql:promote mysql:start
property $id="cib-bootstrap-options" \
dc-version="1.0.9-74392a28b7f31d7ddc86689598bd23114f58978b" \
cluster-infrastructure="openais" \
expected-quorum-votes="2" \
stonith-enabled="false" \
no-quorum-policy="ignore" \
last-lrm-refresh="1320956733"