Skip to content

Commit 00af7eb

Browse files
committed
doc/rados/operations/pools.rst: changes to scrub parameters
Following Tentacle changes to the operation of the cluster/pool options that affect the determination of the 'max allowed time to a scrub'. Signed-off-by: Ronen Friedman <[email protected]> (cherry picked from commit 6167345)
1 parent d65dce2 commit 00af7eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/rados/operations/pools.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ You may set values for the following keys:
551551

552552
.. describe:: scrub_min_interval
553553

554-
:Description: Sets the minimum interval (in seconds) between successive shallow / light scrubs of the pool's PGs when the load is low. If the default value of ``0`` is in effect, then the value of ``osd_scrub_min_interval`` from central config is used.
554+
:Description: Sets the minimum interval (in seconds) between successive shallow (light) scrubs of the pool's PGs. If this pool attribute is unchanged from its default (``0``), the value of ``osd_scrub_min_interval`` from central config is used instead.
555555

556556
:Type: Double
557557
:Default: ``0``
@@ -560,7 +560,7 @@ You may set values for the following keys:
560560

561561
.. describe:: scrub_max_interval
562562

563-
:Description: Sets the maximum interval (in seconds) between successive shallow / light scrubs of the pool's PGs regardless of cluster load. If the value of ``scrub_max_interval`` is ``0``, then the value ``osd_scrub_max_interval`` from central config is used.
563+
:Description: Sets the maximum interval (in seconds) between successive shallow (light) scrubs of the pool's PGs. Affects the 'overdue' attribute appearing in scrub scheduler dumps. If unchanged from its default of ``0``, the value of ``osd_scrub_max_interval`` from central config is used instead.
564564

565565
:Type: Double
566566
:Default: ``0``
@@ -569,7 +569,7 @@ You may set values for the following keys:
569569

570570
.. describe:: deep_scrub_interval
571571

572-
:Description: Sets the interval (in seconds) for successive pool deep scrubs of the pool's PGs. If the value of ``deep_scrub_interval`` is ``0``, the value ``osd_deep_scrub_interval`` from central config is used.
572+
:Description: Sets the interval (in seconds) for successive pool deep scrubs of the pool's PGs. If unchanged from its default of ``0``, the value of ``osd_deep_scrub_interval`` from central config is used instead.
573573

574574
:Type: Double
575575
:Default: ``0``

0 commit comments

Comments
 (0)