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: v19.0.0~1086^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F51896%2Fhead;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 --- diff --git a/doc/rados/operations/pg-repair.rst b/doc/rados/operations/pg-repair.rst index 51afcd440963..609318fca5c2 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.