forked from pool/multipath-tools
Accepting request 579490 from home:mwilck:branches:Base:System
- Update to version 0.7.3+52+suse.08a969b7fce0: - Add limited support for displaying native NVMe multipath (bsc#1082419) * libmultipath: foreign/nvme: implement path display * multipathd: use foreign API * multipath: use foreign API * libmultipath/foreign: nvme foreign library * libmultipath/print: add "%G - foreign" wildcard * libmultipath: API for foreign multipath handling * libmultipath: print: use generic API for get_x_layout() * libmultipath: print: convert API to generic data type * libmultipath: "generic multipath" interface * libmultipath: add vector_convert() * libmultipath: add vector_free_const() * libmultipath: get rid of selector "hack" in print.c - Fix locking errors detected by coverity check (bsc#1082418) * checkers/rbd: missing pthread_lock() on failure path * libmultipath: fix deadlock in tur.c (bsc#1075539, bsc#1081241) OBS-URL: https://build.opensuse.org/request/show/579490 OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=151
This commit is contained in:
parent
81bbe58883
commit
388434ee95
@ -1,4 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
|
||||
<param name="changesrevision">a16beed5280a3ecfd97a2815c03d2230c28f1243</param></service></servicedata>
|
||||
<param name="changesrevision">08a969b7fce0db769b63bdbfead2a452dc417d58</param></service><service name="tar_scm">
|
||||
<param name="url">https://github.com/mwilck/multipath-tools.git</param>
|
||||
<param name="changesrevision">08a969b7fce0db769b63bdbfead2a452dc417d58</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0c56c46b78fda1180a28cf97bf1bff1a4c4ef2f0b524b1b25c5497361e59246
|
||||
size 264756
|
3
multipath-tools-0.7.3+52+suse.08a969b7fce0.tar.xz
Normal file
3
multipath-tools-0.7.3+52+suse.08a969b7fce0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1e333a31e6b07d9bc62b2692484c1552a25bcb48dde504f43ea2db791b0dc67
|
||||
size 273892
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 20:40:42 UTC 2018 - mwilck@suse.com
|
||||
|
||||
- Update to version 0.7.3+52+suse.08a969b7fce0:
|
||||
- Add limited support for displaying native NVMe multipath
|
||||
(bsc#1082419)
|
||||
* libmultipath: foreign/nvme: implement path display
|
||||
* multipathd: use foreign API
|
||||
* multipath: use foreign API
|
||||
* libmultipath/foreign: nvme foreign library
|
||||
* libmultipath/print: add "%G - foreign" wildcard
|
||||
* libmultipath: API for foreign multipath handling
|
||||
* libmultipath: print: use generic API for get_x_layout()
|
||||
* libmultipath: print: convert API to generic data type
|
||||
* libmultipath: "generic multipath" interface
|
||||
* libmultipath: add vector_convert()
|
||||
* libmultipath: add vector_free_const()
|
||||
* libmultipath: get rid of selector "hack" in print.c
|
||||
|
||||
- Fix locking errors detected by coverity check (bsc#1082418)
|
||||
* checkers/rbd: missing pthread_lock() on failure path
|
||||
* libmultipath: fix deadlock in tur.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 10:55:30 UTC 2018 - mwilck@suse.com
|
||||
|
||||
@ -46,7 +69,7 @@ Thu Jan 11 12:38:41 UTC 2018 - mwilck@suse.com
|
||||
* libmultipath: hwtable: multibus for NetApp NVMe-FC
|
||||
(bsc#1073319)
|
||||
* libmultipath/propsel: select ALUA prioritizer for RDAC arrays only
|
||||
(bsc#1075539)
|
||||
(bsc#1075539, bsc#1081241)
|
||||
* libmultipath: get_vpd_sgio: support VPD 0xc9 (bsc#1055949)
|
||||
* libmultipath: sgio_get_vpd: add page argument (bsc#1055949)
|
||||
* libmultipath: fix return code of sgio_get_vpd() (bsc#1055949)
|
||||
|
@ -97,7 +97,7 @@
|
||||
|
||||
Name: multipath-tools
|
||||
Url: http://christophe.varoqui.free.fr/
|
||||
Version: 0.7.3+38+suse.a16beed5280a
|
||||
Version: 0.7.3+52+suse.08a969b7fce0
|
||||
Release: 0
|
||||
Summary: Tools to Manage Multipathed Devices with the device-mapper
|
||||
License: GPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user