1
0
Fork 0

Adding upstream version 2.5.

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

View file

@ -35,6 +35,10 @@ SYNOPSIS
[--tls ]
[--quiet | -S]
[--dump-config | -O]
[--nbft]
[--no-nbft]
[--nbft-path=<STR>]
[--context=<STR>]
DESCRIPTION
-----------
@ -198,6 +202,18 @@ OPTIONS
--dump-config::
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.
EXAMPLES
--------
@ -210,6 +226,18 @@ the RDMA network. Port 4420 is used by default:
--hostnqn=host1-rogue-nqn
------------
+
* 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 @SYSCONFDIR@/nvme/discovery.conf file:
+
-----------