Skip to content

Commit aeef59a

Browse files
committed
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 <[email protected]>
1 parent 538a576 commit aeef59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/options/global.yaml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1819,7 +1819,7 @@ options:
18191819
- name: mon_warn_pg_not_deep_scrubbed_ratio
18201820
type: float
18211821
level: advanced
1822-
desc: Percentage of the deep scrub interval past the deep scrub interval to warn
1822+
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>"
18231823
default: 0.75
18241824
see_also:
18251825
- osd_deep_scrub_interval

0 commit comments

Comments
 (0)