Adding upstream version 2.5.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
7819359ae2
commit
acf5b2ec4c
507 changed files with 19440 additions and 17258 deletions
|
@ -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:
|
||||
+
|
||||
-----------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue