Accepting request 950721 from Base:System

- Version 0.8.8+45+suse.628d603e
  * fix handling of historical-service-time path selector (bsc#1195425)
  * fix marking multipath devices as failed prematurely on startup
    (bsc#1195426)
  * multipathd.service: remove LimitCORE=infinity directive
    This should only be enabled for debugging.
  * multipathd.service: don't load scsi_dh modules (bsc#1195397)
    This is done via modules-load.d functionality on (open)SUSE
- Upstream fixes:
  * Fix claiming of paths with "find_multipaths strict"
  * Avoid unnecessary read-only reloads

OBS-URL: https://build.opensuse.org/request/show/950721
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/multipath-tools?expand=0&rev=138
This commit is contained in:
Dominique Leuenberger 2022-02-03 22:15:47 +00:00 committed by Git OBS Bridge
commit a936760e66
6 changed files with 26 additions and 9 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">79c3556f334f2a915d196574fcfa4b8cde1037e8</param></service></servicedata>
<param name="changesrevision">628d603e9b71ab3572e7b0219218c4b9d88e202d</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Feb 2 09:56:59 UTC 2022 - Martin Wilck <mwilck@suse.com>
- Version 0.8.8+45+suse.628d603e
* fix handling of historical-service-time path selector (bsc#1195425)
* fix marking multipath devices as failed prematurely on startup
(bsc#1195426)
* multipathd.service: remove LimitCORE=infinity directive
This should only be enabled for debugging.
* multipathd.service: don't load scsi_dh modules (bsc#1195397)
This is done via modules-load.d functionality on (open)SUSE
- Upstream fixes:
* Fix claiming of paths with "find_multipaths strict"
* Avoid unnecessary read-only reloads
-------------------------------------------------------------------
Fri Jan 7 19:51:14 UTC 2022 - Martin Wilck <mwilck@suse.com>
@ -11,7 +26,7 @@ Mon Dec 06 15:53:53 UTC 2021 - mwilck@suse.com
- Update to 0.8.8+38+suse.2bdd3a14.obscpio
* upstream version bump. Code-wise identical to 0.8.7+138+suse.7c9afe31
------------------------------------------------------------------
-------------------------------------------------------------------
Fri Dec 3 11:00:32 UTC 2021 - Martin Wilck <mwilck@suse.com>
- Drop versioned dependency on libmpath0 again (bsc#1190622)

View File

@ -1,4 +1,4 @@
name: multipath-tools
version: 0.8.8+13+suse.79c3556f
mtime: 1638805579
commit: 79c3556f334f2a915d196574fcfa4b8cde1037e8
version: 0.8.8+45+suse.628d603e
mtime: 1643760027
commit: 628d603e9b71ab3572e7b0219218c4b9d88e202d

View File

@ -29,7 +29,7 @@
%define libdmmp_version %(echo %{_libdmmp_version} | tr . _)
Name: multipath-tools
Version: 0.8.8+13+suse.79c3556f
Version: 0.8.8+45+suse.628d603e
Release: 0
Summary: Tools to Manage Multipathed Devices with the device-mapper
License: GPL-2.0-only
@ -80,6 +80,8 @@ the necessary changes to the multipath maps to ensure continuous
availability of the map devices.
# Currently, it makes no sense to split out libmpathpersist and libmpathcmd
# separately. libmultipath has no stable API at all, and it depends
# on libmpathcmd (to be fixed). libmpathpersist depends on libmultipath