From 5ef77e116529bea0b29375fb07f34da7cb2a9312 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 17 Jan 2020 17:52:40 -0600 Subject: [PATCH] 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 --- qa/releases/octopus.yaml | 1 + 1 file changed, 1 insertion(+) 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: -- 2.39.5