From: Alfredo Deza Date: Tue, 14 Nov 2017 13:42:02 +0000 (-0500) Subject: ceph-volume tests.functional add data device and journal to xenial filestore X-Git-Tag: v12.2.2~19^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=210e1b3bf507654167349411c5cc85641b1d8680;p=ceph.git ceph-volume tests.functional add data device and journal to xenial filestore Signed-off-by: Alfredo Deza (cherry picked from commit d0754e25177b9bf3bce695b7991e99f49312d91c) --- diff --git a/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/filestore/create/group_vars/all b/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/filestore/create/group_vars/all index e7c1f72300ae0..e7ff18ed1d826 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/filestore/create/group_vars/all +++ b/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/filestore/create/group_vars/all @@ -20,6 +20,8 @@ lvm_volumes: journal: journal1 data_vg: test_group journal_vg: journals + - data: /dev/sdd1 + journal: /dev/sdd2 os_tuning_params: - { name: kernel.pid_max, value: 4194303 } - { name: fs.file-max, value: 26234859 }