]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/releases/octopus: disable autoscale warnings 32719/head
authorSage Weil <sage@redhat.com>
Fri, 17 Jan 2020 23:52:40 +0000 (17:52 -0600)
committerSage Weil <sage@redhat.com>
Fri, 17 Jan 2020 23:52:40 +0000 (17:52 -0600)
Existing pools might have too many/few PGs and produce a warning that
prevents us from getting to HEALTH_OK.

Signed-off-by: Sage Weil <sage@redhat.com>
qa/releases/octopus.yaml

index a834310f7735734b301e45b8a8b62a9a52f44e1b..935603395ad1aa1e2d6753a9db17b87d88bf5ccd 100644 (file)
@@ -3,4 +3,5 @@ tasks:
     osd.0:
       - ceph osd require-osd-release octopus
       - ceph osd set-require-min-compat-client octopus
+      - for f in `ceph osd pool ls` ; do ceph osd pool set $f pg_autoscale_mode off ; done
 - ceph.healthy: