From: Alfredo Deza Date: Wed, 23 Aug 2017 19:26:27 +0000 (-0400) Subject: ceph-volume tests centos7 use the new ansible syntax for lvm X-Git-Tag: v13.0.0~16^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F17207%2Fhead;p=ceph.git ceph-volume tests centos7 use the new ansible syntax for lvm Signed-off-by: Alfredo Deza --- diff --git a/src/ceph-volume/ceph_volume/tests/functional/centos7/create/group_vars/all b/src/ceph-volume/ceph_volume/tests/functional/centos7/create/group_vars/all index 971c63d40e77..cd16377b1b10 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/centos7/create/group_vars/all +++ b/src/ceph-volume/ceph_volume/tests/functional/centos7/create/group_vars/all @@ -11,7 +11,9 @@ osd_scenario: lvm copy_admin_key: true # test-volume is created by tests/functional/lvm_setup.yml from /dev/sda lvm_volumes: - test_volume: /dev/sdc + - data: test_volume + journal: /dev/sdc + data_vg: test_group os_tuning_params: - { name: kernel.pid_max, value: 4194303 } - { name: fs.file-max, value: 26234859 }