From: Zac Dover Date: Sat, 3 Jun 2023 05:17:57 +0000 (+1000) Subject: doc/rados: fix typos in pg-repair.rst X-Git-Tag: v17.2.7~341^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b14436d7fb59d909bd09b849e773a315823a28da;p=ceph.git doc/rados: fix typos in pg-repair.rst Fix one RST formatting error and one mistakenly-left-in plural noun in doc/rados/operations/pg-repair.rst. https://tracker.ceph.com/issues/58485 Signed-off-by: Zac Dover (cherry picked from commit fbee2fbba470dc66fa9bad8d988f6d5342d012ad) --- diff --git a/doc/rados/operations/pg-repair.rst b/doc/rados/operations/pg-repair.rst index 51afcd4409636..609318fca5c2b 100644 --- a/doc/rados/operations/pg-repair.rst +++ b/doc/rados/operations/pg-repair.rst @@ -39,7 +39,7 @@ To see a list of inconsistent RADOS objects, run the following command: rados list-inconsistent-obj {pgid} To see a list of inconsistent snapsets in a specific PG, run the following -commands: +command: .. prompt:: bash # @@ -87,7 +87,7 @@ as missing. In the case of replicated pools, recovery is beyond the scope of ``pg repair``. In the case of erasure-coded and BlueStore pools, Ceph will automatically -perform repairs if ``osd_scrub_auto_repair`` (default ``false`) is set to +perform repairs if ``osd_scrub_auto_repair`` (default ``false``) is set to ``true`` and if no more than ``osd_scrub_auto_repair_num_errors`` (default ``5``) errors are found.