From 2d416a849ad7b33dde1386da09c81249e6c2299d Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 14 Nov 2017 08:37:17 -0500 Subject: [PATCH] ceph-volume tests.functional add raw data device to centos7 bluestore Signed-off-by: Alfredo Deza --- .../tests/functional/lvm/centos7/bluestore/create/group_vars/all | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/bluestore/create/group_vars/all b/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/bluestore/create/group_vars/all index 2a8affb56f86c..17e9044e1d6bb 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/bluestore/create/group_vars/all +++ b/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/bluestore/create/group_vars/all @@ -18,6 +18,7 @@ lvm_volumes: data_vg: test_group db: journal1 db_vg: journals + - data: /dev/sdd1 os_tuning_params: - { name: kernel.pid_max, value: 4194303 } - { name: fs.file-max, value: 26234859 } -- 2.39.5