From 749efe961f0e1a71461a9c79e6e4584d35af6e7f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 19 Feb 2024 11:45:34 +0100 Subject: Adding upstream version 2.8. Signed-off-by: Daniel Baumann --- Documentation/nvme-connect.txt | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'Documentation/nvme-connect.txt') diff --git a/Documentation/nvme-connect.txt b/Documentation/nvme-connect.txt index af3e7d3..583aaf9 100644 --- a/Documentation/nvme-connect.txt +++ b/Documentation/nvme-connect.txt @@ -16,7 +16,7 @@ SYNOPSIS [--host-iface= | -f ] [--hostnqn= | -q ] [--hostid= | -I ] - [--config-file= | -J ] + [--config= | -J ] [--dhchap-secret= | -S ] [--dhchap-ctrl-secret= | -C ] [--nr-io-queues=<#> | -i <#>] @@ -29,7 +29,7 @@ SYNOPSIS [--keyring=<#>] [--tls_key=<#>] [--duplicate-connect | -D] [--disable-sqflow | -d] [--hdr-digest | -g] [--data-digest | -G] [--tls] - [--dump-config | -O] [--application=] + [--concat] [--dump-config | -O] [--application=] [--output-format= | -o ] [--verbose | -v] DESCRIPTION @@ -95,13 +95,13 @@ OPTIONS UUID(Universally Unique Identifier) to be discovered which should be formatted. --J :: ---config-file=:: +-J :: +--config=:: Use the specified JSON configuration file instead of the default @SYSCONFDIR@/nvme/config.json file or 'none' to not read in an existing configuration file. The JSON configuration file format is documented in - https://github.com/linux-nvme/libnvme/doc/config-schema.json + https://github.com/linux-nvme/libnvme/blob/master/doc/config-schema.json -S :: --dhchap-secret=:: @@ -176,6 +176,9 @@ OPTIONS --tls:: Enable TLS encryption (TCP). +--concat:: + Enable secure concatenation (TCP). + -O:: --dump-config:: Print out resulting JSON configuration file to stdout. -- cgit v1.2.3