Created
March 29, 2012 17:24
-
-
Save guilherme/2240291 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include "/etc/drbd.d/global_common.conf"; | |
resource r0 { | |
protocol C; | |
syncer { | |
rate 100M; | |
} | |
on pc1 { | |
device /dev/drbd1; | |
disk /dev/sdb1; | |
address 192.168.0.35:7789; | |
meta-disk internal; | |
} | |
on pc2 { | |
device /dev/drbd1; | |
disk /dev/sdb1; | |
address 192.168.0.65:7789; | |
meta-disk internal; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment