From: Andrew Schoen Date: Mon, 28 Nov 2016 21:10:07 +0000 (-0600) Subject: tests: change centos7-cluster to use raw_multi_journal X-Git-Tag: v2.1.0~40^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=138e5a94213dece40a529772fc7c33172793bb67;p=ceph-ansible.git tests: change centos7-cluster to use raw_multi_journal Signed-off-by: Andrew Schoen --- diff --git a/tests/functional/centos/7/mon-osd-mds-rgw/group_vars/all b/tests/functional/centos/7/mon-osd-mds-rgw/group_vars/all index 73e37fe92..2ac2dbd5e 100644 --- a/tests/functional/centos/7/mon-osd-mds-rgw/group_vars/all +++ b/tests/functional/centos/7/mon-osd-mds-rgw/group_vars/all @@ -6,8 +6,9 @@ cluster_network: "192.168.2.0/24" journal_size: 100 devices: - '/dev/sda' +raw_journal_devices: - '/dev/sdb' -journal_collocation: True +raw_multi_journal: True os_tuning_params: - { name: kernel.pid_max, value: 4194303 } - { name: fs.file-max, value: 26234859 } diff --git a/tox.ini b/tox.ini index bcbfec449..ae59c364e 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ changedir= dmcrypt-journal: {toxinidir}/tests/functional/centos/7/dmcrypt-dedicated-journal # tests a 1 mon 1 osd centos7 cluster using dmcrypt_journal_collocation OSD scenario dmcrypt-journal-collocation: {toxinidir}/tests/functional/centos/7/dmcrypt-journal-collocation - # tests a 1 mon, 1 osd, 1 mds and 1 rgw centos7 cluster using journal_collocation OSD scenario + # tests a 1 mon, 1 osd, 1 mds and 1 rgw centos7 cluster using raw_multi_journal OSD scenario centos7-cluster: {toxinidir}/tests/functional/centos/7/mon-osd-mds-rgw commands= vagrant up --no-provision {posargs:--provider=virtualbox}