forked from pool/multipath-tools
Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
22176534c3 | ||
|
|
221d3ea8b5 | ||
|
|
21b3f891ba | ||
|
|
2e71d1e79d | ||
|
|
f2177911ed | ||
|
|
d2bf7ae337 | ||
|
|
269f34bfc7 | ||
|
|
8e726c7160 |
2
_service
2
_service
@@ -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="versionrewrite-pattern">[-]pre(\.)?([0-9])</param>
|
||||
<param name="versionrewrite-replacement">~\2</param>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
|
||||
<param name="changesrevision">f5d32098a7857c93d1d44fc932b5e134808e6741</param></service></servicedata>
|
||||
<param name="changesrevision">dbac936f8ddfe859f35cd6737acc7ca072e37c86</param></service></servicedata>
|
||||
BIN
multipath-tools-0.13.0+229+suse.dbac936f.tar.xz
LFS
Normal file
BIN
multipath-tools-0.13.0+229+suse.dbac936f.tar.xz
LFS
Normal file
Binary file not shown.
Binary file not shown.
@@ -1,78 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 16:45:11 UTC 2026 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Re-add the %ghost entry for /run/multipath (jsc#PED-14758)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 5 15:23:41 UTC 2026 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 0.14.3+212+suse.f5d32098:
|
||||
* multipathd: fix failures on booting from a multipath device
|
||||
(bsc#1257007)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 15:53:14 UTC 2026 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 0.14.2+211+suse.66f8a5ec:
|
||||
|
||||
* multipathd: fix possible null deference in purge_disconnected code
|
||||
(bsc#1257590)
|
||||
* CI enhancements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 17:02:24 UTC 2026 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 0.14.1+208+suse.d08f5475:
|
||||
|
||||
* kpartx: fix segfault when operating on regular files
|
||||
(bsc#1257244, bsc#1257153)
|
||||
* multipathd: print path offline message even without a checker
|
||||
(bsc#1254094)
|
||||
* multipathd: make "multipathd show status" busy checker better
|
||||
* multipathd: finish initalization of paths added while offline
|
||||
* multipathd: don't add removed/partial paths to new maps
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 17:08:09 UTC 2026 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Remove %ghost entry for /run/multipath from spec file (jsc#PED-14758)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 17:43:54 UTC 2026 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 0.14.0+207+suse.18c17be5
|
||||
|
||||
- New features from upstream 0.14.0:
|
||||
|
||||
* add support for automatically purging SCSI devices that become
|
||||
disconnected at the storage target (purge_disconnected option).
|
||||
See NEWS.md.
|
||||
|
||||
- Bug fixes from upstream 0.14.0 (bsc#1257007, see NEWS.md for details):
|
||||
|
||||
* Make sure multipathd registers keys all paths of a multipath map after
|
||||
mpathpersist registered a key for a map.
|
||||
* Fix `mpathpersist --report-capabilities` output.
|
||||
* Improve error handling when retrying REGISTER AND IGNORE.
|
||||
* Fix command descriptions in the multipathd man page.
|
||||
* Fix ISO C23 compatibility issue causing errors with new compilers.
|
||||
* Fix memory leak caused by not joining the "init unwinder" thread.
|
||||
* Fix memory leaks in kpartx.
|
||||
* Print the warning "setting scsi timeouts is unsupported for protocol" only
|
||||
once per protocol.
|
||||
* Make sure multipath-tools is compiled with the compiler flag
|
||||
`-fno-strict-aliasing`. (gh#opensvc/multipath-tools#130, bsc#1255285)
|
||||
|
||||
- Other changes from upstream 0.14.0:
|
||||
|
||||
* Add wrapper code for libudev to avoid potential issues with calling libudev
|
||||
from a multi-threaded program.
|
||||
* Clean up the code for freeing struct path and struct multipath objects.
|
||||
* Hardware table: add Seagate Exos and Nytro series.
|
||||
* Avoid joining threads twice with liburcu 0.14.0 and newer.
|
||||
* Remove the obsolete "hotplug" mode of kpartx.
|
||||
* CI updates.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 17 21:34:12 UTC 2025 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
@@ -122,7 +47,7 @@ Tue Nov 11 16:09:37 UTC 2025 - Martin Wilck <mwilck@suse.com>
|
||||
* multipathd retries persistent reservation commands that have failed on one
|
||||
path on another one.
|
||||
|
||||
- Bug fixes in upstream 0.12.0 (see also NEWS.md) (bsc#1253260)
|
||||
- Bug fixes in upstream 0.12.0 (see also NEWS.md)
|
||||
|
||||
* Failed paths should be checked every `polling_interval`. In certain cases,
|
||||
this wouldn't happen, because the check interval wasn't reset by multipathd.
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
%define libdmmp_version %(echo %{_libdmmp_version} | tr . _)
|
||||
|
||||
Name: multipath-tools
|
||||
Version: 0.14.3+212+suse.f5d32098
|
||||
Version: 0.13.0+229+suse.dbac936f
|
||||
Release: 0
|
||||
Summary: Tools to Manage Multipathed Devices with the device-mapper
|
||||
License: GPL-2.0-only AND GPL-3.0-or-later
|
||||
|
||||
Reference in New Issue
Block a user