resource drbd0 { protocol C; incon-degr-cmd "echo '!DRBD! pri on incon-degr' | wall ; sleep 60 ; halt -f"; startup{ } disk { on-io-error detach; } net { } syncer { rate 10M; group 0; al-extents 257; } on titan { device /dev/drbd0; disk /dev/mapper/www-lv02; address 10.0.0.2:7788; meta-disk internal; } on hercules { device /dev/drbd0; disk /dev/mapper/WEB-web; address 10.0.0.20:7788; meta-disk internal; } } resource drbd1 { protocol C; incon-degr-cmd "echo '!DRBD! pri on incon-degr' | wall ; sleep 60 ; halt -f"; startup{ } net { } syncer { rate 10M; group 1; al-extents 257; } on titan { device /dev/drbd1; disk /dev/mapper/mail-lv03; address 10.0.0.2:7789; meta-disk internal; } on hercules { device /dev/drdb1; disk /dev/mapper/MAIL-mail; address 10.0.0.20:7789; meta-disk internal; } }