resource r0 { protocol C; incon-degr-cmd "echo '!DRBD! pri on incon-degr' | wall ; sleep 60 ; halt -f"; startup { wfc-timeout 0; degr-wfc-timeout 0; } disk { on-io-error detach; } net { on-disconnect reconnect; } syncer { rate 10M; group 1; al-extents 257; } on sancho.add.local { device /dev/drbd0; disk /dev/hdc1; address 172.29.16.20:7788; meta-disk internal; } on batkus.add.local { device /dev/drbd0; disk /dev/hdc1; address 172.29.16.60:7788; meta-disk internal; } }