forked from pool/multipath-tools
Accepting request 711933 from Base:System
- Update to version 0.8.1+28+suse.fea562a: * mpathpersist: optimize for setups with many LUNs (bsc#1134648) * mpathpersist: add option -f/--batch-file (bsc#1134648) * libmultipath: get_prio(): really don't reset prio for inaccessible paths (bsc#1118495) - Upstream bug fixes from dm-devel (bsc#1139369): * multipath: call store_pathinfo with DI_BLACKLIST * multipathd: fix REALLOC_REPLY with max length reply * libmultipath: make vector_foreach_slot_backwards work as expected * multipathd: fix client response for socket activation * various minor fixes (coverity) * libmultipath: hwtable: add Lenovo DE series (bsc#1125507) (forwarded request 711931 from mwilck) OBS-URL: https://build.opensuse.org/request/show/711933 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/multipath-tools?expand=0&rev=114
This commit is contained in:
commit
aef7ff03f7
2
_service
2
_service
@ -8,7 +8,7 @@
|
||||
are have been added to factory before upstream will be
|
||||
counted. Determine patch offset manually! It should be the number
|
||||
of patches which are _really_ not upstream (yet). -->
|
||||
<param name="versionformat">@PARENT_TAG@+8+suse.%h</param>
|
||||
<param name="versionformat">@PARENT_TAG@+28+suse.%h</param>
|
||||
<param name="revision">factory</param>
|
||||
<param name="match-tag">0.[0-9].[0-9]</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
|
||||
<param name="changesrevision">8c114985f9fd7eb142ddec9737870f99ff28d5ba</param></service></servicedata>
|
||||
<param name="changesrevision">fea562ab158a5d87a9011d5decf682c2199c98fa</param></service></servicedata>
|
3
multipath-tools-0.8.1+28+suse.fea562a.tar.xz
Normal file
3
multipath-tools-0.8.1+28+suse.fea562a.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8206470c816670ce76c350ed5d49d3e986545af1396aaf304ecf79f2a8f30b7
|
||||
size 356848
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6dd450574241885530d18a14f3e250389f711500c7f6541f7c83c37b2eb5624
|
||||
size 354572
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 25 15:42:56 UTC 2019 - mwilck@suse.com
|
||||
|
||||
- Update to version 0.8.1+28+suse.fea562a:
|
||||
* mpathpersist: optimize for setups with many LUNs (bsc#1134648)
|
||||
* mpathpersist: add option -f/--batch-file (bsc#1134648)
|
||||
* libmultipath: get_prio(): really don't reset prio for
|
||||
inaccessible paths (bsc#1118495)
|
||||
- Upstream bug fixes from dm-devel (bsc#1139369):
|
||||
* multipath: call store_pathinfo with DI_BLACKLIST
|
||||
* multipathd: fix REALLOC_REPLY with max length reply
|
||||
* libmultipath: make vector_foreach_slot_backwards work as expected
|
||||
* multipathd: fix client response for socket activation
|
||||
* various minor fixes (coverity)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 30 14:48:40 UTC 2019 - mwilck@suse.com
|
||||
|
||||
@ -18,6 +33,7 @@ Tue Apr 30 14:48:40 UTC 2019 - mwilck@suse.com
|
||||
* Improve handling of changed WWIDs and temporary failure
|
||||
to obtain WWID. Option "disable_changed_wwids" is now ignored.
|
||||
* Fixes for PATH_PENDING state handling (bsc#1125043)
|
||||
* libmultipath: hwtable: add Lenovo DE series (bsc#1125507)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 13 19:59:45 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
@ -49,7 +49,7 @@
|
||||
%define _sysdir usr/lib
|
||||
|
||||
Name: multipath-tools
|
||||
Version: 0.8.1+8+suse.8c11498
|
||||
Version: 0.8.1+28+suse.fea562a
|
||||
Release: 0
|
||||
Summary: Tools to Manage Multipathed Devices with the device-mapper
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
x
Reference in New Issue
Block a user