Skip to content

Commit

Permalink
Merge pull request ceph#38073 from badone/wip-use-right-tunable-for-p…
Browse files Browse the repository at this point in the history
…g-scrub-doc

doc: Use correct tunable for PG_NOT_SCRUBBED

Reviewed-by: Kefu Chai <[email protected]>
  • Loading branch information
badone authored Nov 14, 2020
2 parents 1ab7a57 + 61930e6 commit 1464a7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/rados/operations/health-checks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1047,10 +1047,10 @@ The location of an OSD can be found with::
PG_NOT_SCRUBBED
_______________

One or more PGs has not been scrubbed recently. PGs are normally
scrubbed every ``mon_scrub_interval`` seconds, and this warning
triggers when ``mon_warn_pg_not_scrubbed_ratio`` percentage of interval has elapsed
without a scrub since it was due.
One or more PGs has not been scrubbed recently. PGs are normally scrubbed
within every ``osd_scrub_max_interval``, and this warning triggers when
``mon_warn_pg_not_scrubbed_ratio`` percentage of interval has elapsed without a
scrub since it was due.

PGs will not scrub if they are not flagged as *clean*, which may
happen if they are misplaced or degraded (see *PG_AVAILABILITY* and
Expand Down

0 comments on commit 1464a7d

Please sign in to comment.