From 949cfc610723ed8ceeb70a77b1d4a67f57ae12e2 Mon Sep 17 00:00:00 2001 From: tamil Date: Fri, 17 Oct 2014 14:48:45 -0700 Subject: [PATCH] replace thrashosd with a workload. avoid running 2 thrashosds in the same job. Signed-off-by: tamil --- .../stress-split/03-thrash/default.yaml | 12 ------------ .../stress-split/03-workload/rbd.yaml | 5 +++++ 2 files changed, 5 insertions(+), 12 deletions(-) delete mode 100644 suites/upgrade/dumpling-firefly-x/stress-split/03-thrash/default.yaml create mode 100644 suites/upgrade/dumpling-firefly-x/stress-split/03-workload/rbd.yaml diff --git a/suites/upgrade/dumpling-firefly-x/stress-split/03-thrash/default.yaml b/suites/upgrade/dumpling-firefly-x/stress-split/03-thrash/default.yaml deleted file mode 100644 index a85510eb6fa3a..0000000000000 --- a/suites/upgrade/dumpling-firefly-x/stress-split/03-thrash/default.yaml +++ /dev/null @@ -1,12 +0,0 @@ -overrides: - ceph: - log-whitelist: - - wrongly marked me down - - objects unfound and apparently lost - - log bound mismatch -tasks: -- thrashosds: - timeout: 1200 - chance_pgnum_grow: 1 - chance_pgpnum_fix: 1 - thrash_primary_affinity: false diff --git a/suites/upgrade/dumpling-firefly-x/stress-split/03-workload/rbd.yaml b/suites/upgrade/dumpling-firefly-x/stress-split/03-workload/rbd.yaml new file mode 100644 index 0000000000000..9ccd57c4a82a7 --- /dev/null +++ b/suites/upgrade/dumpling-firefly-x/stress-split/03-workload/rbd.yaml @@ -0,0 +1,5 @@ +tasks: +- workunit: + clients: + client.0: + - cls/test_cls_rbd.sh -- 2.39.5