Skip to content

Instantly share code, notes, and snippets.

@guilherme
Created March 29, 2012 17:24
Show Gist options
  • Save guilherme/2240291 to your computer and use it in GitHub Desktop.
Save guilherme/2240291 to your computer and use it in GitHub Desktop.
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