From: Keith Busch Date: Tue, 10 Apr 2018 17:25:29 +0000 (-0600) Subject: Regenrate documentation X-Git-Tag: v1.6~54 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2094d408b15e47ea323d8dc4ffc3a118aaa508e4;p=users%2Fsagi%2Fnvme-cli.git Regenrate documentation Signed-off-by: Keith Busch --- diff --git a/Documentation/nvme-connect.1 b/Documentation/nvme-connect.1 index 04c8c754..04e43827 100644 --- a/Documentation/nvme-connect.1 +++ b/Documentation/nvme-connect.1 @@ -2,12 +2,12 @@ .\" Title: nvme-connect .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 03/01/2018 +.\" Date: 04/10/2018 .\" Manual: NVMe Manual .\" Source: NVMe .\" Language: English .\" -.TH "NVME\-CONNECT" "1" "03/01/2018" "NVMe" "NVMe Manual" +.TH "NVME\-CONNECT" "1" "04/10/2018" "NVMe" "NVMe Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -43,6 +43,7 @@ nvme-connect \- Connect to a Fabrics controller\&. [\-\-queue\-size=<#> | \-Q <#>] [\-\-keep\-alive\-tmo=<#> | \-k <#>] [\-\-reconnect\-delay=<#> | \-c <#>] + [\-\-ctrl\-loss\-tmo=<#> | \-l <#>] .fi .SH "DESCRIPTION" .sp @@ -127,6 +128,11 @@ Overrides the default keep alive timeout (in seconds)\&. .RS 4 Overrides the default delay (in seconds) before reconnect is attempted after a connect loss\&. .RE +.PP +\-l <#>, \-\-ctrl\-loss\-tmo=<#> +.RS 4 +Overrides the default controller loss timeout period (in seconds)\&. +.RE .SH "EXAMPLES" .sp .RS 4 diff --git a/Documentation/nvme-connect.html b/Documentation/nvme-connect.html index dfd1caf2..c9b28212 100644 --- a/Documentation/nvme-connect.html +++ b/Documentation/nvme-connect.html @@ -756,7 +756,8 @@ nvme-connect(1) Manual Page [--nr-io-queues=<#> | -i <#>] [--queue-size=<#> | -Q <#>] [--keep-alive-tmo=<#> | -k <#>] - [--reconnect-delay=<#> | -c <#>] + [--reconnect-delay=<#> | -c <#>] + [--ctrl-loss-tmo=<#> | -l <#>]
@@ -922,6 +923,17 @@ cellspacing="0" cellpadding="4"> after a connect loss.

+
+-l <#> +
+
+--ctrl-loss-tmo=<#> +
+
+

+ Overrides the default controller loss timeout period (in seconds). +

+
@@ -967,7 +979,7 @@ for Keith Busch.