poseidonos-cli subsystem create
Create an NVMe-oF subsystem to PoseidonOS.
Synopsis
Create an NVMe-oF subsystem to PoseidonOS.
Syntax: poseidonos-cli subsystem create (–subnqn | -q) SubsystemNQN [–serial-number SerialNumber] [–model-number ModelNumber] [(–max-namespaces | -m) MaxNamespace] [(–allow-any-host | -o)] [(–ana-reporting | -r)]
Example: poseidonos-cli subsystem create –subnqn nqn.2019-04.ibof:subsystem1 –serial-number IBOF00000000000001 –model-number IBOF_VOLUME_EXTENSION -m 256 -o
poseidonos-cli subsystem create [flags]
Options
-o, --allow-any-host Allow any host to connect (don't enforce host NQN whitelist). Default : false
-r, --ana-reporting Enable ANA reporting feature. Default : false
-h, --help help for create
-m, --max-namespaces int Maximum number of namespaces allowed. Default : 256
--model-number string Model Number of the subsystem to create. Default : POS_VOLUME_EXTENTION
--serial-number string Serial Number of the subsystem to create. Default : POS00000000000000
-q, --subnqn string NQN of the subsystem to create
Options inherited from parent commands
--debug Print response for debug.
--fs string Field separator for the output. (default "|")
--ip string Set IPv4 address to PoseidonOS for this command. (default "127.0.0.1")
--json-req Print request in JSON form.
--json-res Print response in JSON form.
--port string Set the port number to PoseidonOS for this command. (default "18716")
--unit Display unit (B, KB, MB, ...) when displaying capacity.
SEE ALSO
- poseidonos-cli subsystem - Subsystem Command for PoseidonOS.