numam-spdk/test/nvmf/nvmf.conf
Daniel Verkamp a9df326a0e nvmf: only allow one Controller per Subsystem
Multiple NVMe controllers within a subsystem does not work correctly,
since we would need to virtualize the controller data, namespace IDs,
and so on.  For now, only allow pass-through mapping of a single NVMe
controller per subsystem.

Change-Id: Ib2d3576d2856c46a086f38eb6bec56f3e7a73575
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-07-07 15:09:30 -07:00

25 lines
372 B
Plaintext

[Global]
Comment "Global section"
LogFacility "local7"
[Nvmf]
NodeBase "nqn.2016-06.io.spdk"
MaxConnectionsPerSession 4
[Port1]
Comment "Test1"
FabricIntf 192.168.100.8:4420
[Host1]
Netmask 192.168.100.0/24
[Nvme]
ClaimAllDevices Yes
UnbindFromKernel Yes
[Subsystem1]
SubsystemName cnode1
Mapping Port1 Host1
QueueDepth 128
Controller Nvme0