# -*- mode: default-generic -*- resource big2 { protocol A; startup { # primary wfc-timeout 5; degr-wfc-timeout 5; # secondary # wfc-timeout 120; # degr-wfc-timeout 120; } disk { on-io-error pass_on; } syncer { rate 10M; # rate 100M; } on filer2 { device /dev/drbd0; disk /dev/md0; address 192.168.0.1:7788; meta-disk internal; } on backup2 { device /dev/drbd0; disk /dev/md0; address 192.168.0.2:7788; meta-disk internal; } }