global { usage-count no; } common { protocol C; startup { wfc-timeout 60; degr-wfc-timeout 60; } syncer { rate 1G; } disk { on-io-error detach; } } resource r0 { device /dev/drbd0; meta-disk internal; ### ERST NACH ERFOLGREICHER INITIALISIERUNG (SYNC) ### disk { encing dont-care; } startup { become-primary-on both; } net { allow-two-primaries; after-sb-0pri discard-older-primary; after-sb-1pri discard-secondary; after-sb-2pri disconnect; } ### ENDE ### on SERVER1 { disk /dev/sdb; address 10.0.0.1:7789; } on SERVER2 { disk /dev/sdb; address 10.0.0.2:7789; } }