Advertisement
digimer

Untitled

Jan 9th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. [root@an-c07n01 drbd.d]# drbdadm dump
  2. # /etc/drbd.conf
  3. common {
  4. net {
  5. allow-two-primaries yes;
  6. after-sb-0pri discard-zero-changes;
  7. after-sb-1pri discard-secondary;
  8. after-sb-2pri disconnect;
  9. }
  10. disk {
  11. fencing resource-and-stonith;
  12. }
  13. startup {
  14. become-primary-on both;
  15. }
  16. handlers {
  17. fence-peer /sbin/rhcs_fence;
  18. }
  19. }
  20.  
  21. # resource r0 on an-c07n01.alteeve.ca: not ignored, not stacked
  22. # defined at /etc/drbd.d/r0.res:1
  23. resource r0 {
  24. on an-c07n01.alteeve.ca {
  25. device /dev/drbd0 minor 0;
  26. disk /dev/sda5;
  27. meta-disk internal;
  28. address ipv4 10.10.70.1:7788;
  29. }
  30. on an-c07n02.alteeve.ca {
  31. device /dev/drbd0 minor 0;
  32. disk /dev/sda5;
  33. meta-disk internal;
  34. address ipv4 10.10.70.2:7788;
  35. }
  36. options {
  37. cpu-mask F0F;
  38. }
  39. }
  40.  
  41.  
  42. 41041264640 bytes (41 GB) copied, 64.6805 s, 635 MB/s
  43.  
  44.  
  45. top - 15:16:54 up 4:23, 3 users, load average: 3.66, 2.23, 2.24
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement