Advertisement
Guest User

crm configure show

a guest
Apr 13th, 2012
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. node coronado \
  2. attributes standby="off"
  3. node cascadia \
  4. attributes standby="off"
  5. primitive drbd0 ocf:linbit:drbd \
  6. params drbd_resource="homes" \
  7. op monitor interval="29s" role="Master" \
  8. op monitor interval="31s" role="Slave"
  9. primitive exportfs-admin ocf:heartbeat:exportfs \
  10. params fsid="1" directory="/exports/admin" options="rw,no_root_squash,no_subtree_check,sync" clientspec="x.x.x.0/24" wait_for_leasetime_on_stop="true" \
  11. op monitor interval="30s"
  12. primitive failover-ip ocf:heartbeat:IPaddr \
  13. params ip="x.x.x.x" cidr_netmask="23" nic="eth0" \
  14. op monitor interval="10s" timeout="20s" depth="0"
  15. primitive fs-admin ocf:heartbeat:Filesystem \
  16. params device="/dev/vg-homes/admin" directory="/exports/admin" fstype="ext4" \
  17. meta target-role="started"
  18. primitive lvm-homes ocf:heartbeat:LVM \
  19. params volgrpname="vg-homes" \
  20. meta target-role="started"
  21. primitive nfsserver lsb:nfs-kernel-server \
  22. op monitor interval="30s"
  23. group group-homes lvm-homes fs-admin exportfs-admin
  24. ms ms-drbd0 drbd0 \
  25. meta master-max="1" master-node-max="1" clone-max="2" clone-node-max="1" notify="true"
  26. clone clone-nfsserver nfsserver
  27. location ms-drbd0-master-coronado ms-drbd0 \
  28. rule $id="ms-drbd0-master-coronado-rule" $role="master" 100: #uname eq coronado
  29. colocation lvm-drbd-fs-homes inf: group-homes ms-drbd0:Master
  30. order drbd-before-homes inf: ms-drbd0:promote group-homes:start
  31. property $id="cib-bootstrap-options" \
  32. dc-version="1.1.6-9971ebba4494012a93c03b40a2c58ec0eb60f50c" \
  33. cluster-infrastructure="openais" \
  34. expected-quorum-votes="2" \
  35. stonith-enabled="false" \
  36. last-lrm-refresh="1334354665"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement