forked from pool/multipath-tools
Accepting request 976003 from home:mwilck:multipath
- Update to version 0.8.9+87+suse.a1eb122: * add ability to autodetect support for -D_FORTIFY_SOURCE=3 - Update to version 0.8.9+85+suse.a9da21c: * This is a pre-release of multipath-tools 0.9.0 * multipath.conf: add "protocol" subsection in "overrides" section This allows to set "dev_loss_tmo", "fast_io_fail_tmo", and "eh_deadline" on a per-protocol basis rather than per storage * multipath.conf: drop support for deprecated options: getuid_callout, pg_timeout, config_dir, multipath_dir * multipathd: don't switch to DAEMON_IDLE during startup (bsc#1199346, bsc#1197570) * multipathd: avoid delays during uevent processing (bsc#1199347) * Fixes for minor issues reported by coverity * Fix for memory leak with uid_attrs * Fix possibility to redefine -D_FORTIFY_SOURCE macro. * Updates for built in hardware db - Update to version 0.8.9+42+suse.45974f11: * Logging improvements * Fix busy loop with delayed_reconfigure (bsc#1199342) * multipathd: use remove_map_callback for delayed reconfigure * multipathd: Don't keep starting TUR threads, if they always hang. (bsc#1199345) * Fix handling of path addition in read-only arrays on NVMe * Updates of built-in hardware database - Update to upstream 0.8.9 * libmultipath: only warn once about unsupported dev_loss_tmo * Otherwise code-identical to 0.8.8+64 OBS-URL: https://build.opensuse.org/request/show/976003 OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=280
This commit is contained in:
parent
740c39c997
commit
58bd85420e
2
_service
2
_service
@ -5,7 +5,7 @@
|
|||||||
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
|
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
|
||||||
<param name="filename">multipath-tools</param>
|
<param name="filename">multipath-tools</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@+suse.%h</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="match-tag">0.[0-9].[0-9]</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
|
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
|
||||||
<param name="changesrevision">f265f7e0e522325065d521b770663730dec5995d</param></service></servicedata>
|
<param name="changesrevision">a1eb1223ae8fcb33cd86a214ae590d269494224d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:520a168244bef31e0eeb4772f75d8f0b01fa2acdc2617f4c3d9946721d52d9bf
|
|
||||||
size 2675724
|
|
3
multipath-tools-0.8.9+87+suse.a1eb122.obscpio
Normal file
3
multipath-tools-0.8.9+87+suse.a1eb122.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2f34c1a8863133d5b8d99dc312df6c29fcf3531c8f8d1a4784e041765573222f
|
||||||
|
size 2685964
|
@ -1,3 +1,43 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 07:37:57 UTC 2022 - Martin Wilck <mwilck@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.8.9+87+suse.a1eb122:
|
||||||
|
* add ability to autodetect support for -D_FORTIFY_SOURCE=3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 9 09:59:53 UTC 2022 - Martin Wilck <mwilck@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.8.9+85+suse.a9da21c:
|
||||||
|
* This is a pre-release of multipath-tools 0.9.0
|
||||||
|
* multipath.conf: add "protocol" subsection in "overrides" section
|
||||||
|
This allows to set "dev_loss_tmo", "fast_io_fail_tmo", and
|
||||||
|
"eh_deadline" on a per-protocol basis rather than per storage
|
||||||
|
* multipath.conf: drop support for deprecated options:
|
||||||
|
getuid_callout, pg_timeout, config_dir, multipath_dir
|
||||||
|
* multipathd: don't switch to DAEMON_IDLE during startup
|
||||||
|
(bsc#1199346, bsc#1197570)
|
||||||
|
* multipathd: avoid delays during uevent processing (bsc#1199347)
|
||||||
|
* Fixes for minor issues reported by coverity
|
||||||
|
* Fix for memory leak with uid_attrs
|
||||||
|
* Fix possibility to redefine -D_FORTIFY_SOURCE macro.
|
||||||
|
* Updates for built in hardware db
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 14 21:13:18 UTC 2022 - Martin Wilck <mwilck@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.8.9+42+suse.45974f11:
|
||||||
|
* Logging improvements
|
||||||
|
* Fix busy loop with delayed_reconfigure (bsc#1199342)
|
||||||
|
* multipathd: use remove_map_callback for delayed reconfigure
|
||||||
|
* multipathd: Don't keep starting TUR threads, if they always hang.
|
||||||
|
(bsc#1199345)
|
||||||
|
* Fix handling of path addition in read-only arrays on NVMe
|
||||||
|
* Updates of built-in hardware database
|
||||||
|
|
||||||
|
- Update to upstream 0.8.9
|
||||||
|
* libmultipath: only warn once about unsupported dev_loss_tmo
|
||||||
|
* Otherwise code-identical to 0.8.8+64
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 28 12:54:15 UTC 2022 - Martin Wilck <mwilck@suse.com>
|
Mon Mar 28 12:54:15 UTC 2022 - Martin Wilck <mwilck@suse.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: multipath-tools
|
name: multipath-tools
|
||||||
version: 0.8.8+64+suse.f265f7e0
|
version: 0.8.9+87+suse.a1eb122
|
||||||
mtime: 1645003957
|
mtime: 1652167860
|
||||||
commit: f265f7e0e522325065d521b770663730dec5995d
|
commit: a1eb1223ae8fcb33cd86a214ae590d269494224d
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package multipath-tools
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -29,7 +29,7 @@
|
|||||||
%define libdmmp_version %(echo %{_libdmmp_version} | tr . _)
|
%define libdmmp_version %(echo %{_libdmmp_version} | tr . _)
|
||||||
|
|
||||||
Name: multipath-tools
|
Name: multipath-tools
|
||||||
Version: 0.8.8+64+suse.f265f7e0
|
Version: 0.8.9+87+suse.a1eb122
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools to Manage Multipathed Devices with the device-mapper
|
Summary: Tools to Manage Multipathed Devices with the device-mapper
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -81,8 +81,6 @@ availability of the map devices.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Currently, it makes no sense to split out libmpathpersist and libmpathcmd
|
# Currently, it makes no sense to split out libmpathpersist and libmpathcmd
|
||||||
# separately. libmultipath has no stable API at all, and it depends
|
# separately. libmultipath has no stable API at all, and it depends
|
||||||
# on libmpathcmd (to be fixed). libmpathpersist depends on libmultipath
|
# on libmpathcmd (to be fixed). libmpathpersist depends on libmultipath
|
||||||
|
Loading…
x
Reference in New Issue
Block a user