For future reference, I solved it by running:
ceph osd require-osd-release nautilus
and then setting pg_autoscale_mode on on pools.
Daniele
On 05/04/19 17:25, Daniele Riccucci wrote:
Hello,
I'm running a (very) small cluster and I'd like to turn on pg_autoscale.
In the documentation here >
h
Hello,
I'm running a (very) small cluster and I'd like to turn on pg_autoscale.
In the documentation here >
http://docs.ceph.com/docs/nautilus/rados/operations/placement-groups/ it
tells me that running
ceph config set global osd_pool_default_autoscale_mode
should enable this by default, how