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 <daniel.vanderster@cern.ch>
This commit is contained in:
Dan van der Ster 2014-09-15 11:23:11 +02:00
parent d888753c0e
commit 868b6b99fd

View 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``