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.html | 94 ++++++++++--------------------------- 1 file changed, 26 insertions(+), 68 deletions(-) (limited to 'Documentation/nvme-connect-all.html') diff --git a/Documentation/nvme-connect-all.html b/Documentation/nvme-connect-all.html index b1939f1..89eae33 100644 --- a/Documentation/nvme-connect-all.html +++ b/Documentation/nvme-connect-all.html @@ -759,21 +759,17 @@ nvme-connect-all(1) Manual Page [--hostnqn=<hostnqn> | -q <hostnqn>] [--hostid=<hostid> | -I <hostid>] [--raw=<filename> | -r <filename>] - [--device=<device> | -d <device>] [--cfg-file=<cfg> | -C <cfg>] - [--keep-alive-tmo=<sec> | -k <sec>] + [--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]
@@ -949,20 +945,6 @@ cellspacing="0" cellpadding="4">

--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>
@@ -1014,89 +996,73 @@ cellspacing="0" cellpadding="4">

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

- 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. -

-
-
--W <#> +-g
---nr-write-queues=<#> +--hdr-digest

- Adds additional queues that will be used for write I/O. + Generates/verifies header digest (TCP).

--P <#> +-G
---nr-poll-queues=<#> +--data-digest

- Adds additional queues that will be used for polling latency sensitive I/O. + Generates/verifies data digest (TCP).

--Q <#> +-i <#>
---queue-size=<#> +--nr-io-queues=<#>

- 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. + 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.

---keyring=<#> +-W <#>
-
-

- Keyring for TLS key lookup. -

-
---tls_key=<#> +--nr-write-queues=<#>

- TLS key for the connection (TCP). + Adds additional queues that will be used for write I/O.

--g +-P <#>
---hdr-digest +--nr-poll-queues=<#>

- Generates/verifies header digest (TCP). + Adds additional queues that will be used for polling latency sensitive I/O.

--G +-Q <#>
---data-digest +--queue-size=<#>

- Generates/verifies data digest (TCP). + 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.

@@ -1112,14 +1078,6 @@ cellspacing="0" cellpadding="4">

---tls -
-
-

- Enable TLS encryption (TCP). -

-
-
-S
@@ -1198,7 +1156,7 @@ nvme-connect(1)

-- cgit v1.2.3