From 5d64e8a26388e2abbf6a6585d17392d6e944ae7b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 1 Jul 2023 00:38:51 +0200 Subject: Merging upstream version 2.5. Signed-off-by: Daniel Baumann --- Documentation/nvme-discover.html | 61 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 58 insertions(+), 3 deletions(-) (limited to 'Documentation/nvme-discover.html') diff --git a/Documentation/nvme-discover.html b/Documentation/nvme-discover.html index 5f3c94e..bce1ae8 100644 --- a/Documentation/nvme-discover.html +++ b/Documentation/nvme-discover.html @@ -777,7 +777,11 @@ nvme-discover(1) Manual Page [--tls ] [--dump-config | -O] [--output-format=<fmt> | -o <fmt>] - [--force] + [--force] + [--nbft] + [--no-nbft] + [--nbft-path=<STR>] + [--context=<STR>]
@@ -812,7 +816,7 @@ contained in that NVMe subsystem on the NVMe Target.

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.

A Discovery Controller has it’s own NQN defined in the NVMe-over-Fabrics specification, nqn.2014-08.org.nvmexpress.discovery. All Discovery @@ -1185,6 +1189,39 @@ cellspacing="0" cellpadding="4"> persistent discovery connection.

+
+--nbft +
+
+

+ Only look at NBFT tables +

+
+
+--no-nbft +
+
+

+ Do not look at NBFT tables +

+
+
+--nbft-path=<STR> +
+
+

+ Use a user-defined path to the NBFT tables +

+
+
+--context <STR> +
+
+

+ Set the execution context to <STR>. This allows to coordinate + the management of the global resources. +

+
@@ -1206,6 +1243,24 @@ Port 4420 is used by default:
  • +Issue a nvme discover command using the default system defined NBFT tables: +

    +
    +
    +
    # nvme discover --nbft
    +
    +
  • +
  • +

    +Issue a nvme discover command with a user-defined path for the NBFT table: +

    +
    +
    +
    # nvme discover --nbft-path=/sys/firmware/acpi/tables/NBFT1
    +
    +
  • +
  • +

    Issue a nvme discover command using a /usr/local/etc/nvme/discovery.conf file:

    @@ -1248,7 +1303,7 @@ nvme-connect-all(1)

    -- cgit v1.2.3