From: David Zafman Date: Sat, 23 Mar 2019 00:01:45 +0000 (-0700) Subject: doc: Document new pg state and changes to auto repair behavior X-Git-Tag: v15.0.0~76^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=769cdc8294c74b33fe99dd2cdb071b0ebcc9ae69;p=ceph-ci.git doc: Document new pg state and changes to auto repair behavior Fixes: http://tracker.ceph.com/issues/38616 Signed-off-by: David Zafman --- 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``