From: Sage Weil Date: Fri, 17 Jan 2020 23:52:40 +0000 (-0600) Subject: qa/releases/octopus: disable autoscale warnings X-Git-Tag: v15.1.0~176^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F32719%2Fhead;p=ceph.git qa/releases/octopus: disable autoscale warnings 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 --- diff --git a/qa/releases/octopus.yaml b/qa/releases/octopus.yaml index a834310f773..935603395ad 100644 --- a/qa/releases/octopus.yaml +++ b/qa/releases/octopus.yaml @@ -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: