From: Sage Weil Date: Wed, 24 Apr 2019 13:36:55 +0000 (-0500) Subject: qa/tasks/ceph.conf.template: osd_pool_default_pg_autoscale_mode = off X-Git-Tag: v15.1.0~2151^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7e56d39cc1dbaa6191822004587e1f9aadd2bf28;p=ceph.git qa/tasks/ceph.conf.template: osd_pool_default_pg_autoscale_mode = off Otherwise we'll get pg count warnings in almost every test. Signed-off-by: Sage Weil --- diff --git a/qa/tasks/ceph.conf.template b/qa/tasks/ceph.conf.template index 25de1562282d..a4728b5f0706 100644 --- a/qa/tasks/ceph.conf.template +++ b/qa/tasks/ceph.conf.template @@ -18,6 +18,9 @@ mon max pg per osd = 10000 # >= luminous mon pg warn max object skew = 0 + # disable pg_autoscaler by default for new pools + osd_pool_default_pg_autoscale_mode = off + osd pool default size = 2 mon osd allow primary affinity = true