From d57675fc67455faf7c68d4003a1ce884779e2c7c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 3 Apr 2023 10:17:38 +0200 Subject: Merging upstream version 2.4+really2.3. This reverts commit f42531334c05b7f49ae43c0a27e347a487fb2667. --- Documentation/nvme-connect-all.txt | 42 ++++++++++---------------------------- 1 file changed, 11 insertions(+), 31 deletions(-) (limited to 'Documentation/nvme-connect-all.txt') diff --git a/Documentation/nvme-connect-all.txt b/Documentation/nvme-connect-all.txt index 44bb4f9..b449955 100644 --- a/Documentation/nvme-connect-all.txt +++ b/Documentation/nvme-connect-all.txt @@ -18,21 +18,17 @@ SYNOPSIS [--hostnqn= | -q ] [--hostid= | -I ] [--raw= | -r ] - [--device= | -d ] [--cfg-file= | -C ] - [--keep-alive-tmo= | -k ] + [--keep-alive-tmo=<#> | -k <#>] [--reconnect-delay=<#> | -c <#>] [--ctrl-loss-tmo=<#> | -l <#>] + [--hdr-digest | -g] + [--data-digest | -G] [--nr-io-queues=<#> | -i <#>] [--nr-write-queues=<#> | -W <#>] [--nr-poll-queues=<#> | -P <#>] [--queue-size=<#> | -Q <#>] - [--keyring=<#> ] - [--tls_key=<#> ] - [--hdr-digest | -g] - [--data-digest | -G] [--persistent | -p] - [--tls ] [--quiet | -S] [--dump-config | -O] @@ -118,13 +114,6 @@ OPTIONS and dump it to a raw binary file. By default 'nvme connect-all' will dump the output to stdout. --d :: ---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". follows the format - nvme*, eg. nvme0, nvme1. - -C :: --config-file=:: Use the specified JSON configuration file instead of the @@ -148,6 +137,14 @@ OPTIONS --ctrl-loss-tmo=<#>:: Overrides the default controller loss timeout period (in seconds). +-g:: +--hdr-digest:: + Generates/verifies header digest (TCP). + +-G:: +--data-digest:: + Generates/verifies data digest (TCP). + -i <#>:: --nr-io-queues=<#>:: Overrides the default number of I/O queues create by the driver. @@ -168,28 +165,11 @@ OPTIONS by the driver. This option will be ignored for discovery, but will be passed on to the subsequent connect call. ---keyring=<#>:: - Keyring for TLS key lookup. - ---tls_key=<#>:: - TLS key for the connection (TCP). - --g:: ---hdr-digest:: - Generates/verifies header digest (TCP). - --G:: ---data-digest:: - Generates/verifies data digest (TCP). - -p:: --persistent:: Don't remove the discovery controller after retrieving the discovery log page. ---tls:: - Enable TLS encryption (TCP). - -S:: --quiet:: Suppress error messages. -- cgit v1.2.3