From 3a5b7b5fa9ebf7e4d774e985c6ce80dddca87d72 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Fri, 30 Nov 2018 13:20:09 -0600 Subject: [PATCH] ceph-volume: add /dev/nvme1n1 to filestore mixed type batch tests Signed-off-by: Andrew Schoen --- .../batch/centos7/filestore/mixed-type-dmcrypt/group_vars/all | 1 + .../functional/batch/centos7/filestore/mixed-type/group_vars/all | 1 + 2 files changed, 2 insertions(+) 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 46480e84280..006e9b85b60 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 8f5c6ed968d..0b287c58aa6 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 } -- 2.39.5