From b038b8093d01a5e676ffa419607489a79261ef29 Mon Sep 17 00:00:00 2001 From: Tyler Brekke Date: Tue, 24 Jun 2025 12:12:33 -0700 Subject: [PATCH] doc: Fixes a typo in balancer operations Signed-off-by: Tyler Brekke --- doc/rados/operations/balancer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rados/operations/balancer.rst b/doc/rados/operations/balancer.rst index f30f19a30f8ab..ef2e2a2331784 100644 --- a/doc/rados/operations/balancer.rst +++ b/doc/rados/operations/balancer.rst @@ -84,7 +84,7 @@ run a command of the following form: .. prompt:: bash $ - ceph config set mgr/balancer/upmap_max_deviation 1 + ceph config set mgr mgr/balancer/upmap_max_deviation 1 This value is reasonable and safe for most clusters. Note that this is an absolute integer number of PGs, not a percentage. -- 2.39.5