From: Andrew Schoen Date: Wed, 28 Nov 2018 16:05:45 +0000 (-0600) Subject: ceph-volume: use two NVME drives in centos7 mixed_type tests X-Git-Tag: v13.2.7~217^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=392290ef605f72590ce9c6f42e3d11af04768c4c;p=ceph.git ceph-volume: use two NVME drives in centos7 mixed_type tests Signed-off-by: Andrew Schoen (cherry picked from commit 934c32acb318aac9aff3c800cdbf99bbdee04d06) --- 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 c3335fae601e..ae65f9b51453 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 06b966be52cd..56a49f783716 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 }