From c5b8d72570b24dfd0d2f8c1cc8f13812c6c11a69 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 14 Nov 2017 08:35:42 -0500 Subject: [PATCH] ceph-volume tests.functional add raw device to centos7 filestore Signed-off-by: Alfredo Deza --- .../functional/lvm/centos7/filestore/create/group_vars/all | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/filestore/create/group_vars/all b/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/filestore/create/group_vars/all index e7c1f72300ae0..e7ff18ed1d826 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/filestore/create/group_vars/all +++ b/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/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 } -- 2.39.5