]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: max_misplaced was renamed in Nautilus 30649/head
authorNathan Fish <lordcirth@gmail.com>
Mon, 30 Sep 2019 18:31:55 +0000 (14:31 -0400)
committerNathan Fish <lordcirth@gmail.com>
Mon, 30 Sep 2019 18:31:55 +0000 (14:31 -0400)
mgr/balancer/max_misplaced was changed to target_max_misplaced_ratio
in 14.2.0.

Signed-off-by: Nathan Fish <lordcirth@gmail.com>
doc/rados/operations/balancer.rst

index 120e29041fe153f5461454ddff23036cc1df0f3e..16f70a86f3975fb8e7b068db7675577752ab1ed1 100644 (file)
@@ -39,9 +39,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