From 61c4ff8b2ddc3841050c17a5f87791653dbd2b7b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 3 Apr 2023 10:17:09 +0200 Subject: Adding upstream version 2.4+really2.3. This reverts commit f42531334c05b7f49ae43c0a27e347a487fb2667. --- Documentation/nvme-connect-all.1 | 54 +++++++++++----------------------------- 1 file changed, 15 insertions(+), 39 deletions(-) (limited to 'Documentation/nvme-connect-all.1') diff --git a/Documentation/nvme-connect-all.1 b/Documentation/nvme-connect-all.1 index 57f27c1..f2dbcb5 100644 --- a/Documentation/nvme-connect-all.1 +++ b/Documentation/nvme-connect-all.1 @@ -2,12 +2,12 @@ .\" Title: nvme-connect-all .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 03/31/2023 +.\" Date: 01/30/2023 .\" Manual: NVMe Manual .\" Source: NVMe .\" Language: English .\" -.TH "NVME\-CONNECT\-ALL" "1" "03/31/2023" "NVMe" "NVMe Manual" +.TH "NVME\-CONNECT\-ALL" "1" "01/30/2023" "NVMe" "NVMe Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -42,21 +42,17 @@ nvme-connect-all \- Discover and Connect to Fabrics controllers\&. [\-\-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] .fi @@ -155,11 +151,6 @@ command and dump it to a raw binary file\&. By default will dump the output to stdout\&. .RE .PP -\-d , \-\-device= -.RS 4 -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\&. -.RE -.PP \-C , \-\-config\-file= .RS 4 Use the specified JSON configuration file instead of the default /usr/local/etc/nvme/config\&.json file or @@ -183,6 +174,16 @@ Overrides the default delay (in seconds) before reconnect is attempted after a c Overrides the default controller loss timeout period (in seconds)\&. .RE .PP +\-g, \-\-hdr\-digest +.RS 4 +Generates/verifies header digest (TCP)\&. +.RE +.PP +\-G, \-\-data\-digest +.RS 4 +Generates/verifies data digest (TCP)\&. +.RE +.PP \-i <#>, \-\-nr\-io\-queues=<#> .RS 4 Overrides the default number of I/O queues create by the driver\&. This option will be ignored for discovery, but will be passed on to the subsequent connect call\&. @@ -203,36 +204,11 @@ Adds additional queues that will be used for polling latency sensitive I/O\&. Overrides the default number of elements in the I/O queues created by the driver\&. This option will be ignored for discovery, but will be passed on to the subsequent connect call\&. .RE .PP -\-\-keyring=<#> -.RS 4 -Keyring for TLS key lookup\&. -.RE -.PP -\-\-tls_key=<#> -.RS 4 -TLS key for the connection (TCP)\&. -.RE -.PP -\-g, \-\-hdr\-digest -.RS 4 -Generates/verifies header digest (TCP)\&. -.RE -.PP -\-G, \-\-data\-digest -.RS 4 -Generates/verifies data digest (TCP)\&. -.RE -.PP \-p, \-\-persistent .RS 4 Don\(cqt remove the discovery controller after retrieving the discovery log page\&. .RE .PP -\-\-tls -.RS 4 -Enable TLS encryption (TCP)\&. -.RE -.PP \-S, \-\-quiet .RS 4 Suppress error messages\&. -- cgit v1.2.3