Skip to content

Commit 0587cc3

Browse files
committed
doc/src: edit osd.yaml.in (osd_deep_scrub_interval_cv)
Improve the English in the "desc" field of the "osd_deep_scrub_interval_cv" variable, as suggested by Anthony D'Atri in ceph#63490 (comment). Signed-off-by: Zac Dover <[email protected]> (cherry picked from commit 32cd443)
1 parent d39c3da commit 0587cc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/options/osd.yaml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,8 +489,8 @@ options:
489489
- name: osd_deep_scrub_interval_cv
490490
type: float
491491
level: advanced
492-
desc: determining the amount of variation in the deep scrub interval
493-
long_desc: deep scrub intervals are varied by a random amount to prevent
492+
desc: Determines the amount of variation in the deep scrub interval
493+
long_desc: Deep scrub intervals are varied by a random amount to prevent
494494
stampedes. This parameter determines the amount of variation.
495495
Technically ``osd_deep_scrub_interval_cv`` is the coefficient of variation for
496496
the deep scrub interval.

0 commit comments

Comments
 (0)