summaryrefslogtreecommitdiffstats
path: root/Documentation/nvme-connect.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-04-03 07:59:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-04-03 07:59:55 +0000
commit4db51231d9338c31a1182fcb225e9fd7f57db258 (patch)
treef83fa4e90727c4891001f956f02cf5a9500f6c05 /Documentation/nvme-connect.txt
parentReleasing debian version 2.3-2. (diff)
downloadnvme-cli-4db51231d9338c31a1182fcb225e9fd7f57db258.tar.xz
nvme-cli-4db51231d9338c31a1182fcb225e9fd7f57db258.zip
Merging upstream version 2.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Documentation/nvme-connect.txt')
-rw-r--r--Documentation/nvme-connect.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/nvme-connect.txt b/Documentation/nvme-connect.txt
index f57b34d..0e8856c 100644
--- a/Documentation/nvme-connect.txt
+++ b/Documentation/nvme-connect.txt
@@ -27,10 +27,14 @@ SYNOPSIS
[--keep-alive-tmo=<#> | -k <#>]
[--reconnect-delay=<#> | -c <#>]
[--ctrl-loss-tmo=<#> | -l <#>]
+ [--tos=<#> | -T <#>]
+ [--keyring=<#> ]
+ [--tls_key=<#> ]
[--duplicate-connect | -D]
[--disable-sqflow | -d]
[--hdr-digest | -g]
[--data-digest | -G]
+ [--tls ]
[--dump-config | -O]
[--output-format=<fmt> | -o <fmt>]
@@ -150,6 +154,16 @@ OPTIONS
--ctrl-loss-tmo=<#>::
Overrides the default controller loss timeout period (in seconds).
+-T <#>::
+--tos=<#>::
+ Type of service for the connection (TCP)
+
+--keyring=<#>::
+ Keyring for TLS key lookup.
+
+--tls_key=<#>::
+ TLS key for the connection (TCP).
+
-D::
--duplicate-connect::
Allows duplicated connections between same transport host and subsystem
@@ -168,6 +182,9 @@ OPTIONS
--data-digest::
Generates/verifies data digest (TCP).
+--tls::
+ Enable TLS encryption (TCP).
+
-O::
--dump-config::
Print out resulting JSON configuration file to stdout.