Hello community,

here is the log from the commit of package nvme-cli for openSUSE:Factory 
checked in at 2018-04-16 12:48:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nvme-cli (Old)
 and      /work/SRC/openSUSE:Factory/.nvme-cli.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nvme-cli"

Mon Apr 16 12:48:41 2018 rev:25 rq:596316 version:1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/nvme-cli/nvme-cli.changes        2018-04-05 
15:33:50.927367984 +0200
+++ /work/SRC/openSUSE:Factory/.nvme-cli.new/nvme-cli.changes   2018-04-16 
12:48:43.293696151 +0200
@@ -1,0 +2,6 @@
+Thu Apr 12 08:22:04 UTC 2018 - jthumsh...@suse.com
+
+- Add ctrl-loss-tmo option to fabrics connect manpage (bsc#1084379)
+   + 0004-Documentation-add-manpage-entry-for-connect-s-ctrl-l.patch
+
+-------------------------------------------------------------------

New:
----
  0004-Documentation-add-manpage-entry-for-connect-s-ctrl-l.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nvme-cli.spec ++++++
--- /var/tmp/diff_new_pack.XgrOVC/_old  2018-04-16 12:48:44.041668942 +0200
+++ /var/tmp/diff_new_pack.XgrOVC/_new  2018-04-16 12:48:44.041668942 +0200
@@ -32,6 +32,7 @@
 Patch1:         0001-nvme-cli-add-NetApp-plugin.patch
 Patch2:         0002-nvme-cli-add-netapp-smdevices-man-page.patch
 Patch3:         0003-get-log-Make-log-identifier-a-required-parameter.patch
+Patch4:         0004-Documentation-add-manpage-entry-for-connect-s-ctrl-l.patch
 
 %description
 NVM Express (NVMe) is a direct attached storage interface. The
@@ -43,6 +44,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 echo %{version} > version

++++++ 0004-Documentation-add-manpage-entry-for-connect-s-ctrl-l.patch ++++++
>From 524fd54b7cbfe38935d61a10b810da64f0ac759b Mon Sep 17 00:00:00 2001
From: Johannes Thumshirn <jthumsh...@suse.de>
Date: Tue, 10 Apr 2018 10:39:57 +0200
Subject: [PATCH nvme-cli] Documentation: add manpage entry for connect's
 --ctrl-loss-tmo setting

When adding nvme connect's --ctrl-loss-tmo flag we forgot to update
the manpage accordingly.

Signed-off-by: Johannes Thumshirn <jthumsh...@suse.de>
Reported-by: Matt Schulte <matt.schu...@netapp.com>
---
 Documentation/nvme-connect.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/nvme-connect.txt b/Documentation/nvme-connect.txt
index a746a3a721ed..af78b2a8238f 100644
--- a/Documentation/nvme-connect.txt
+++ b/Documentation/nvme-connect.txt
@@ -19,6 +19,7 @@ SYNOPSIS
                [--queue-size=<#>         | -Q <#>]
                [--keep-alive-tmo=<#>     | -k <#>]
                [--reconnect-delay=<#>    | -c <#>]
+               [--ctrl-loss-tmo=<#>      | -l <#>]
 
 DESCRIPTION
 -----------
@@ -88,6 +89,10 @@ OPTIONS
        Overrides the default delay (in seconds) before reconnect is attempted
        after a connect loss.
 
+-l <#>::
+--ctrl-loss-tmo=<#>::
+       Overrides the default controller loss timeout period (in seconds).
+
 EXAMPLES
 --------
 * Connect to a subsystem named 
nqn.2014-08.com.example:nvme:nvm-subsystem-sn-d78432
-- 
2.16.2


Reply via email to