From 769cdc8294c74b33fe99dd2cdb071b0ebcc9ae69 Mon Sep 17 00:00:00 2001 From: David Zafman Date: Fri, 22 Mar 2019 17:01:45 -0700 Subject: [PATCH] doc: Document new pg state and changes to auto repair behavior Fixes: http://tracker.ceph.com/issues/38616 Signed-off-by: David Zafman --- doc/dev/placement-group.rst | 3 +++ doc/rados/configuration/osd-config-ref.rst | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/dev/placement-group.rst b/doc/dev/placement-group.rst index 2994752f04b..e29be2fa69c 100644 --- a/doc/dev/placement-group.rst +++ b/doc/dev/placement-group.rst @@ -186,6 +186,9 @@ User-visible PG States *forced_backfill* the PG has been marked for highest priority backfill +*failed_repair* + an attempt to repair the PG has failed. Manual intervention is required. + OMAP STATISTICS =============== diff --git a/doc/rados/configuration/osd-config-ref.rst b/doc/rados/configuration/osd-config-ref.rst index 937c8b848a3..935f4075c1f 100644 --- a/doc/rados/configuration/osd-config-ref.rst +++ b/doc/rados/configuration/osd-config-ref.rst @@ -361,8 +361,8 @@ scrubbing operations. ``osd scrub auto repair`` :Description: Setting this to ``true`` will enable automatic pg repair when errors - are found in deep-scrub. However, if more than ``osd scrub auto repair num errors`` - errors are found a repair is NOT performed. + are found in scrub or deep-scrub. However, if more than + ``osd scrub auto repair num errors`` errors are found a repair is NOT performed. :Type: Boolean :Default: ``false`` -- 2.39.5