Change the Port configuration file entries to a new format: [Port1] Listen <transport> <address>:<service> Initially, this still only supports RDMA, but the new format will allow specifying other transports once they are added. Change-Id: Iadfd19b91db57b571064379368dbe77204ccecbb Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
24 lines
352 B
Plaintext
24 lines
352 B
Plaintext
[Global]
|
|
Comment "Global section"
|
|
LogFacility "local7"
|
|
|
|
[Nvmf]
|
|
MaxConnectionsPerSession 4
|
|
|
|
[Port1]
|
|
Comment "Test1"
|
|
Listen RDMA 192.168.100.8:4420
|
|
|
|
[Host1]
|
|
Netmask 192.168.100.0/24
|
|
|
|
[Nvme]
|
|
ClaimAllDevices Yes
|
|
UnbindFromKernel Yes
|
|
|
|
[Subsystem1]
|
|
NQN "nqn.2016-06.io.spdk:cnode1"
|
|
Mapping Port1 Host1
|
|
QueueDepth 128
|
|
Controller Nvme0
|