From ca0bc00a07ec54b0a3967d8a33fcad8c8a64b989 Mon Sep 17 00:00:00 2001 From: Tamil Muthamizhan Date: Thu, 17 Nov 2016 13:41:32 -0800 Subject: [PATCH] whitelist CRC mismatch whitelisted CRC mismatch and added upgrade for second half of the cluster Signed-off-by: Tamil Muthamizhan --- suites/upgrade/hammer-x/parallel/0-cluster/start.yaml | 1 + .../upgrade/hammer-x/stress-split/3-thrash/default.yaml | 1 + .../last-osds-and-monc.yaml} | 8 ++++++++ suites/upgrade/hammer-x/tiering/0-cluster/start.yaml | 1 + 4 files changed, 11 insertions(+) rename suites/upgrade/hammer-x/stress-split/{8-next-mon/monc.yaml => 8-finish-upgrade/last-osds-and-monc.yaml} (67%) diff --git a/suites/upgrade/hammer-x/parallel/0-cluster/start.yaml b/suites/upgrade/hammer-x/parallel/0-cluster/start.yaml index fdc7843eef9d4..b58639211891b 100644 --- a/suites/upgrade/hammer-x/parallel/0-cluster/start.yaml +++ b/suites/upgrade/hammer-x/parallel/0-cluster/start.yaml @@ -19,6 +19,7 @@ overrides: - wrongly marked me down - soft lockup - detected stalls on CPUs + - failed to encode map conf: mon: mon warn on legacy crush tunables: false diff --git a/suites/upgrade/hammer-x/stress-split/3-thrash/default.yaml b/suites/upgrade/hammer-x/stress-split/3-thrash/default.yaml index bf10becfe8e8c..6c97885c19b2b 100644 --- a/suites/upgrade/hammer-x/stress-split/3-thrash/default.yaml +++ b/suites/upgrade/hammer-x/stress-split/3-thrash/default.yaml @@ -6,6 +6,7 @@ overrides: - log bound mismatch - soft lockup - detected stalls on CPUs + - failed to encode map e tasks: - thrashosds: timeout: 1200 diff --git a/suites/upgrade/hammer-x/stress-split/8-next-mon/monc.yaml b/suites/upgrade/hammer-x/stress-split/8-finish-upgrade/last-osds-and-monc.yaml similarity index 67% rename from suites/upgrade/hammer-x/stress-split/8-next-mon/monc.yaml rename to suites/upgrade/hammer-x/stress-split/8-finish-upgrade/last-osds-and-monc.yaml index 793beb8978946..4bc6f7ee01d84 100644 --- a/suites/upgrade/hammer-x/stress-split/8-next-mon/monc.yaml +++ b/suites/upgrade/hammer-x/stress-split/8-finish-upgrade/last-osds-and-monc.yaml @@ -1,4 +1,12 @@ tasks: +- install.upgrade: + osd.3: +- ceph.restart: + daemons: [osd.3,osd.4,osd.5] + wait-for-healthy: false + wait-for-osds-up: true +- sleep: + duration: 10 - ceph.restart: daemons: [mon.c] wait-for-healthy: false diff --git a/suites/upgrade/hammer-x/tiering/0-cluster/start.yaml b/suites/upgrade/hammer-x/tiering/0-cluster/start.yaml index 187488dbfdfa9..028155ff4d02e 100644 --- a/suites/upgrade/hammer-x/tiering/0-cluster/start.yaml +++ b/suites/upgrade/hammer-x/tiering/0-cluster/start.yaml @@ -16,6 +16,7 @@ overrides: - wrongly marked me down - soft lockup - detected stalls on CPUs + - failed to encode map conf: mon: mon warn on legacy crush tunables: false -- 2.39.5