From add52c5ec08ad1c44044b9ad784acdd97ef1a078 Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Wed, 2 Aug 2023 21:41:42 +0000 Subject: [PATCH] doc: clarify upmap balancer documentation In https://github.com/ceph/ceph/pull/51499, some language was added that refers to the upmap balancer as the "capacity" balancer, but we don't want to insinuate that there is anything "new" that was added or changed. It should be clear that this section refers to the existing upmap balancer, which has existed for several releases. Signed-off-by: Laura Flores (cherry picked from commit d378c06a93d4e69491eaad17273b36f69a895ba8) --- doc/dev/balancer-design.rst | 2 +- doc/rados/operations/upmap.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dev/balancer-design.rst b/doc/dev/balancer-design.rst index f101185fef5..684d163528f 100644 --- a/doc/dev/balancer-design.rst +++ b/doc/dev/balancer-design.rst @@ -9,7 +9,7 @@ In distributed storage systems like Ceph, it is important to balance write and r and replication of data in a cluster, while read balancing ensures quick access and retrieval of data in a cluster. Both types of balancing are important in distributed systems for different reasons. -Capacity (Upmap) Balancing +Upmap Balancing ========================== Importance in a Cluster diff --git a/doc/rados/operations/upmap.rst b/doc/rados/operations/upmap.rst index bfa634954df..8541680d875 100644 --- a/doc/rados/operations/upmap.rst +++ b/doc/rados/operations/upmap.rst @@ -1,7 +1,7 @@ .. _upmap: ======================================= -Operating the Capacity (Upmap) Balancer +Using pg-upmap ======================================= In Luminous v12.2.z and later releases, there is a *pg-upmap* exception table -- 2.39.5