]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: osd_backfill_scan_(min|max) are object counts 2488/head
authorDan van der Ster <daniel.vanderster@cern.ch>
Mon, 15 Sep 2014 09:23:11 +0000 (11:23 +0200)
committerDan van der Ster <daniel.vanderster@cern.ch>
Mon, 15 Sep 2014 09:27:24 +0000 (11:27 +0200)
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 <daniel.vanderster@cern.ch>
doc/rados/configuration/osd-config-ref.rst

index 5bc6bc8c81886abf6ecaab22426377e2661ca797..ebb6b3b6f894c88fd1b98a0b71174903df4d6734 100644 (file)
@@ -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``