From d74fcece64a1b51b6b12fb6ac4c2f9340dd62234 Mon Sep 17 00:00:00 2001 From: huangjun Date: Wed, 26 Oct 2016 16:55:53 +0800 Subject: [PATCH] doc: change the osd_max_backfills default to 1 Fixes: http://tracker.ceph.com/issues/17701 Signed-off-by: huangjun (cherry picked from commit e112664bf3b8a908fbcd33e3bd4b57da00b008d3) --- doc/rados/configuration/osd-config-ref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rados/configuration/osd-config-ref.rst b/doc/rados/configuration/osd-config-ref.rst index 68b140f6aac99..ff2cf8ab615ed 100644 --- a/doc/rados/configuration/osd-config-ref.rst +++ b/doc/rados/configuration/osd-config-ref.rst @@ -486,7 +486,7 @@ priority than requests to read or write data. :Description: The maximum number of backfills allowed to or from a single OSD. :Type: 64-bit Unsigned Integer -:Default: ``10`` +:Default: ``1`` ``osd backfill scan min`` -- 2.39.5