diff options
author | Sage Weil <sage@newdream.net> | 2017-07-21 18:01:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-21 18:01:22 +0200 |
commit | cb084a55f6c6cf1c91493094298e5c9c6f045b91 (patch) | |
tree | 2ca214a2a6af28d31958512ce30876f55d2c3261 /qa/suites/rados | |
parent | Merge pull request #16455 from liewegas/wip-20667 (diff) | |
parent | qa: remove workloadgen test (diff) | |
download | ceph-cb084a55f6c6cf1c91493094298e5c9c6f045b91.tar.xz ceph-cb084a55f6c6cf1c91493094298e5c9c6f045b91.zip |
Merge pull request #16453 from liewegas/wip-workloadgen
crush: enforce buckets-before-rules rule
Reviewed-by: Joao Eduardo Luis <joao@suse.de>
Diffstat (limited to 'qa/suites/rados')
-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" |