From 20705aa35aee8839865a2ab948a3e13a170523c8 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Thu, 26 Jan 2017 08:53:57 -0600 Subject: [PATCH] tests/journal_collocation: adds testing values to ceph_conf_overrides This gives test coverage to changes introduced in: https://github.com/ceph/ceph-ansible/pull/1214 Signed-off-by: Andrew Schoen --- tests/functional/centos/7/journal-collocation/group_vars/all | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/functional/centos/7/journal-collocation/group_vars/all b/tests/functional/centos/7/journal-collocation/group_vars/all index 81857e670..a2f0b06dc 100644 --- a/tests/functional/centos/7/journal-collocation/group_vars/all +++ b/tests/functional/centos/7/journal-collocation/group_vars/all @@ -12,3 +12,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