diff options
author | 2018-03-01 14:38:11 +0800 | |
---|---|---|
committer | 2018-03-01 14:38:11 +0800 | |
commit | 7da45d65be36d36b880cc55c5036e96c24b53f00 (patch) | |
tree | d4f944eb4f8f8de50a9a7584ffa408dc3a3185b2 /src/ceph/qa/suites/stress/thrash/thrashers | |
parent | 691462d09d0987b47e112d6ee8740375df3c51b2 (diff) |
remove ceph code
This patch removes initial ceph code, due to license issue.
Change-Id: I092d44f601cdf34aed92300fe13214925563081c
Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
Diffstat (limited to 'src/ceph/qa/suites/stress/thrash/thrashers')
-rw-r--r-- | src/ceph/qa/suites/stress/thrash/thrashers/default.yaml | 7 | ||||
-rw-r--r-- | src/ceph/qa/suites/stress/thrash/thrashers/fast.yaml | 9 | ||||
-rw-r--r-- | src/ceph/qa/suites/stress/thrash/thrashers/more-down.yaml | 8 |
3 files changed, 0 insertions, 24 deletions
diff --git a/src/ceph/qa/suites/stress/thrash/thrashers/default.yaml b/src/ceph/qa/suites/stress/thrash/thrashers/default.yaml deleted file mode 100644 index e628ba6..0000000 --- a/src/ceph/qa/suites/stress/thrash/thrashers/default.yaml +++ /dev/null @@ -1,7 +0,0 @@ -tasks: -- install: -- ceph: - log-whitelist: - - but it is still running - - objects unfound and apparently lost -- thrashosds: diff --git a/src/ceph/qa/suites/stress/thrash/thrashers/fast.yaml b/src/ceph/qa/suites/stress/thrash/thrashers/fast.yaml deleted file mode 100644 index 6bc9dff..0000000 --- a/src/ceph/qa/suites/stress/thrash/thrashers/fast.yaml +++ /dev/null @@ -1,9 +0,0 @@ -tasks: -- install: -- ceph: - log-whitelist: - - but it is still running - - objects unfound and apparently lost -- thrashosds: - op_delay: 1 - chance_down: 10 diff --git a/src/ceph/qa/suites/stress/thrash/thrashers/more-down.yaml b/src/ceph/qa/suites/stress/thrash/thrashers/more-down.yaml deleted file mode 100644 index 6042bf6..0000000 --- a/src/ceph/qa/suites/stress/thrash/thrashers/more-down.yaml +++ /dev/null @@ -1,8 +0,0 @@ -tasks: -- install: -- ceph: - log-whitelist: - - but it is still running - - objects unfound and apparently lost -- thrashosds: - chance_down: 50 |