From 5e83282bdd1131413d690e6726019f94be6933ab Mon Sep 17 00:00:00 2001 From: Andrea Spadaccini <spadaccio@google.com> Date: Wed, 7 Dec 2011 20:50:03 +0000 Subject: [PATCH] Describe the dynamic-resync par. in the design doc Signed-off-by: Andrea Spadaccini <spadaccio@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- doc/design-resource-model.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/design-resource-model.rst b/doc/design-resource-model.rst index 89b57b4df..0c1f98731 100644 --- a/doc/design-resource-model.rst +++ b/doc/design-resource-model.rst @@ -739,6 +739,17 @@ brackets. | | |for drbd, when using the |constants.py, not | | | | |static syncer, in KiB/s |changeable via Ganeti| | +--------+--------------+-------------------------+---------------------+------+ +|drbd |dynamic-resync|Whether to use the |Not supported. |bool | +| | |dynamic resync speed | | | +| | |controller or not. If | | | +| | |enabled, c-plan-ahead | | | +| | |must be non-zero and all | | | +| | |the c-* parameters will | | | +| | |be used by DRBD. | | | +| | |Otherwise, the value of | | | +| | |resync-rate will be used | | | +| | |as a static resync speed.| | | ++--------+--------------+-------------------------+---------------------+------+ |drbd |c-plan-ahead |Agility factor of the |Not supported. |int | | | |dynamic resync speed | | | | | |controller. (the higher, | | | -- GitLab