diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-04-03 08:17:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-04-03 08:17:38 +0000 |
commit | d57675fc67455faf7c68d4003a1ce884779e2c7c (patch) | |
tree | 3becd19ea8eda8827e45bf9e627d580fe614be64 /Documentation/nvme-connect-all.html | |
parent | Releasing debian version 2.4-1. (diff) | |
download | nvme-cli-d57675fc67455faf7c68d4003a1ce884779e2c7c.tar.xz nvme-cli-d57675fc67455faf7c68d4003a1ce884779e2c7c.zip |
Merging upstream version 2.4+really2.3.
This reverts commit f42531334c05b7f49ae43c0a27e347a487fb2667.
Diffstat (limited to 'Documentation/nvme-connect-all.html')
-rw-r--r-- | Documentation/nvme-connect-all.html | 94 |
1 files changed, 26 insertions, 68 deletions
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]</pre>
<div class="attribution">
@@ -949,20 +945,6 @@ cellspacing="0" cellpadding="4"> </p>
</dd>
<dt class="hdlist1">
--d <device>
-</dt>
-<dt class="hdlist1">
---device=<device>
-</dt>
-<dd>
-<p>
- 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.
-</p>
-</dd>
-<dt class="hdlist1">
-C <cfg>
</dt>
<dt class="hdlist1">
@@ -1014,89 +996,73 @@ cellspacing="0" cellpadding="4"> </p>
</dd>
<dt class="hdlist1">
--i <#>
-</dt>
-<dt class="hdlist1">
---nr-io-queues=<#>
-</dt>
-<dd>
-<p>
- 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.
-</p>
-</dd>
-<dt class="hdlist1">
--W <#>
+-g
</dt>
<dt class="hdlist1">
---nr-write-queues=<#>
+--hdr-digest
</dt>
<dd>
<p>
- Adds additional queues that will be used for write I/O.
+ Generates/verifies header digest (TCP).
</p>
</dd>
<dt class="hdlist1">
--P <#>
+-G
</dt>
<dt class="hdlist1">
---nr-poll-queues=<#>
+--data-digest
</dt>
<dd>
<p>
- Adds additional queues that will be used for polling latency sensitive I/O.
+ Generates/verifies data digest (TCP).
</p>
</dd>
<dt class="hdlist1">
--Q <#>
+-i <#>
</dt>
<dt class="hdlist1">
---queue-size=<#>
+--nr-io-queues=<#>
</dt>
<dd>
<p>
- 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.
</p>
</dd>
<dt class="hdlist1">
---keyring=<#>
+-W <#>
</dt>
-<dd>
-<p>
- Keyring for TLS key lookup.
-</p>
-</dd>
<dt class="hdlist1">
---tls_key=<#>
+--nr-write-queues=<#>
</dt>
<dd>
<p>
- TLS key for the connection (TCP).
+ Adds additional queues that will be used for write I/O.
</p>
</dd>
<dt class="hdlist1">
--g
+-P <#>
</dt>
<dt class="hdlist1">
---hdr-digest
+--nr-poll-queues=<#>
</dt>
<dd>
<p>
- Generates/verifies header digest (TCP).
+ Adds additional queues that will be used for polling latency sensitive I/O.
</p>
</dd>
<dt class="hdlist1">
--G
+-Q <#>
</dt>
<dt class="hdlist1">
---data-digest
+--queue-size=<#>
</dt>
<dd>
<p>
- 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.
</p>
</dd>
<dt class="hdlist1">
@@ -1112,14 +1078,6 @@ cellspacing="0" cellpadding="4"> </p>
</dd>
<dt class="hdlist1">
---tls
-</dt>
-<dd>
-<p>
- Enable TLS encryption (TCP).
-</p>
-</dd>
-<dt class="hdlist1">
-S
</dt>
<dt class="hdlist1">
@@ -1198,7 +1156,7 @@ nvme-connect(1)</p></div> <div id="footer">
<div id="footer-text">
Last updated
- 2023-03-31 16:17:28 CEST
+ 2023-01-30 14:14:16 CET
</div>
</div>
</body>
|