1
0

Accepting request 950712 from home:mwilck:multipath

- 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/950712
OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=270
This commit is contained in:
Martin Wilck 2022-02-02 11:46:56 +00:00 committed by Git OBS Bridge
parent 235ce4bda3
commit b7bff3d056
7 changed files with 27 additions and 11 deletions

View File

@ -5,7 +5,7 @@
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
<param name="filename">multipath-tools</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@+suse.%h</param>
<param name="revision">factory</param>
<param name="revision">next</param>
<param name="match-tag">0.[0-9].[0-9]</param>
<param name="changesgenerate">enable</param>
</service>

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

@ -1,7 +1,7 @@
#
# spec file for package multipath-tools
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -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,7 @@ 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