Hello community,

here is the log from the commit of package multipath-tools for openSUSE:Factory 
checked in at 2018-01-30 15:37:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/multipath-tools (Old)
 and      /work/SRC/openSUSE:Factory/.multipath-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "multipath-tools"

Tue Jan 30 15:37:44 2018 rev:96 rq:569882 version:0.7.3+31+suse.6804bb73f72d

Changes:
--------
--- /work/SRC/openSUSE:Factory/multipath-tools/multipath-tools.changes  
2018-01-23 13:46:18.736329622 +0100
+++ /work/SRC/openSUSE:Factory/.multipath-tools.new/multipath-tools.changes     
2018-01-30 15:37:47.553123882 +0100
@@ -1,0 +2,7 @@
+Fri Jan 26 13:52:10 UTC 2018 - [email protected]
+
+- Update to version 0.7.3+31+suse.6804bb73f72d:
+  * libmultipath: hwtable: no_path_retry="queue" for NetApp NVMe
+  (bsc#1073319)
+
+-------------------------------------------------------------------

Old:
----
  multipath-tools-0.7.3+30+suse.6b5ed839.tar.xz

New:
----
  multipath-tools-0.7.3+31+suse.6804bb73f72d.tar.xz

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

Other differences:
------------------
++++++ multipath-tools.spec ++++++
--- /var/tmp/diff_new_pack.8nFeRJ/_old  2018-01-30 15:37:48.201093629 +0100
+++ /var/tmp/diff_new_pack.8nFeRJ/_new  2018-01-30 15:37:48.205093442 +0100
@@ -97,7 +97,7 @@
 
 Name:           multipath-tools
 Url:            http://christophe.varoqui.free.fr/
-Version:        0.7.3+30+suse.6b5ed839
+Version:        0.7.3+31+suse.6804bb73f72d
 Release:        0
 Summary:        Tools to Manage Multipathed Devices with the device-mapper
 License:        GPL-2.0

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.8nFeRJ/_old  2018-01-30 15:37:48.249091388 +0100
+++ /var/tmp/diff_new_pack.8nFeRJ/_new  2018-01-30 15:37:48.249091388 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/openSUSE/multipath-tools.git</param>
-              <param 
name="changesrevision">6b5ed8398a5d3b35cdf674d8256d9390a632b763</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">6804bb73f72dae11bd90b7cfdf22fa77a865ab80</param></service></servicedata>
\ No newline at end of file

++++++ multipath-tools-0.7.3+30+suse.6b5ed839.tar.xz -> 
multipath-tools-0.7.3+31+suse.6804bb73f72d.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/multipath-tools-0.7.3+30+suse.6b5ed839/libmultipath/hwtable.c 
new/multipath-tools-0.7.3+31+suse.6804bb73f72d/libmultipath/hwtable.c
--- old/multipath-tools-0.7.3+30+suse.6b5ed839/libmultipath/hwtable.c   
2018-01-19 19:08:38.000000000 +0100
+++ new/multipath-tools-0.7.3+31+suse.6804bb73f72d/libmultipath/hwtable.c       
2018-01-23 17:40:39.000000000 +0100
@@ -680,16 +680,17 @@
                .no_path_retry = 24,
        },
        /*
-        * NetApp NVMe-FC namespace devices: MULTIBUS preferred
+        * NetApp NVMe-FC namespace devices: MULTIBUS, queueing preferred
         *
         * The table is searched backwards, so place this after generic NVMe
         */
        {
                .vendor        = "NVME",
-               .product       = "(NetApp |)ONTAP Controller",
+               .product       = "^NetApp ONTAP Controller",
                .uid_attribute = "ID_WWN",
                .checker_name  = NONE,
                .pgpolicy      = MULTIBUS,
+               .no_path_retry = NO_PATH_RETRY_QUEUE,
                .retain_hwhandler = RETAIN_HWHANDLER_OFF,
        },
        /*


Reply via email to