Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Documentation/nvme-connect-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ SYNOPSIS
[--config=<filename> | -J <cfg>]
[--persistent[=<no|auto|force>] | -p]
[--quiet]
[--no-reuse]
[--nbft]
[--no-nbft]
[--nbft-path=<STR>]
Expand Down Expand Up @@ -86,6 +87,9 @@ OPTIONS
--quiet::
Suppress error messages.

--no-reuse::
Always create a new connection, never reuse an existing one.

--nbft::
Only look at NBFT tables

Expand Down
8 changes: 5 additions & 3 deletions Documentation/nvme-discover.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ SYNOPSIS
[--config=<filename> | -J <filename>]
[--persistent[=<no|auto|force>] | -p]
[--quiet]
[--no-reuse]
[--force]
[--nbft]
[--no-nbft]
Expand Down Expand Up @@ -107,10 +108,11 @@ OPTIONS
--quiet::
Suppress already connected errors.

--no-reuse::
Always create a new connection, never reuse an existing one.

--force::
Disable the built-in persistent discovery controller connection
rules. Combined with --persistent flag, always create new
persistent discovery controller connection.
(deprecated, see --no-reuse)

--nbft::
Only look at NBFT tables
Expand Down
4 changes: 2 additions & 2 deletions libnvme/src/accessors-fabrics.ld
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ LIBNVMF_ACCESSORS_3 {
libnvmf_context_get_disable_sqflow;
libnvmf_context_get_duplicate_connect;
libnvmf_context_get_fast_io_fail_tmo;
libnvmf_context_get_force;
libnvmf_context_get_hdr_digest;
libnvmf_context_get_host_iface;
libnvmf_context_get_host_traddr;
Expand All @@ -40,6 +39,7 @@ LIBNVMF_ACCESSORS_3 {
libnvmf_context_get_keyring;
libnvmf_context_get_keyring_id;
libnvmf_context_get_nbft_path;
libnvmf_context_get_no_reuse;
libnvmf_context_get_nr_io_queues;
libnvmf_context_get_nr_poll_queues;
libnvmf_context_get_nr_write_queues;
Expand All @@ -64,11 +64,11 @@ LIBNVMF_ACCESSORS_3 {
libnvmf_context_set_disable_sqflow;
libnvmf_context_set_duplicate_connect;
libnvmf_context_set_fast_io_fail_tmo;
libnvmf_context_set_force;
libnvmf_context_set_hdr_digest;
libnvmf_context_set_keep_alive_tmo;
libnvmf_context_set_keyring_id;
libnvmf_context_set_nbft_path;
libnvmf_context_set_no_reuse;
libnvmf_context_set_nr_io_queues;
libnvmf_context_set_nr_poll_queues;
libnvmf_context_set_nr_write_queues;
Expand Down
Loading
Loading