From cef6e044e76019e181106a5bd39bbaa5e2fdcf8a Mon Sep 17 00:00:00 2001 From: Neha Ojha Date: Wed, 19 Jul 2017 11:47:10 -0700 Subject: [PATCH] doc: add osd recovery sleep for HDDs and SSDs Signed-off-by: Neha Ojha --- doc/rados/configuration/osd-config-ref.rst | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/rados/configuration/osd-config-ref.rst b/doc/rados/configuration/osd-config-ref.rst index c1e8b047da94..1cc3a7f8bcd5 100644 --- a/doc/rados/configuration/osd-config-ref.rst +++ b/doc/rados/configuration/osd-config-ref.rst @@ -695,7 +695,23 @@ perform well in a degraded state. less impacted. :Type: Float -:Default: ``0.01`` +:Default: ``0`` + + +``osd recovery sleep hdd`` + +:Description: Time to sleep before next recovery for HDDs. + +:Type: Float +:Default: ``0.1`` + + +``osd recovery sleep ssd`` + +:Description: Time to sleep before next recovery for SSDs. + +:Type: Float +:Default: ``0`` Tiering ======= -- 2.47.3