From: Vasu Kulkarni Date: Fri, 14 Dec 2018 16:30:37 +0000 (-0800) Subject: add mon_allow_pool_delete to true X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=054efc61e55510a7a55f389f49b306e45b370fd6;p=ceph.git add mon_allow_pool_delete to true Signed-off-by: Vasu Kulkarni --- diff --git a/qa/suites/perf-basic/objectstore/bluestore.yaml b/qa/suites/perf-basic/objectstore/bluestore.yaml index 309df533561..d50876f6de3 100644 --- a/qa/suites/perf-basic/objectstore/bluestore.yaml +++ b/qa/suites/perf-basic/objectstore/bluestore.yaml @@ -13,7 +13,7 @@ overrides: ceph_conf_overrides: global: osd objectstore: bluestore - bluestore block size: 96636764160 + mon allow pool delete: true ceph_mgr_modules: - status - restful diff --git a/qa/suites/perf-basic/objectstore/filestore-xfs.yaml b/qa/suites/perf-basic/objectstore/filestore-xfs.yaml index c54738ac654..42310bd19bf 100644 --- a/qa/suites/perf-basic/objectstore/filestore-xfs.yaml +++ b/qa/suites/perf-basic/objectstore/filestore-xfs.yaml @@ -13,6 +13,7 @@ overrides: ceph_conf_overrides: global: osd objectstore: filestore + mon allow pool delete: true osd sloppy crc: true ceph_mgr_modules: - status diff --git a/qa/suites/perf-basic/settings/optimized.yaml b/qa/suites/perf-basic/settings/optimized.yaml index e8bfdcb0501..fdde59e91ca 100644 --- a/qa/suites/perf-basic/settings/optimized.yaml +++ b/qa/suites/perf-basic/settings/optimized.yaml @@ -3,13 +3,14 @@ meta: Use debug level 0/0 for performance tests. overrides: - ceph-ansible: + ceph_ansible: vars: ceph_conf_overrides: mon: debug mon: "0/0" debug ms: "0/0" debug paxos: "0/0" + mon allow pool delete: true osd: debug filestore: "0/0" debug journal: "0/0"