summaryrefslogtreecommitdiff
path: root/package/drbd/files/drbd.conf
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-06-12 16:03:38 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-06-12 16:03:38 +0200
commit47223981bccbf79d81a0b17657539432dacf36e2 (patch)
tree16d8bfea48e7299041b0af03e6a0f5414604e6c7 /package/drbd/files/drbd.conf
parent36f4b43cf5ecb25a02830eed9548acc22a5697a8 (diff)
add pacemaker and update drbd
Diffstat (limited to 'package/drbd/files/drbd.conf')
-rw-r--r--package/drbd/files/drbd.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/package/drbd/files/drbd.conf b/package/drbd/files/drbd.conf
new file mode 100644
index 000000000..8eb55e497
--- /dev/null
+++ b/package/drbd/files/drbd.conf
@@ -0,0 +1,21 @@
+#resource r1 {
+# protocol C;
+#
+# startup { wfc-timeout 0; degr-wfc-timeout 120; }
+# disk { on-io-error detach; }
+# net { timeout 60; connect-int 10; ping-int 10;
+# max-buffers 2048; max-epoch-size 2048; }
+# syncer { rate 5M; } # sync when r0 and r1 are finished syncing.
+# on alice {
+# address 192.168.1.1:7790;
+# disk /dev/sdb1;
+# device /dev/drbd1;
+# meta-disk "internal";
+# }
+# on bob {
+# address 192.168.1.2:7790;
+# disk "/dev/sdb1";
+# device "/dev/drbd2";
+# meta-disk "internal";
+# }
+#}