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
|
@ -757,7 +757,7 @@ nvme-connect(1) Manual Page
|
|||
[--host-iface=<iface> | -f <iface>]
|
||||
[--hostnqn=<hostnqn> | -q <hostnqn>]
|
||||
[--hostid=<hostid> | -I <hostid>]
|
||||
[--config-file=<cfg> | -J <cfg>]
|
||||
[--config=<filename> | -J <filename>]
|
||||
[--dhchap-secret=<secret> | -S <secret>]
|
||||
[--dhchap-ctrl-secret=<secret> | -C <secret>]
|
||||
[--nr-io-queues=<#> | -i <#>]
|
||||
|
@ -770,7 +770,7 @@ nvme-connect(1) Manual Page
|
|||
[--keyring=<#>] [--tls_key=<#>]
|
||||
[--duplicate-connect | -D] [--disable-sqflow | -d]
|
||||
[--hdr-digest | -g] [--data-digest | -G] [--tls]
|
||||
[--dump-config | -O] [--application=<id>]
|
||||
[--concat] [--dump-config | -O] [--application=<id>]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]</pre>
|
||||
<div class="attribution">
|
||||
</div></div>
|
||||
|
@ -922,10 +922,10 @@ cellspacing="0" cellpadding="4">
|
|||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
-J <cfg>
|
||||
-J <filename>
|
||||
</dt>
|
||||
<dt class="hdlist1">
|
||||
--config-file=<cfg>
|
||||
--config=<filename>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
|
@ -933,7 +933,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">
|
||||
|
@ -1123,6 +1123,14 @@ cellspacing="0" cellpadding="4">
|
|||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
--concat
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Enable secure concatenation (TCP).
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
-O
|
||||
</dt>
|
||||
<dt class="hdlist1">
|
||||
|
@ -1211,7 +1219,7 @@ and <a href="mailto:hch@lst.de">Christoph Hellwig</a></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