SYNOPSIS

nvme connect  [device]
                [--transport=<trtype>  | -t <trtype>]
                [--traddr=<traddr>     | -a <traddr>]
                [--host-traddr=<traddr>| -w <host-traddr>]
                [--trsvcid=<trsvcid>   | -s <trsvcid>]
                [--hostnqn=<hostnqn>   | -q <hostnqn>]
                [--nqn=<subnqn>        | -n <subnqn>]
                [--nr-io-queues=<#>    | -i <#>]
                [--keep-alive-tmo=<#>  | -k <#>]
                [--reconnect-delay=<#> | -c <#>]

DESCRIPTION

TBD (note device is optional)

BACKGROUND

TBD

OPTIONS

-t <trtype>
--transport=<trtype>

TBD

-a <traddr>
--traddr=<traddr>

TBD

-w <traddr>
--host-traddr=<traddr>

TBD

-s <trsvcid>
--trsvcid=<trsvcid>

TBD

-q <hostnqn>
--hostnqn=<hostnqn>

TBD

-n <subnqn>
--nqn=<subnqn>

TBD

-i <#>
--nr-io-queues<#>

TBD

-k <#>
--keep-alive-tmo=<#>

TBD

-c <#>
--reconnect-delay=<#>

TBD

EXAMPLES

  • TBD

    # nvme connect...

SEE ALSO

nvme-discover(1)

AUTHORS

This was co-written by Jay Freyensee and Christoph Hellwig for Keith Busch.

NVME

Part of the nvme-user suite