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:
parent
d0d946ddb4
commit
187ec2fde2
@ -43,6 +43,12 @@
|
|||||||
NumberOfLuns 8
|
NumberOfLuns 8
|
||||||
LunSizeInMB 64
|
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
|
# Define NVMf protocol global options
|
||||||
[Nvmf]
|
[Nvmf]
|
||||||
# Set the maximum number of submission and completion queues per session.
|
# Set the maximum number of submission and completion queues per session.
|
||||||
@ -130,3 +136,5 @@
|
|||||||
SN SPDK00000000000001
|
SN SPDK00000000000001
|
||||||
Namespace Malloc0
|
Namespace Malloc0
|
||||||
Namespace Malloc1
|
Namespace Malloc1
|
||||||
|
Namespace AIO0
|
||||||
|
Namespace AIO1
|
||||||
|
Loading…
Reference in New Issue
Block a user