From: Changcheng Liu Date: Mon, 8 Apr 2019 02:40:47 +0000 (+0800) Subject: doc: fix parameter to set pg autoscale mode X-Git-Tag: v14.2.10~103^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4173f0a8ad947409a6373e2885bfe83e50e93f50;p=ceph.git doc: fix parameter to set pg autoscale mode osd_pool_default_pg_autoscale_mode is the right parameter to set placement-group autoscale mode. Signed-off-by: Changcheng Liu (cherry picked from commit c0df98fc7e78bbd366333d810f78ddbeed0e6729) --- diff --git a/doc/rados/operations/placement-groups.rst b/doc/rados/operations/placement-groups.rst index c3e60909754ac..b50751b131934 100644 --- a/doc/rados/operations/placement-groups.rst +++ b/doc/rados/operations/placement-groups.rst @@ -29,7 +29,7 @@ For example to enable autoscaling on pool ``foo``,:: You can also configure the default ``pg_autoscale_mode`` that is applied to any pools that are created in the future with:: - ceph config set global osd_pool_default_autoscale_mode + ceph config set global osd_pool_default_pg_autoscale_mode Viewing PG scaling recommendations ----------------------------------