1
0
Fork 0

Merging upstream version 2.5.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 12:24:13 +01:00
parent 3d70d3c76b
commit ee6621a5b2
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
507 changed files with 19440 additions and 17258 deletions

View file

@ -777,7 +777,11 @@ nvme-discover(1) Manual Page
[--tls ]
[--dump-config | -O]
[--output-format=&lt;fmt&gt; | -o &lt;fmt&gt;]
[--force]</pre>
[--force]
[--nbft]
[--no-nbft]
[--nbft-path=&lt;STR&gt;]
[--context=&lt;STR&gt;]</pre>
<div class="attribution">
</div></div>
</div>
@ -812,7 +816,7 @@ contained in that NVMe subsystem on the NVMe Target.</p></div>
Name) format which an NVMe endpoint (device, subsystem, etc) must
follow to guarantee a unique name under the NVMe standard.
In particular, the Host NQN uniquely identifies the NVMe Host, and
may be used by the the Discovery Controller to control what NVMe Target
may be used by the Discovery Controller to control what NVMe Target
resources are allocated to the NVMe Host for a connection.</p></div>
<div class="paragraph"><p>A Discovery Controller has it&#8217;s own NQN defined in the NVMe-over-Fabrics
specification, <strong>nqn.2014-08.org.nvmexpress.discovery</strong>. All Discovery
@ -1185,6 +1189,39 @@ cellspacing="0" cellpadding="4">
persistent discovery connection.
</p>
</dd>
<dt class="hdlist1">
--nbft
</dt>
<dd>
<p>
Only look at NBFT tables
</p>
</dd>
<dt class="hdlist1">
--no-nbft
</dt>
<dd>
<p>
Do not look at NBFT tables
</p>
</dd>
<dt class="hdlist1">
--nbft-path=&lt;STR&gt;
</dt>
<dd>
<p>
Use a user-defined path to the NBFT tables
</p>
</dd>
<dt class="hdlist1">
--context &lt;STR&gt;
</dt>
<dd>
<p>
Set the execution context to &lt;STR&gt;. This allows to coordinate
the management of the global resources.
</p>
</dd>
</dl></div>
</div>
</div>
@ -1206,6 +1243,24 @@ Port 4420 is used by default:
</li>
<li>
<p>
Issue a <em>nvme discover</em> command using the default system defined NBFT tables:
</p>
<div class="listingblock">
<div class="content">
<pre><code># nvme discover --nbft</code></pre>
</div></div>
</li>
<li>
<p>
Issue a <em>nvme discover</em> command with a user-defined path for the NBFT table:
</p>
<div class="listingblock">
<div class="content">
<pre><code># nvme discover --nbft-path=/sys/firmware/acpi/tables/NBFT1</code></pre>
</div></div>
</li>
<li>
<p>
Issue a <em>nvme discover</em> command using a /usr/local/etc/nvme/discovery.conf file:
</p>
<div class="listingblock">
@ -1248,7 +1303,7 @@ nvme-connect-all(1)</p></div>
<div id="footer">
<div id="footer-text">
Last updated
2023-03-31 16:17:28 CEST
2023-06-30 15:20:22 CEST
</div>
</div>
</body>