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>
(cherry picked from commit
c0df98fc7e78bbd366333d810f78ddbeed0e6729)
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
----------------------------------