drbd.conf 548 B

123456789101112131415161718192021
  1. #resource r1 {
  2. # protocol C;
  3. #
  4. # startup { wfc-timeout 0; degr-wfc-timeout 120; }
  5. # disk { on-io-error detach; }
  6. # net { timeout 60; connect-int 10; ping-int 10;
  7. # max-buffers 2048; max-epoch-size 2048; }
  8. # syncer { rate 5M; } # sync when r0 and r1 are finished syncing.
  9. # on alice {
  10. # address 192.168.1.1:7790;
  11. # disk /dev/sdb1;
  12. # device /dev/drbd1;
  13. # meta-disk "internal";
  14. # }
  15. # on bob {
  16. # address 192.168.1.2:7790;
  17. # disk "/dev/sdb1";
  18. # device "/dev/drbd2";
  19. # meta-disk "internal";
  20. # }
  21. #}