summaryrefslogtreecommitdiff
path: root/package/drbd/files/drbd.conf
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-05-26 18:49:25 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-05-26 18:49:25 +0200
commit025d7bd800a666876ae420c212b9e5df76251cd5 (patch)
tree92da4a4e5407e2dea9bdc691bc8bb16e8eb269fa /package/drbd/files/drbd.conf
parent5b86ad73cced509ca991b79f8abb2c3bf0729366 (diff)
drbd-utils: rename package and update
Diffstat (limited to 'package/drbd/files/drbd.conf')
-rw-r--r--package/drbd/files/drbd.conf21
1 files changed, 0 insertions, 21 deletions
diff --git a/package/drbd/files/drbd.conf b/package/drbd/files/drbd.conf
deleted file mode 100644
index 8eb55e497..000000000
--- a/package/drbd/files/drbd.conf
+++ /dev/null
@@ -1,21 +0,0 @@
-#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";
-# }
-#}