From b45c4c0544bda24990e8dd71de9bfcaf4e9a8f69 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Sun, 29 Sep 2024 16:10:29 +1000 Subject: [PATCH] doc/rados: edit "Placement Groups Never Get Clean" Make grammar improvements (and correct a verb disagreement) in the section "Placement Groups Never Get Clean" in doc/rados/troubleshooting/troubleshooting-pg.rst. Signed-off-by: Zac Dover (cherry picked from commit 2baa027b13c0b4ac8b9fb864858a42e010ca8948) --- doc/rados/troubleshooting/troubleshooting-pg.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/rados/troubleshooting/troubleshooting-pg.rst b/doc/rados/troubleshooting/troubleshooting-pg.rst index a578e8baa9f4b..e29ace423082e 100644 --- a/doc/rados/troubleshooting/troubleshooting-pg.rst +++ b/doc/rados/troubleshooting/troubleshooting-pg.rst @@ -5,16 +5,16 @@ Placement Groups Never Get Clean ================================ -If, after you have created your cluster, any Placement Groups (PGs) remain in -the ``active`` status, the ``active+remapped`` status or the -``active+degraded`` status and never achieves an ``active+clean`` status, you -likely have a problem with your configuration. +Placement Groups (PGs) that remain in the ``active`` status, the +``active+remapped`` status or the ``active+degraded`` status and never achieve +an ``active+clean`` status might indicate a problem with the configuration of +the Ceph cluster. -In such a situation, it may be necessary to review the settings in the `Pool, -PG and CRUSH Config Reference`_ and make appropriate adjustments. +In such a situation, review the settings in the `Pool, PG and CRUSH Config +Reference`_ and make appropriate adjustments. As a general rule, run your cluster with more than one OSD and a pool size -greater than two object replicas. +of greater than two object replicas. .. _one-node-cluster: -- 2.39.5