From 84daca4bf8dc6aeace4f30a935d29410c2163841 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Mon, 9 Jun 2025 22:59:08 +1000 Subject: [PATCH] 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 https://github.com/ceph/ceph/pull/63490#discussion_r2124893516. Signed-off-by: Zac Dover (cherry picked from commit 32cd44300882947310d2419279fe7f950ddac17b) --- src/common/options/osd.yaml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/options/osd.yaml.in b/src/common/options/osd.yaml.in index b3e2a96396dea..3f0b7796572ec 100644 --- a/src/common/options/osd.yaml.in +++ b/src/common/options/osd.yaml.in @@ -500,8 +500,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. -- 2.39.5