From 635111bf6a40741de18216546c7b5df40a4dac85 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 5 Oct 2017 12:59:29 +0200 Subject: [PATCH] tests: add ceph-override.json for ubuntu/cluster in addition to 18e2ab4d this commit adds the same file for ubuntu testing scenario. Signed-off-by: Guillaume Abrioux --- tests/functional/ubuntu/16.04/cluster/ceph-override.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/functional/ubuntu/16.04/cluster/ceph-override.json diff --git a/tests/functional/ubuntu/16.04/cluster/ceph-override.json b/tests/functional/ubuntu/16.04/cluster/ceph-override.json new file mode 100644 index 000000000..9a3af9436 --- /dev/null +++ b/tests/functional/ubuntu/16.04/cluster/ceph-override.json @@ -0,0 +1,7 @@ +{ + "ceph_conf_overrides": { + "global": { + "osd_pool_default_pg_num": 12 + } + } +} -- 2.39.5