From: Ken Dreyer Date: Wed, 24 May 2017 20:39:55 +0000 (-0600) Subject: docs: document "osd recovery max single start" setting X-Git-Tag: v12.1.1~65^2~4^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F15275%2Fhead;p=ceph.git docs: document "osd recovery max single start" setting Fixes: http://tracker.ceph.com/issues/17396 Signed-off-by: Ken Dreyer --- diff --git a/doc/rados/configuration/osd-config-ref.rst b/doc/rados/configuration/osd-config-ref.rst index 5679c0caeebca..e404bd8d469d0 100644 --- a/doc/rados/configuration/osd-config-ref.rst +++ b/doc/rados/configuration/osd-config-ref.rst @@ -664,6 +664,14 @@ perform well in a degraded state. :Default: ``8 << 20`` +``osd recovery max single start`` + +:Description: The maximum number of recovery operations per OSD that will be + newly started when an OSD is recovering. +:Type: 64-bit Integer Unsigned +:Default: ``1`` + + ``osd recovery thread timeout`` :Description: The maximum time in seconds before timing out a recovery thread.