]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: fix parameter to set pg autoscale mode
authorChangcheng Liu <changcheng.liu@intel.com>
Mon, 8 Apr 2019 02:40:47 +0000 (10:40 +0800)
committerChangcheng Liu <changcheng.liu@intel.com>
Mon, 8 Apr 2019 02:40:47 +0000 (10:40 +0800)
osd_pool_default_pg_autoscale_mode is the right parameter to
set placement-group autoscale mode.

Signed-off-by: Changcheng Liu <changcheng.liu@intel.com>
doc/rados/operations/placement-groups.rst

index 63048cdd735a0c8aa39a7ba667696e32efdfff44..25135d6314b8e336ee538750d3ca570c07e45f81 100644 (file)
@@ -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 <mode>
+  ceph config set global osd_pool_default_pg_autoscale_mode <mode>
 
 Viewing PG scaling recommendations
 ----------------------------------