From 3e22b628218c9a3d052b542251cc23dbe35fd5b2 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 28 Nov 2018 10:10:24 -0600 Subject: [PATCH] ceph-volume: set block_db_size to 9GB in centos7 mixed type test This is to enable testing of the --block-db-size flag Signed-off-by: Andrew Schoen (cherry picked from commit eab962c6ef68c588674bdac6fc4a86c84714f300) --- .../batch/centos7/bluestore/mixed-type/group_vars/all | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/bluestore/mixed-type/group_vars/all b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/bluestore/mixed-type/group_vars/all index 56a49f7837160..c2e356fef7321 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/bluestore/mixed-type/group_vars/all +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/bluestore/mixed-type/group_vars/all @@ -23,6 +23,8 @@ ceph_conf_overrides: global: osd_pool_default_pg_num: 8 osd_pool_default_size: 1 +# 9GB in bytes +block_db_size: 9663676416 # The following is only needed for testing purposes and is not part of # ceph-ansible supported variables -- 2.39.5