Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- global {
- usage-count no;
- minor-count 10;
- }
- common {
- net {
- allow-two-primaries;
- }
- startup {
- wfc-timeout 0;
- degr-wfc-timeout 120;
- }
- disk {
- on-io-error detach;
- }
- syncer {
- rate 40M;
- al-extents 1024;
- }
- }
- resource r_test {
- protocol C;
- on belkinode11 {
- device /dev/drbd6;
- disk /dev/vgdrbd/lvdrbdtest;
- address 10.101.101.11:7794;
- meta-disk internal;
- }
- on belkinode12 {
- device /dev/drbd6;
- disk /dev/vgdrbd/lvdrbdtest;
- address 10.101.101.12:7794;
- meta-disk internal;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement