From 7da45d65be36d36b880cc55c5036e96c24b53f00 Mon Sep 17 00:00:00 2001 From: Qiaowei Ren Date: Thu, 1 Mar 2018 14:38:11 +0800 Subject: remove ceph code This patch removes initial ceph code, due to license issue. Change-Id: I092d44f601cdf34aed92300fe13214925563081c Signed-off-by: Qiaowei Ren --- .../qa/suites/rados/thrash/thrashers/default.yaml | 17 ----------------- .../qa/suites/rados/thrash/thrashers/mapgap.yaml | 21 --------------------- .../suites/rados/thrash/thrashers/morepggrow.yaml | 22 ---------------------- .../qa/suites/rados/thrash/thrashers/none.yaml | 0 .../qa/suites/rados/thrash/thrashers/pggrow.yaml | 17 ----------------- 5 files changed, 77 deletions(-) delete mode 100644 src/ceph/qa/suites/rados/thrash/thrashers/default.yaml delete mode 100644 src/ceph/qa/suites/rados/thrash/thrashers/mapgap.yaml delete mode 100644 src/ceph/qa/suites/rados/thrash/thrashers/morepggrow.yaml delete mode 100644 src/ceph/qa/suites/rados/thrash/thrashers/none.yaml delete mode 100644 src/ceph/qa/suites/rados/thrash/thrashers/pggrow.yaml (limited to 'src/ceph/qa/suites/rados/thrash/thrashers') diff --git a/src/ceph/qa/suites/rados/thrash/thrashers/default.yaml b/src/ceph/qa/suites/rados/thrash/thrashers/default.yaml deleted file mode 100644 index 9e2b5b1..0000000 --- a/src/ceph/qa/suites/rados/thrash/thrashers/default.yaml +++ /dev/null @@ -1,17 +0,0 @@ -overrides: - ceph: - log-whitelist: - - but it is still running - - objects unfound and apparently lost - conf: - osd: - osd debug reject backfill probability: .3 - osd scrub min interval: 60 - osd scrub max interval: 120 - osd max backfills: 3 - osd snap trim sleep: 2 -tasks: -- thrashosds: - timeout: 1200 - chance_pgnum_grow: 1 - chance_pgpnum_fix: 1 diff --git a/src/ceph/qa/suites/rados/thrash/thrashers/mapgap.yaml b/src/ceph/qa/suites/rados/thrash/thrashers/mapgap.yaml deleted file mode 100644 index 8962ff1..0000000 --- a/src/ceph/qa/suites/rados/thrash/thrashers/mapgap.yaml +++ /dev/null @@ -1,21 +0,0 @@ -overrides: - ceph: - log-whitelist: - - but it is still running - - objects unfound and apparently lost - - osd_map_cache_size - conf: - mon: - mon min osdmap epochs: 2 - osd: - osd map cache size: 1 - osd scrub min interval: 60 - osd scrub max interval: 120 - osd scrub during recovery: false - osd max backfills: 6 -tasks: -- thrashosds: - timeout: 1800 - chance_pgnum_grow: 0.25 - chance_pgpnum_fix: 0.25 - chance_test_map_discontinuity: 2 diff --git a/src/ceph/qa/suites/rados/thrash/thrashers/morepggrow.yaml b/src/ceph/qa/suites/rados/thrash/thrashers/morepggrow.yaml deleted file mode 100644 index 91d2173..0000000 --- a/src/ceph/qa/suites/rados/thrash/thrashers/morepggrow.yaml +++ /dev/null @@ -1,22 +0,0 @@ -overrides: - ceph: - conf: - osd: - osd scrub min interval: 60 - osd scrub max interval: 120 - journal throttle high multiple: 2 - journal throttle max multiple: 10 - filestore queue throttle high multiple: 2 - filestore queue throttle max multiple: 10 - osd max backfills: 9 - log-whitelist: - - but it is still running - - objects unfound and apparently lost -tasks: -- thrashosds: - timeout: 1200 - chance_pgnum_grow: 3 - chance_pgpnum_fix: 1 -openstack: -- volumes: - size: 50 diff --git a/src/ceph/qa/suites/rados/thrash/thrashers/none.yaml b/src/ceph/qa/suites/rados/thrash/thrashers/none.yaml deleted file mode 100644 index e69de29..0000000 diff --git a/src/ceph/qa/suites/rados/thrash/thrashers/pggrow.yaml b/src/ceph/qa/suites/rados/thrash/thrashers/pggrow.yaml deleted file mode 100644 index 2a8087f..0000000 --- a/src/ceph/qa/suites/rados/thrash/thrashers/pggrow.yaml +++ /dev/null @@ -1,17 +0,0 @@ -overrides: - ceph: - log-whitelist: - - but it is still running - - objects unfound and apparently lost - conf: - osd: - osd scrub min interval: 60 - osd scrub max interval: 120 - filestore odsync write: true - osd max backfills: 2 - osd snap trim sleep: .5 -tasks: -- thrashosds: - timeout: 1200 - chance_pgnum_grow: 2 - chance_pgpnum_fix: 1 -- cgit 1.2.3-korg