The section is really defining a subsystem as defined by the NVMf specification. There does not appear to be any need for a group of subsystems. This change only updates the configuration file. It does not remove all references to a subsystem group from the code. Change-Id: I38e62735a5ac924dcafacb3c9a332a103d751d4a Signed-off-by: Ben Walker <benjamin.walker@intel.com>
29 lines
455 B
Plaintext
29 lines
455 B
Plaintext
[Global]
|
|
Comment "Global section"
|
|
LogFacility "local7"
|
|
|
|
[Rpc]
|
|
#RpcConfiguration Yes
|
|
|
|
[Nvmf]
|
|
NodeBase "iqn.2013-06.com.intel.ch.spdk"
|
|
AuthFile /usr/local/etc/nvmf/auth.conf
|
|
MaxConnectionsPerSession 4
|
|
|
|
[Port1]
|
|
Comment "Test1"
|
|
FabricIntf 192.168.100.8:7174
|
|
|
|
[Host1]
|
|
Netmask 192.168.100.0/24
|
|
|
|
[Nvme]
|
|
ClaimAllDevices Yes
|
|
UnbindFromKernel Yes
|
|
|
|
[Subsystem1]
|
|
SubsystemName cnode1
|
|
Mapping Port1 Host1
|
|
QueueDepth 128
|
|
Controller0 Nvme0
|