From 01c4d3d32c5044d3d17055c2d94d40fee9d130e1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 1 Jul 2023 00:38:48 +0200 Subject: Adding upstream version 2.5. Signed-off-by: Daniel Baumann --- Documentation/nvme-connect-all.html | 59 +++++++++++++++++++++++++++++++++++-- 1 file changed, 57 insertions(+), 2 deletions(-) (limited to 'Documentation/nvme-connect-all.html') diff --git a/Documentation/nvme-connect-all.html b/Documentation/nvme-connect-all.html index b1939f1..4124714 100644 --- a/Documentation/nvme-connect-all.html +++ b/Documentation/nvme-connect-all.html @@ -775,7 +775,11 @@ nvme-connect-all(1) Manual Page [--persistent | -p] [--tls ] [--quiet | -S] - [--dump-config | -O] + [--dump-config | -O] + [--nbft] + [--no-nbft] + [--nbft-path=<STR>] + [--context=<STR>]
@@ -1141,6 +1145,39 @@ cellspacing="0" cellpadding="4"> Print out resulting JSON configuration file to stdout.

+
+--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. +

+
@@ -1162,6 +1199,24 @@ the RDMA network. Port 4420 is used by default:
  • +Issue a nvme connect-all command using the default system defined NBFT tables: +

    +
    +
    +
    # nvme connect-all --nbft
    +
    +
  • +
  • +

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

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

    Issue a nvme connect-all command using a /usr/local/etc/nvme/discovery.conf file:

    @@ -1198,7 +1253,7 @@ nvme-connect(1)

    -- cgit v1.2.3