diff --git a/qa/suites/rgw/upgrade/ragweed/0-cluster/start.yaml b/qa/suites/rgw/upgrade/ragweed/0-cluster/start.yaml index fd200d752a2..2b61069026d 100644 --- a/qa/suites/rgw/upgrade/ragweed/0-cluster/start.yaml +++ b/qa/suites/rgw/upgrade/ragweed/0-cluster/start.yaml @@ -9,6 +9,8 @@ overrides: mon: mon warn on legacy crush tunables: false fs: xfs + log-whitelist: + - wrongly marked me down roles: - - mon.a - mon.b diff --git a/qa/suites/rgw/upgrade/ragweed/3-upgrade/upgrade.yaml b/qa/suites/rgw/upgrade/ragweed/3-upgrade/upgrade.yaml index 76a4d61fd10..e7a23ca847e 100644 --- a/qa/suites/rgw/upgrade/ragweed/3-upgrade/upgrade.yaml +++ b/qa/suites/rgw/upgrade/ragweed/3-upgrade/upgrade.yaml @@ -11,6 +11,14 @@ tasks: osd.5: client.0: - ceph.restart: - daemons: [mon.a, mon.b, mon.c, osd.0, osd.1, osd.2, osd.3, osd.4, osd.5] + daemons: [mon.a, mon.b, mon.c] + wait-for-healthy: false + wait-for-osds-up: false +- ceph.restart: + daemons: [osd.0, osd.1, osd.2] + wait-for-healthy: false + wait-for-osds-up: true +- ceph.restart: + daemons: [osd.3, osd.4, osd.5] wait-for-healthy: false wait-for-osds-up: true