From eeb501f79cec6a33c24630f9c0ba8b6a85da1b40 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 (cherry picked from commit b038b8093d01a5e676ffa419607489a79261ef29) --- 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 8789df70cf5..9983a614695 100644 --- a/doc/rados/operations/balancer.rst +++ b/doc/rados/operations/balancer.rst @@ -82,7 +82,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