From: Andrew Schoen Date: Wed, 28 Nov 2018 16:10:24 +0000 (-0600) Subject: ceph-volume: set block_db_size to 9GB in centos7 mixed type test X-Git-Tag: v14.1.0~668^2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eab962c6ef68c588674bdac6fc4a86c84714f300;p=ceph.git 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 --- 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 56a49f783716..c2e356fef732 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