]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/operations: s/max_misplaced/target_max_misplaced_ratio/ 41624/head
authorKefu Chai <kchai@redhat.com>
Tue, 11 May 2021 04:18:56 +0000 (12:18 +0800)
committerCory Snyder <csnyder@iland.com>
Tue, 1 Jun 2021 11:51:19 +0000 (07:51 -0400)
max_misplaced with replaced by in target_max_misplaced_ratio
edbd592ee44e02a5328e1510879555c2f9dcfc9e, but the document was not
sync'ed. let's update it accordingly.

Fixes: https://tracker.ceph.com/issues/50745
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit cc43462ab3d4b38cf0c496ae084b82c20ba449ae)

doc/rados/operations/balancer.rst

index b4bbfd85158caa45958bef480f0273659de68f43..9f4f0b3dfe1e383d5f0a25b0e8768145686e6109 100644 (file)
@@ -42,9 +42,9 @@ healed itself).
 When the cluster is healthy, the balancer will throttle its changes
 such that the percentage of PGs that are misplaced (i.e., that need to
 be moved) is below a threshold of (by default) 5%.  The
-``max_misplaced`` threshold can be adjusted with::
+``target_max_misplaced_ratio`` threshold can be adjusted with::
 
-  ceph config set mgr mgr/balancer/max_misplaced .07   # 7%
+  ceph config set mgr target_max_misplaced_ratio .07   # 7%
 
 
 Modes