node node1 \ attributes standby="off" node node2 \ attributes standby="off" primitive drbd_filesystem ocf:heartbeat:Filesystem \ params device="/dev/drbd0" directory="/drbdarea" fstype="ext2" \ op start interval="0" timeout="60s" \ op stop interval="0" timeout="60s" \ meta is-managed="true" primitive drbd_r0 ocf:linbit:drbd \ params drbd_resource="r0" \ op monitor interval="15s" \ op start interval="0" timeout="240s" \ op stop interval="0" timeout="100s" \ meta target-role="started" primitive floating_ip ocf:heartbeat:IPaddr2 \ params ip="10.1.1.5" nic="eth0" primitive mail_notification ocf:heartbeat:MailTo \ params email="gkasap@intracom.gr" subject="UniMS Cluster Notification" primitive ping_GW ocf:pacemaker:ping \ operations $id="ping_GW-operations" \ op monitor interval="10s" timeout="5s" on-fail="standby" \ params host_list="10.1.1.1" \ meta migration-threshold="1" primitive postgresql ocf:heartbeat:pgsql \ meta failure-timeout="60" \ params pgctl="/drbdarea/PostgreSQL/9.1/bin/pg_ctl" psql="/drbdarea/PostgreSQL/9.1/bin/psql" pgdata="/drbdarea/PostgreSQL/9.1/data" pgdba="postgres" \ op monitor interval="10" timeout="30s" on-fail="standby" start-delay="10s" \ op start interval="0" timeout="30s" start-delay="5s" \ op stop interval="0" timeout="30s" group unims_apps drbd_filesystem floating_ip postgresql mail_notification ping_GW \ meta target-role="started" ms drbd_master drbd_r0 \ meta master-max="1" master-node-max="1" clone-max="2" clone-node-max="1" notify="true" target-role="started" colocation coloc1 inf: _rsc_set_ unims_apps drbd_master:Master order order1 inf: drbd_master:promote unims_apps:start property $id="cib-bootstrap-options" \ cluster-infrastructure="openais" \ enable-startup-probes="false" \ startup-fencing="false" \ dc-deadtime="10s" \ dc-version="1.1.2-2e096a41a5f9e184a1c1537c82c6da1093698eb5" \ expected-quorum-votes="2" \ last-lrm-refresh="1322821403" \ no-quorum-policy="ignore" \ stonith-action="poweroff" \ stonith-enabled="false"