[--hostnqn=<hostnqn> | -q <hostnqn>]
[--hostid=<hostid> | -I <hostid>]
[--raw=<filename> | -r <filename>]
+ [--device=<device> | -d <device>]
[--cfg-file=<cfg> | -C <cfg>]
- [--keep-alive-tmo=<#> | -k <#>]
+ [--keep-alive-tmo=<sec> | -k <sec>]
[--reconnect-delay=<#> | -c <#>]
[--ctrl-loss-tmo=<#> | -l <#>]
[--hdr-digest | -g]
and dump it to a raw binary file. By default 'nvme connect-all' will
dump the output to stdout.
+-d <device>::
+--device=<device>::
+ This field takes a device as input. It must be a persistent device
+ associated with a Discovery Controller previously created by the
+ command "connect-all" or "discover". <device> follows the format
+ nvme*, eg. nvme0, nvme1.
+
-C <cfg>::
--config-file=<cfg>::
Use the specified JSON configuration file instead of the
[--keep-alive-tmo=<sec> | -k <sec>]
[--reconnect-delay=<#> | -c <#>]
[--ctrl-loss-tmo=<#> | -l <#>]
- [--hdr_digest | -g]
- [--data_digest | -G]
+ [--hdr-digest | -g]
+ [--data-digest | -G]
[--nr-io-queues=<#> | -i <#>]
[--nr-write-queues=<#> | -W <#>]
[--nr-poll-queues=<#> | -P <#>]
--traddr=<traddr>::
This field specifies the network address of the Discovery Controller.
For transports using IP addressing (e.g. rdma) this should be an
- IP-based (ex. IPv4) address.
+ IP-based address (ex. IPv4).
-s <trsvcid>::
--trsvcid=<trsvcid>::
-d <device>::
--device=<device>::
- This field takes a device as input. Device is in the format of nvme*,
- eg. nvme0, nvme1
+ This field takes a device as input. It must be a persistent device
+ associated with a Discovery Controller previously created by the
+ command "connect-all" or "discover". <device> follows the format
+ nvme*, eg. nvme0, nvme1.
-C <cfg>::
--config-file=<cfg>::
-k <#>::
--keep-alive-tmo=<#>::
- Overrides the default timeout (in seconds) for keep alive.
- This option will be ignored for the discovery, and it is only
+ Overrides the default keep alive timeout (in seconds). This
+ option will be ignored for discovery, and it is only
implemented for completeness.
-c <#>::
Overrides the default controller loss timeout period (in seconds).
-g::
---hdr_digest::
+--hdr-digest::
Generates/verifies header digest (TCP).
-G::
---data_digest::
+--data-digest::
Generates/verifies data digest (TCP).
-i <#>::
-p::
--persistent::
- Persistent discovery connection.
+ Don't remove the discovery controller after retrieving the discovery
+ log page.
-S::
--quiet::