Commit e1d772c1 authored by Jim Harris's avatar Jim Harris Committed by Tomasz Zawadzki
Browse files

doc/nvmf: update nvmf_create_subsystem max_namespaces



If user does not specify max number of namespaces, we just use the default
(which is currently 32).

Truly supporting unlimited namespaces would require significant changes to
the nvmf layer - there are several arrays that get allocated at subsystem
creation time. If user really potentially needs a lot of namespaces, they can
just specify a suitable number.

Signed-off-by: default avatarJim Harris <jim.harris@samsung.com>
Change-Id: I6515b8a3def93478e03a775e1f604f99531220e5
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21375


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
parent b930f0dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8051,7 +8051,7 @@ nqn | Required | string | Subsystem NQN
tgt_name                   | Optional | string      | Parent NVMe-oF target name.
serial_number              | Optional | string      | Serial number of virtual controller
model_number               | Optional | string      | Model number of virtual controller
max_namespaces             | Optional | number      | Maximum number of namespaces that can be attached to the subsystem. Default: 0 (Unlimited)
max_namespaces             | Optional | number      | Maximum number of namespaces that can be attached to the subsystem. Default: 32 (also used if user specifies 0)
allow_any_host             | Optional | boolean     | Allow any host (`true`) or enforce allowed host list (`false`). Default: `false`.
ana_reporting              | Optional | boolean     | Enable ANA reporting feature (default: `false`).
min_cntlid                 | Optional | number      | Minimum controller ID. Default: 1