From: Dan van der Ster Date: Mon, 15 Sep 2014 09:23:11 +0000 (+0200) Subject: doc: osd_backfill_scan_(min|max) are object counts X-Git-Tag: v0.86~76^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2488%2Fhead;p=ceph.git doc: osd_backfill_scan_(min|max) are object counts osd_backfill_scan_min and osd_backfill_scan_max set the number of items grabbed during a single backfill scan, not an interval in seconds. Correct the doc. Signed-off-by: Dan van der Ster --- diff --git a/doc/rados/configuration/osd-config-ref.rst b/doc/rados/configuration/osd-config-ref.rst index 5bc6bc8c8188..ebb6b3b6f894 100644 --- a/doc/rados/configuration/osd-config-ref.rst +++ b/doc/rados/configuration/osd-config-ref.rst @@ -399,16 +399,15 @@ priority than requests to read or write data. ``osd backfill scan min`` -:Description: The scan interval in seconds for backfill operations when cluster - load is low. +:Description: The minimum number of objects per backfill scan. + :Type: 32-bit Integer :Default: ``64`` ``osd backfill scan max`` -:Description: The maximum scan interval in seconds for backfill operations - irrespective of cluster load. +:Description: The maximum number of objects per backfill scan. :Type: 32-bit Integer :Default: ``512``