# # please have a a look at the example configuration file in # /usr/share/doc/packages/drbd/drbd.conf # resource dbms { protocol C; incon-degr-cmd "echo '!DRBD! pri on incon-degr' | wall ; sleep 60 ; halt -f"; startup { wfc-timeout 1; degr-wfc-timeout 1; } disk { on-io-error detach; } net { on-disconnect reconnect; } syncer { rate 50M; group 1; al-extents 257; } on lnodbbt { device /dev/drbd0; disk /dev/vgora_dbms/lvdbms01; address 172.27.100.145:7788; meta-disk internal; } on lnodbct { device /dev/drbd0; disk /dev/vgora_dbms/lvdbms01; address 172.27.100.203:7788; meta-disk internal; } }