Adding upstream version 2.8.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e08cb5ae68
commit
8229b972f0
407 changed files with 2341 additions and 926 deletions
|
@ -759,7 +759,7 @@ nvme-connect-all(1) Manual Page
|
|||
[--hostid=<hostid> | -I <hostid>]
|
||||
[--raw=<filename> | -r <filename>]
|
||||
[--device=<device> | -d <device>]
|
||||
[--cfg-file=<cfg> | -C <cfg>]
|
||||
[--config=<filename> | -J <cfg>]
|
||||
[--keep-alive-tmo=<sec> | -k <sec>]
|
||||
[--reconnect-delay=<#> | -c <#>]
|
||||
[--ctrl-loss-tmo=<#> | -l <#>]
|
||||
|
@ -768,7 +768,7 @@ nvme-connect-all(1) Manual Page
|
|||
[--nr-poll-queues=<#> | -P <#>]
|
||||
[--queue-size=<#> | -Q <#>] [--keyring=<#>]
|
||||
[--tls_key=<#>] [--hdr-digest | -g] [--data-digest | -G]
|
||||
[--persistent | -p] [--tls] [--quiet | -S]
|
||||
[--persistent | -p] [--tls] [--concat] [--quiet | -S]
|
||||
[--dump-config | -O] [--nbft] [--no-nbft]
|
||||
[--nbft-path=<STR>] [--context=<STR>]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]</pre>
|
||||
|
@ -959,10 +959,10 @@ cellspacing="0" cellpadding="4">
|
|||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
-C <cfg>
|
||||
-J <filename>
|
||||
</dt>
|
||||
<dt class="hdlist1">
|
||||
--config-file=<cfg>
|
||||
--config=<filename>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
|
@ -970,7 +970,7 @@ cellspacing="0" cellpadding="4">
|
|||
default /usr/local/etc/nvme/config.json file or <em>none</em> to not read in
|
||||
an existing configuration file. The JSON configuration file
|
||||
format is documented in
|
||||
<a href="https://github.com/linux-nvme/libnvme/doc/config-schema.json">https://github.com/linux-nvme/libnvme/doc/config-schema.json</a>
|
||||
<a href="https://github.com/linux-nvme/libnvme/blob/master/doc/config-schema.json">https://github.com/linux-nvme/libnvme/blob/master/doc/config-schema.json</a>
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
|
@ -1116,6 +1116,14 @@ cellspacing="0" cellpadding="4">
|
|||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
--concat
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Enable secure concatenation (TCP).
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
-S
|
||||
</dt>
|
||||
<dt class="hdlist1">
|
||||
|
@ -1268,7 +1276,7 @@ nvme-connect(1)</p></div>
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2023-12-21 15:49:29 CET
|
||||
2024-02-14 10:43:42 CET
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue