From: Andrew Schoen Date: Fri, 30 Nov 2018 19:20:09 +0000 (-0600) Subject: ceph-volume: add /dev/nvme1n1 to filestore mixed type batch tests X-Git-Tag: v14.1.0~668^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3a5b7b5fa9ebf7e4d774e985c6ce80dddca87d72;p=ceph.git ceph-volume: add /dev/nvme1n1 to filestore mixed type batch tests Signed-off-by: Andrew Schoen --- diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/mixed-type-dmcrypt/group_vars/all b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/mixed-type-dmcrypt/group_vars/all index 46480e84280f..006e9b85b60a 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/mixed-type-dmcrypt/group_vars/all +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/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/filestore/mixed-type/group_vars/all b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/mixed-type/group_vars/all index 8f5c6ed968d1..0b287c58aa65 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/mixed-type/group_vars/all +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/centos7/filestore/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 }