From 7108e6a3c7ec1f3ae3c39682f43db99efb2b7a6c Mon Sep 17 00:00:00 2001 From: Ashish Singh Date: Wed, 20 Feb 2019 01:09:36 +0530 Subject: [PATCH] doc: Fix incorrect mention of 'osd_deep_mon_scrub_interval' Fixed the incorrect mention of 'osd_deep_mon_scrub_interval' in health-checks.rst. Changed it to 'osd_deep_scrub_interval'. Fixes: https://tracker.ceph.com/issues/38310 Signed-off-by: Ashish Singh --- doc/rados/operations/health-checks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rados/operations/health-checks.rst b/doc/rados/operations/health-checks.rst index ba8d663cebac..09b748eabe32 100644 --- a/doc/rados/operations/health-checks.rst +++ b/doc/rados/operations/health-checks.rst @@ -756,7 +756,7 @@ PG_NOT_DEEP_SCRUBBED ____________________ One or more PGs has not been deep scrubbed recently. PGs are normally -scrubbed every ``osd_deep_mon_scrub_interval`` seconds, and this warning +scrubbed every ``osd_deep_scrub_interval`` seconds, and this warning triggers when ``mon_warn_pg_not_deep_scrubbed_ratio`` percentage of interval has elapsed without a scrub since it was due. -- 2.47.3