From 392290ef605f72590ce9c6f42e3d11af04768c4c Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 28 Nov 2018 10:05:45 -0600 Subject: [PATCH] ceph-volume: use two NVME drives in centos7 mixed_type tests Signed-off-by: Andrew Schoen (cherry picked from commit 934c32acb318aac9aff3c800cdbf99bbdee04d06) --- .../batch/centos7/bluestore/mixed-type-dmcrypt/group_vars/all | 1 + .../functional/batch/centos7/bluestore/mixed-type/group_vars/all | 1 + 2 files changed, 2 insertions(+) diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/bluestore/mixed-type-dmcrypt/group_vars/all b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/bluestore/mixed-type-dmcrypt/group_vars/all index c3335fae601e0..ae65f9b51453c 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/bluestore/mixed-type-dmcrypt/group_vars/all +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/bluestore/mixed-type-dmcrypt/group_vars/all @@ -16,6 +16,7 @@ devices: - /dev/sdb - /dev/sdc - /dev/nvme0n1 + - /dev/nvme1n1 os_tuning_params: - { name: kernel.pid_max, value: 4194303 } - { name: fs.file-max, value: 26234859 } diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/bluestore/mixed-type/group_vars/all b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/bluestore/mixed-type/group_vars/all index 06b966be52cdf..56a49f7837160 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/bluestore/mixed-type/group_vars/all +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/bluestore/mixed-type/group_vars/all @@ -15,6 +15,7 @@ devices: - /dev/sdb - /dev/sdc - /dev/nvme0n1 + - /dev/nvme1n1 os_tuning_params: - { name: kernel.pid_max, value: 4194303 } - { name: fs.file-max, value: 26234859 } -- 2.39.5