From 0882d306f65ea451ece810232f5dcb02431b03eb Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Fri, 24 Feb 2017 15:07:49 -0800 Subject: [PATCH] qa/tasks/rgw/upgrade: don't restart the entire cluster at once and also whitelist 'wrongly marked me down' Signed-off-by: Yehuda Sadeh --- qa/suites/rgw/upgrade/ragweed/0-cluster/start.yaml | 2 ++ qa/suites/rgw/upgrade/ragweed/3-upgrade/upgrade.yaml | 10 +++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) 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