# # please have a a look at the example configuration file in # /usr/share/doc/drbd83/drbd.conf # global { usage-count no; } common { syncer { rate 33M; verify-alg sha1; } } resource r0 { protocol C; startup { wfc-timeout 0; degr-wfc-timeout 120; } net { cram-hmac-alg "sha1"; shared-secret "mysharedkey"; } on myhost.mydomain1 { device /dev/drbd0; disk /dev/sdb2; address 10.0.0.1:7788; meta-disk internal; } }