]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
src/common: add guidance for deep-scrubbing ratio warning 62503/head
authorZac Dover <zac.dover@proton.me>
Mon, 24 Mar 2025 12:26:11 +0000 (22:26 +1000)
committerZac Dover <zac.dover@proton.me>
Tue, 25 Mar 2025 18:35:49 +0000 (04:35 +1000)
Add an explanation of how to set the value of
"mon_warn_pg_not_deep_scrubbed_ratio" to the confval definition of that
variable. Although this variable contains the string "mon", it is set on
the Manager. I have added a note to direct users to set this value on
the Manager.

This issue was pointed out by Petr Tlapa on Slack in late March of 2025.

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

src/common/options/global.yaml.in

index d88a5f691fbcdd21c0c86c303a1dd7296e5facd1..f529bd1cc4ba86fb8ee77b96f19819375d9359f1 100644 (file)
@@ -1754,7 +1754,7 @@ options:
 - name: mon_warn_pg_not_deep_scrubbed_ratio
   type: float
   level: advanced
-  desc: Percentage of the deep scrub interval past the deep scrub interval to warn
+  desc: Percentage of the deep scrub interval past the deep scrub interval to warn - Set this configurable with the command "ceph config set mgr mon_warn_pg_not_deep_scrubbed_ratio <ratio_value>"
   default: 0.75
   see_also:
   - osd_deep_scrub_interval