From: Sridhar Seshasayee Date: Mon, 22 Nov 2021 15:16:02 +0000 (+0530) Subject: qa/suites/upgrade: Fix nautilus-x/parallel upgrade test X-Git-Tag: v15.2.17~63^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b6ec5f5df9199a76076f9b7183edb06913e50acb;p=ceph.git qa/suites/upgrade: Fix nautilus-x/parallel upgrade test Fix an issue in 'upgrade-mon-osd-mds.yaml' under nautilus-x/parallel test. The 'wait-for-healthy' check should not be performed after all the osds are upgraded since the 'require-osd-release' warning comes into effect leading to test failure. This check is delayed until after the 'require-osd-release' flag is set to 'octopus'. Signed-off-by: Sridhar Seshasayee --- diff --git a/qa/suites/upgrade/nautilus-x/parallel/3-upgrade-sequence/upgrade-mon-osd-mds.yaml b/qa/suites/upgrade/nautilus-x/parallel/3-upgrade-sequence/upgrade-mon-osd-mds.yaml index f11ad1284e1..3c45d765865 100644 --- a/qa/suites/upgrade/nautilus-x/parallel/3-upgrade-sequence/upgrade-mon-osd-mds.yaml +++ b/qa/suites/upgrade/nautilus-x/parallel/3-upgrade-sequence/upgrade-mon-osd-mds.yaml @@ -43,11 +43,13 @@ upgrade-sequence: duration: 60 - ceph.restart: daemons: [osd.8, osd.9, osd.10, osd.11] - wait-for-healthy: true + wait-for-healthy: false + wait-for-osds-up: true - sleep: duration: 60 - ceph.restart: daemons: [rgw.*] - wait-for-healthy: true + wait-for-healthy: false + wait-for-osds-up: true - sleep: duration: 60