Advertisement
Guest User

Untitled

a guest
Oct 7th, 2011
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. global {
  2. usage-count no;
  3. minor-count 10;
  4. }
  5.  
  6. common {
  7. net {
  8. allow-two-primaries;
  9. }
  10. startup {
  11. wfc-timeout 0;
  12. degr-wfc-timeout 120;
  13. }
  14. disk {
  15. on-io-error detach;
  16. }
  17. syncer {
  18. rate 40M;
  19. al-extents 1024;
  20. }
  21. }
  22.  
  23. resource r_test {
  24. protocol C;
  25. on belkinode11 {
  26. device /dev/drbd6;
  27. disk /dev/vgdrbd/lvdrbdtest;
  28. address 10.101.101.11:7794;
  29. meta-disk internal;
  30. }
  31.  
  32. on belkinode12 {
  33. device /dev/drbd6;
  34. disk /dev/vgdrbd/lvdrbdtest;
  35. address 10.101.101.12:7794;
  36. meta-disk internal;
  37. }
  38. }
  39.  
  40.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement