Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. global {
  2. usage-count no;
  3. }
  4.  
  5. common {
  6. handlers {
  7. fence-peer "/usr/lib/drbd/crm-fence-peer.sh";
  8. split-brain "/usr/lib/drbd/notify-split-brain.sh root";
  9. after-resync-target "/usr/lib/drbd/crm-unfence-peer.sh";
  10. }
  11.  
  12. net {
  13. allow-two-primaries yes;
  14. after-sb-0pri discard-zero-changes;
  15. after-sb-1pri discard-secondary;
  16. }
  17.  
  18. disk {
  19. fencing resource-and-stonith;
  20. }
  21.  
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement