Skip to content

Commit 9e1dd4c

Browse files
authored
Merge pull request ceph#62537 from zdover23/wip-doc-2025-03-27-mon_warn_pg_not_scrubbed_ratio-guidance
src/common: add guidance for mon_warn_pg_not_scrubbed Reviewed-by: Anthony D'Atri <[email protected]>
2 parents 4dd7504 + 5754906 commit 9e1dd4c

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
@@ -1810,7 +1810,7 @@ options:
18101810
- name: mon_warn_pg_not_scrubbed_ratio
18111811
type: float
18121812
level: advanced
1813-
desc: Percentage of the scrub max interval past the scrub max interval to warn
1813+
desc: Raise a health warning when shallow scrubs are delayed by this percentage of the shallow scrub interval. Note that this must be set at mgr or with global scope. Set this configurable with the command "ceph config set mgr mon_warn_pg_not_scrubbed_ratio <ratio_value>".
18141814
default: 0.5
18151815
see_also:
18161816
- osd_scrub_max_interval

0 commit comments

Comments
 (0)