1
0

Accepting request 828297 from home:mwilck:branches:Base:System

- Update to version 0.8.4+167+suse.70bef90: 
  Pull in reviewed upstream changes
- Bug fixes
  * libmultipath: add consistency check for alias settings (bsc#1172429)
  * libmultipath: select_action(): don't drop map if alias clashes (bsc#1172429)
  * libmultipath: refuse reloading an existing map with different WWID
    (bsc#1172429)
  * libmultipath: select_action(): force udev reload for uninitialized maps
    (bsc#1172157)
  * multipathd: uev_trigger(): handle incomplete ADD events (bsc#1172157)
  * improve logging for failure to set dev_loss_tmo (bsc#1173060, bsc#1173064)
  * libmultipath: add device to hwtable.c (bsc#1174026)
- New features
  * multipath: add -D option to skip multipathd delegation
  * multipath: delegate flushing maps to multipathd
  * multipathd: add "del maps" multipathd command
- Other changes
  * cleanup disassemble_map() code path
  * multipath-tools: introduce INIT_REMOVED state
  * logging improvements
  * fix "multipathd show devices"
  * libmultipath: remove uevent listener failback
  * libmultipath: create bitfield abstraction
  * libmultipath: count pending paths as active on loads
  * kpartx: handle alternate bsd disklabel location
- Lots of minor fixes and cleanups
- Spec file: use %service_del_postun_without_restart macro

OBS-URL: https://build.opensuse.org/request/show/828297
OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=217
This commit is contained in:
Martin Wilck 2020-08-20 19:56:02 +00:00 committed by Git OBS Bridge
parent 76092b1685
commit 21e4413b39
6 changed files with 41 additions and 11 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
<param name="changesrevision">908383f93b525ce0a07beb974ee6f2bcf8f6ee4c</param></service></servicedata>
<param name="changesrevision">70bef906dc39e9020bb8dae701c44bf87d3ac53d</param></service></servicedata>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a8347cd41f46fb194c6dde4f5ac17246747012ceafb39c4f5f68ebfbc42043cb
size 2483212

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc86714e8c637b62bc16467b8b3168666b5636230d6a8f0a2d9699a419e4a2b8
size 2449932

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Thu Aug 20 19:20:59 UTC 2020 - mwilck@suse.com
- Update to version 0.8.4+167+suse.70bef90:
Pull in reviewed upstream changes
- Bug fixes
* libmultipath: add consistency check for alias settings (bsc#1172429)
* libmultipath: select_action(): don't drop map if alias clashes (bsc#1172429)
* libmultipath: refuse reloading an existing map with different WWID
(bsc#1172429)
* libmultipath: select_action(): force udev reload for uninitialized maps
(bsc#1172157)
* multipathd: uev_trigger(): handle incomplete ADD events (bsc#1172157)
* improve logging for failure to set dev_loss_tmo (bsc#1173060, bsc#1173064)
* libmultipath: add device to hwtable.c (bsc#1174026)
- New features
* multipath: add -D option to skip multipathd delegation
* multipath: delegate flushing maps to multipathd
* multipathd: add "del maps" multipathd command
- Other changes
* cleanup disassemble_map() code path
* multipath-tools: introduce INIT_REMOVED state
* logging improvements
* fix "multipathd show devices"
* libmultipath: remove uevent listener failback
* libmultipath: create bitfield abstraction
* libmultipath: count pending paths as active on loads
* kpartx: handle alternate bsd disklabel location
- Lots of minor fixes and cleanups
- Spec file: use %service_del_postun_without_restart macro
-------------------------------------------------------------------
Wed Jun 10 10:56:49 UTC 2020 - mwilck@suse.com

View File

@ -1,5 +1,5 @@
name: multipath-tools
version: 0.8.4+43+suse.908383f
mtime: 1591786519
commit: 908383f93b525ce0a07beb974ee6f2bcf8f6ee4c
version: 0.8.4+167+suse.70bef90
mtime: 1597951037
commit: 70bef906dc39e9020bb8dae701c44bf87d3ac53d

View File

@ -38,7 +38,7 @@
%define _sysdir usr/lib
Name: multipath-tools
Version: 0.8.4+43+suse.908383f
Version: 0.8.4+167+suse.70bef90
Release: 0
Summary: Tools to Manage Multipathed Devices with the device-mapper
License: GPL-2.0-only
@ -194,13 +194,12 @@ install -m 644 -D %{SOURCE3} %{buildroot}/usr/lib/dracut/dracut.conf.d/dm-parts.
exit 0
%preun
%service_del_preun multipathd.service
%service_del_preun -n multipathd.socket
%service_del_preun multipathd.service multipathd.socket
%postun
%{?regenerate_initrd_post}
%service_del_postun multipathd.service
%service_del_postun -n multipathd.socket
%service_del_postun_without_restart multipathd.socket
%posttrans
%{?regenerate_initrd_posttrans}