]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/src: edit osd.yaml.in (osd_deep_scrub_interval_cv) 63954/head
authorZac Dover <zac.dover@proton.me>
Mon, 9 Jun 2025 12:59:08 +0000 (22:59 +1000)
committerZac Dover <zac.dover@proton.me>
Mon, 16 Jun 2025 12:32:04 +0000 (22:32 +1000)
Improve the English in the "desc" field of the
"osd_deep_scrub_interval_cv" variable, as suggested by Anthony D'Atri in
https://github.com/ceph/ceph/pull/63490#discussion_r2124893516.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 32cd44300882947310d2419279fe7f950ddac17b)

src/common/options/osd.yaml.in

index 81f6c38172ce71e0c44551c3049856891e86de1c..d1d640404d11f62eebadb48928fc05f151ee94a5 100644 (file)
@@ -489,8 +489,8 @@ options:
 - name: osd_deep_scrub_interval_cv
   type: float
   level: advanced
-  desc: determining the amount of variation in the deep scrub interval
-  long_desc: deep scrub intervals are varied by a random amount to prevent
+  desc: Determines the amount of variation in the deep scrub interval
+  long_desc: Deep scrub intervals are varied by a random amount to prevent
     stampedes. This parameter determines the amount of variation.
     Technically ``osd_deep_scrub_interval_cv`` is the coefficient of variation for
     the deep scrub interval.