From 7e7f6cfe5cda811c41e872983f00788c441055c7 Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Mon, 10 Jul 2017 16:54:24 +0200 Subject: [PATCH] qa/suites/krbd: add luminous thrash tests Signed-off-by: Ilya Dryomov --- qa/suites/krbd/thrash/thrashers/backoff.yaml | 14 ++++++++++++++ qa/suites/krbd/thrash/thrashers/upmap.yaml | 16 ++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 qa/suites/krbd/thrash/thrashers/backoff.yaml create mode 100644 qa/suites/krbd/thrash/thrashers/upmap.yaml diff --git a/qa/suites/krbd/thrash/thrashers/backoff.yaml b/qa/suites/krbd/thrash/thrashers/backoff.yaml new file mode 100644 index 0000000000000..44c86ba6d200a --- /dev/null +++ b/qa/suites/krbd/thrash/thrashers/backoff.yaml @@ -0,0 +1,14 @@ +overrides: + ceph: + conf: + osd: + osd backoff on peering: true + osd backoff on degraded: true + log-whitelist: + - wrongly marked me down + - objects unfound and apparently lost +tasks: +- thrashosds: + timeout: 1200 + chance_pgnum_grow: 1 + chance_pgpnum_fix: 1 diff --git a/qa/suites/krbd/thrash/thrashers/upmap.yaml b/qa/suites/krbd/thrash/thrashers/upmap.yaml new file mode 100644 index 0000000000000..7f7298605e8c2 --- /dev/null +++ b/qa/suites/krbd/thrash/thrashers/upmap.yaml @@ -0,0 +1,16 @@ +overrides: + ceph: + crush_tunables: optimal + conf: + mon: + mon osd initial require min compat client: luminous + log-whitelist: + - wrongly marked me down + - objects unfound and apparently lost +tasks: +- thrashosds: + timeout: 1200 + chance_pgnum_grow: 1 + chance_pgpnum_fix: 1 + chance_thrash_pg_upmap: 3 + chance_thrash_pg_upmap_items: 3 -- 2.39.5