From b6ec5f5df9199a76076f9b7183edb06913e50acb Mon Sep 17 00:00:00 2001 From: Sridhar Seshasayee Date: Mon, 22 Nov 2021 20:46:02 +0530 Subject: [PATCH] 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 --- .../parallel/3-upgrade-sequence/upgrade-mon-osd-mds.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.47.3