From 2a32514706b97493da44b0a73bf5d9147d49be2a Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 14 Nov 2020 14:59:04 +0800 Subject: [PATCH] doc/rados/operation: add link to scrub_max_interval add the reference to the per-pool setting when explaing PG_NOT_DEEP_SCRUBBED. Signed-off-by: Kefu Chai --- doc/rados/configuration/osd-config-ref.rst | 1 + doc/rados/operations/health-checks.rst | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/rados/configuration/osd-config-ref.rst b/doc/rados/configuration/osd-config-ref.rst index b0705f3e7435..e185139ced64 100644 --- a/doc/rados/configuration/osd-config-ref.rst +++ b/doc/rados/configuration/osd-config-ref.rst @@ -311,6 +311,7 @@ scrubbing operations. :Type: Float :Default: Once per day. ``24*60*60`` +.. _osd_scrub_max_interval: ``osd scrub max interval`` diff --git a/doc/rados/operations/health-checks.rst b/doc/rados/operations/health-checks.rst index 0ee6db38ccb0..4f503d65b7ea 100644 --- a/doc/rados/operations/health-checks.rst +++ b/doc/rados/operations/health-checks.rst @@ -1048,7 +1048,10 @@ PG_NOT_SCRUBBED _______________ One or more PGs has not been scrubbed recently. PGs are normally scrubbed -within every ``osd_scrub_max_interval``, and this warning triggers when +within every configured interval specified by +:ref:`osd_scrub_max_interval ` globally. This +interval can be overriden on per-pool basis with +:ref:`scrub_max_interval `. The warning triggers when ``mon_warn_pg_not_scrubbed_ratio`` percentage of interval has elapsed without a scrub since it was due. -- 2.47.3