From: Zac Dover Date: Mon, 24 Mar 2025 12:26:11 +0000 (+1000) Subject: src/common: add guidance for deep-scrubbing ratio warning X-Git-Tag: v20.3.0~264^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F62459%2Fhead;p=ceph.git src/common: add guidance for deep-scrubbing ratio warning 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 --- diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index 1d89de57cda..6ea4a32bd54 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -1819,7 +1819,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 " default: 0.75 see_also: - osd_deep_scrub_interval