]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Revert "Merge pull request #64111 from zdover23/wip-doc-2025-06-23-tr71796-rados... 64153/head
authorPatrick Donnelly <pdonnell@ibm.com>
Tue, 24 Jun 2025 18:52:09 +0000 (14:52 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Tue, 24 Jun 2025 18:52:14 +0000 (14:52 -0400)
This reverts commit f2b7c0465ea2727537ea58b44b2f17c6dda7d556, reversing
changes made to e5868d88dd3ada55a7cacd7a5faec5aa9bc96aff.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
doc/rados/operations/balancer.rst
src/common/options/global.yaml.in

index f30f19a30f8abdb656d5326d8145da77bab6611e..8789df70cf5521b00d611f2e216305aa96da9a86 100644 (file)
@@ -60,14 +60,12 @@ 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.
 
-The setting ``upmax_max_deviation`` sets the threshold at which the balancer
-module considers the cluster's distribution of PGs adequately balanced. At the
-time of writing (June 2025), this value defaults to ``5``, which means that a
-given OSD's PG replicas are considered adequately balanced when they vary by
-five or fewer above or below the cluster's average. Here are the details of
-this configurable:
-
-.. confval:: upmap_max_deviation
+There is a separate setting ``upmap_max_deviation`` 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
index 6122ac275771f0787c58ec372340c4c8847ee1ab..0999c791ba67f1f97421e997a3fb7dc111d96a15 100644 (file)
@@ -6834,8 +6834,3 @@ options:
   level: dev
   default: 0
   desc: When EC writes should generate PDWs (development only) 0=optimal 1=never 2=when possible
-- name: upmap_max_deviation 
-  type: int
-  level: unknown (fixme)
-  default: 5
-  desc: If the number of PGs is within this count then no optimization is attempted