From 70f11d264424329a70e72830858debbfe4b0157d Mon Sep 17 00:00:00 2001 From: Neha Ojha Date: Wed, 19 Jul 2017 14:14:42 -0700 Subject: [PATCH] doc: update osd recovery sleep description Signed-off-by: Neha Ojha --- doc/rados/configuration/osd-config-ref.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/rados/configuration/osd-config-ref.rst b/doc/rados/configuration/osd-config-ref.rst index 1cc3a7f8bcd..731c61258f3 100644 --- a/doc/rados/configuration/osd-config-ref.rst +++ b/doc/rados/configuration/osd-config-ref.rst @@ -690,9 +690,9 @@ perform well in a degraded state. ``osd recovery sleep`` -:Description: Time to sleep before next recovery. Increasing this value will - slow down recovery operation while client operations will be - less impacted. +:Description: Time in seconds to sleep before next recovery or backfill op. + Increasing this value will slow down recovery operation while + client operations will be less impacted. :Type: Float :Default: ``0`` @@ -700,7 +700,8 @@ perform well in a degraded state. ``osd recovery sleep hdd`` -:Description: Time to sleep before next recovery for HDDs. +:Description: Time in seconds to sleep before next recovery or backfill op + for HDDs. :Type: Float :Default: ``0.1`` @@ -708,7 +709,8 @@ perform well in a degraded state. ``osd recovery sleep ssd`` -:Description: Time to sleep before next recovery for SSDs. +:Description: Time in seconds to sleep before next recovery or backfill op + for SSDs. :Type: Float :Default: ``0`` -- 2.39.5