From 41840b9e68d6567000d3556cacd68cf303749293 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Mon, 2 Jun 2025 09:25:42 +1000 Subject: [PATCH] doc/rados: edit balancer.rst Edit doc/rados/operations/balancer.rst. Follow up on matters raised in https://github.com/ceph/ceph/pull/63530. Make the English clearer. Signed-off-by: Zac Dover (cherry picked from commit 7bf5196e7037a89e6a04c770241ef25b53d2a809) --- doc/rados/operations/balancer.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/rados/operations/balancer.rst b/doc/rados/operations/balancer.rst index 494abad9916d9..2c7fba0d773cc 100644 --- a/doc/rados/operations/balancer.rst +++ b/doc/rados/operations/balancer.rst @@ -60,11 +60,11 @@ of the following form: A larger value may increase the speed of cluster balancing / convergence at the potential cost of greater impact on client operations. -There is a separate setting for how uniform the distribution of PGs -must be for the module to consider adequately balanced. -At the time of writing this value defaults to ``5``, which means that -if a given OSD's PG replicas vary by five or fewer above or below the -cluster's average, it will be considered sufficiently balanced. +There is a separate setting for how uniform the distribution of PGs must be for +the module to consider the cluster adequately balanced. At the time of writing +(June 2025), this value defaults to ``5``, which means that if a given OSD's PG +replicas vary by five or fewer above or below the cluster's average, it will be +considered sufficiently balanced. This value of PG replicas / shards (as distinct from logical PGs) is reported by the ``ceph osd df`` command under the ``PGS`` column and the variance -- 2.39.5