[Drbd-dev] [PATCH 1/3] User's Guide: Fix incorrect configuration syntax for c-plan-ahead and friends
Florian Haas
florian at hastexo.com
Thu Mar 22 13:30:17 CET 2012
It's a disk option, not net. Which may be confusing, but
we certainly don't alleviate that confusion by documenting
it incorrectly here.
---
users-guide/administration.txt | 2 +-
users-guide/recent-changes.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/users-guide/administration.txt b/users-guide/administration.txt
index 6d383bf..9c36bad 100644
--- a/users-guide/administration.txt
+++ b/users-guide/administration.txt
@@ -739,7 +739,7 @@ a deployment in conjunction with DRBD Proxy) is provided below:
[source,drbd]
----------------------------
resource <resource> {
- net {
+ disk {
c-plan-ahead 200;
c-max-rate 10M;
c-fill-target 15M;
diff --git a/users-guide/recent-changes.txt b/users-guide/recent-changes.txt
index f1a9765..3132fc6 100644
--- a/users-guide/recent-changes.txt
+++ b/users-guide/recent-changes.txt
@@ -366,7 +366,7 @@ following configuration options:
[source,drbd]
----------------------------
resource test {
- net {
+ disk {
c-plan-ahead 20;
c-fill-target 50k;
c-min-rate 250k;
--
1.7.5.4
More information about the drbd-dev
mailing list