diff options
Diffstat (limited to 'package/drbd-utils/files/drbd.conf')
-rw-r--r-- | package/drbd-utils/files/drbd.conf | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/package/drbd-utils/files/drbd.conf b/package/drbd-utils/files/drbd.conf deleted file mode 100644 index 8eb55e497..000000000 --- a/package/drbd-utils/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"; -# } -#} |