nvmf: Add AIO config in nvmf.conf.in

Change-Id: Ibd00ea0309a4cf8339beecea8f36e472c49fbbf1
Signed-off-by: Liang Yan <liang.z.yan@intel.com>
This commit is contained in:
Liang Yan 2017-01-18 12:10:01 +08:00 committed by Daniel Verkamp
parent d0d946ddb4
commit 187ec2fde2

View File

@ -43,6 +43,12 @@
NumberOfLuns 8
LunSizeInMB 64
# Users must change this section to match the /dev/sdX devices to be virtual
# NVMe devices. The devices are accessed using Linux AIO.
[AIO]
AIO /dev/sdb
AIO /dev/sdc
# Define NVMf protocol global options
[Nvmf]
# Set the maximum number of submission and completion queues per session.
@ -130,3 +136,5 @@
SN SPDK00000000000001
Namespace Malloc0
Namespace Malloc1
Namespace AIO0
Namespace AIO1