From efc8f7d669147f4595b98d4fb8e70bc3c815611e Mon Sep 17 00:00:00 2001 From: Nathan Fish Date: Mon, 30 Sep 2019 14:31:55 -0400 Subject: [PATCH] doc: max_misplaced was renamed in Nautilus mgr/balancer/max_misplaced was changed to target_max_misplaced_ratio in 14.2.0. Signed-off-by: Nathan Fish --- doc/rados/operations/balancer.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rados/operations/balancer.rst b/doc/rados/operations/balancer.rst index 120e29041fe15..16f70a86f3975 100644 --- a/doc/rados/operations/balancer.rst +++ b/doc/rados/operations/balancer.rst @@ -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 -- 2.39.5