diff options
author | Sage Weil <sage@redhat.com> | 2017-07-21 00:06:50 +0200 |
---|---|---|
committer | Sage Weil <sage@redhat.com> | 2017-07-21 00:06:50 +0200 |
commit | 2e8413dedeed8826be4a0ab3bced6f75cc4b64ab (patch) | |
tree | d52e87068c029910127ea1178491c04bb99efef7 /qa/suites | |
parent | crush/CrushCompiler: enforce buckets before rules rule (diff) | |
download | ceph-2e8413dedeed8826be4a0ab3bced6f75cc4b64ab.tar.xz ceph-2e8413dedeed8826be4a0ab3bced6f75cc4b64ab.zip |
qa: remove workloadgen test
The CRUSH rule creation is busted (rules and buckets out of order), but
after I fix that it doesn't seem to run right anyway. Remove it.
We get the mon thrasher coverage from rados/monthrash already; I don't
think this is adding meaningful coverage for the amount of effort it takes
to maintain.
Signed-off-by: Sage Weil <sage@redhat.com>
Diffstat (limited to 'qa/suites')
-rw-r--r-- | qa/suites/rados/singleton/all/mon-thrasher.yaml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/qa/suites/rados/singleton/all/mon-thrasher.yaml b/qa/suites/rados/singleton/all/mon-thrasher.yaml deleted file mode 100644 index 66a1e905f3b..00000000000 --- a/qa/suites/rados/singleton/all/mon-thrasher.yaml +++ /dev/null @@ -1,30 +0,0 @@ -roles: -- - mon.a - - mon.b - - mon.c - - mgr.x - - osd.0 - - osd.1 - - client.0 -openstack: - - volumes: # attached to each instance - count: 2 - size: 10 # GB -tasks: -- install: -- ceph: - log-whitelist: - - overall HEALTH_ - - (MON_DOWN) - - (PG_ -- mon_thrash: - revive_delay: 20 - thrash_delay: 1 -- workunit: - clients: - all: - - mon/workloadgen.sh - env: - LOADGEN_NUM_OSDS: "5" - VERBOSE: "1" - DURATION: "600" |