From fbee2fbba470dc66fa9bad8d988f6d5342d012ad Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Sat, 3 Jun 2023 15:17:57 +1000 Subject: [PATCH] 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 --- doc/rados/operations/pg-repair.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.5