From: Guillaume Abrioux Date: Mon, 17 Jul 2017 22:51:08 +0000 (+0200) Subject: tests: add config in ceph_conf_overrides to journal collocation tests X-Git-Tag: v2.3.0rc3~4^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1677%2Fhead;p=ceph-ansible.git tests: add config in ceph_conf_overrides to journal collocation tests Add config in ceph_conf_overrides options to journal collocation tests. Signed-off-by: Guillaume Abrioux --- diff --git a/tests/functional/centos/7/jrn-col/group_vars/all b/tests/functional/centos/7/jrn-col/group_vars/all index ac0c12116..21e121489 100644 --- a/tests/functional/centos/7/jrn-col/group_vars/all +++ b/tests/functional/centos/7/jrn-col/group_vars/all @@ -14,3 +14,7 @@ journal_collocation: True os_tuning_params: - { name: kernel.pid_max, value: 4194303 } - { name: fs.file-max, value: 26234859 } +ceph_conf_overrides: + global: + osd_pool_default_pg_num: 8 + osd_pool_default_size: 1