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 --- .../singleton/all/max-pg-per-osd.from-mon.yaml | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/ceph/qa/suites/rados/singleton/all/max-pg-per-osd.from-mon.yaml (limited to 'src/ceph/qa/suites/rados/singleton/all/max-pg-per-osd.from-mon.yaml') diff --git a/src/ceph/qa/suites/rados/singleton/all/max-pg-per-osd.from-mon.yaml b/src/ceph/qa/suites/rados/singleton/all/max-pg-per-osd.from-mon.yaml deleted file mode 100644 index accdd96..0000000 --- a/src/ceph/qa/suites/rados/singleton/all/max-pg-per-osd.from-mon.yaml +++ /dev/null @@ -1,26 +0,0 @@ -roles: -- - mon.a - - mgr.x - - osd.0 - - osd.1 -openstack: - - volumes: # attached to each instance - count: 2 - size: 10 # GB -overrides: - ceph: - create_rbd_pool: False - conf: - mon: - osd pool default size: 2 - osd: - mon max pg per osd : 2 - osd max pg per osd hard ratio : 1 - log-whitelist: - - \(TOO_FEW_PGS\) -tasks: -- install: -- ceph: -- osd_max_pg_per_osd: - test_create_from_mon: True - pg_num: 2 -- cgit 1.2.3-korg