From: Kefu Chai Date: Sat, 14 Nov 2020 06:59:04 +0000 (+0800) Subject: doc/rados/operation: add link to scrub_max_interval X-Git-Tag: v16.1.0~597^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F38077%2Fhead;p=ceph.git 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 --- 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.