forked from pool/multipath-tools
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
ce7ee19909 | ||
|
|
28e3517f30 |
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,5 +1 @@
|
||||
.osc
|
||||
\#*
|
||||
*~
|
||||
*.obscpio
|
||||
/multipath-tools/
|
||||
|
||||
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">next</param>
|
||||
<param name="revision">slfo-1.2</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">dbac936f8ddfe859f35cd6737acc7ca072e37c86</param></service></servicedata>
|
||||
<param name="changesrevision">e1501732a0fbe355384c9043deb5e8aa5eb93210</param></service></servicedata>
|
||||
BIN
multipath-tools-0.11.3+184+suse.e1501732.tar.xz
LFS
Normal file
BIN
multipath-tools-0.11.3+184+suse.e1501732.tar.xz
LFS
Normal file
Binary file not shown.
Binary file not shown.
@@ -1,70 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 17 21:34:12 UTC 2025 - Martin Wilck <mwilck@suse.com>
|
||||
Tue Nov 11 21:13:56 UTC 2025 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 0.13.0+229+suse.dbac936f:
|
||||
* multipath-tools tests: adaptations for cmocka 2.0
|
||||
(bsc#1255045, gh#opensvc/multipath-tools#129)
|
||||
* libmpathutil: use union for bitfield (bsc#1255285)
|
||||
* libmultipath: don't access path members in free_pgvec()
|
||||
(gh#opensvc/multipath-tools#128)
|
||||
- Update to version 0.11.3+184+suse.e1501732:
|
||||
|
||||
- Include reviewed upstream fixes post 0.13.0:
|
||||
* more mpathpersist fixes
|
||||
* hwtable updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 17 16:11:43 UTC 2025 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 0.13.0+201+suse.821510bc:
|
||||
|
||||
* CI: more GitHub workflow updates. No code changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 17 14:18:51 UTC 2025 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 0.13.0+186+suse.9a8e81de:
|
||||
|
||||
* CI: GitHub workflow updates. No code changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 11 16:09:37 UTC 2025 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 0.13.0+127+suse.37f9a4c9
|
||||
|
||||
- Major rework of the SCSI Persistent Reservation code in upstream 0.13.0
|
||||
|
||||
- Changes in upstream 0.12.0 (see also NEWS.md)
|
||||
- Fixes from upstream 0.11.3 (see also NEWS.md) (bsc#1253260)
|
||||
|
||||
* Improved the communication with **udev** and **systemd** by triggering
|
||||
uevents when path devices are added to or removed from multipath maps,
|
||||
or when `multipathd reconfigure` is executed after changing blacklist
|
||||
directives in `multipath.conf`.
|
||||
* Maps that were added outside of multipathd (e.g. using the **multipath**
|
||||
command) and that couldn't be reloaded by multipathd used to be ignored
|
||||
by multipathd. multipathd will now monitor them. If some paths were
|
||||
offline while the map was created, multipathd will now add them to the
|
||||
map when they go online again.
|
||||
* 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)
|
||||
|
||||
* Failed paths should be checked every `polling_interval`. In certain cases,
|
||||
this wouldn't happen, because the check interval wasn't reset by multipathd.
|
||||
* It could happen that multipathd would accidentally release a SCSI persistent
|
||||
reservation held by another node. Fix it.
|
||||
* After manually failing some paths and then reinstating them, sometimes
|
||||
the reinstated paths were immediately failed again by multipathd. Fix it.
|
||||
* Fix crash in foreign (nvme native multipath) code, present since 0.8.8.
|
||||
* Various minor fixes reported by coverity.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 19 12:28:12 UTC 2025 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 0.11.0+184+suse.9bca786:
|
||||
* tests: fix tests when built against cmocka 1.1.8 or newer
|
||||
(gh#openSUSE/multipath-tools#19)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 5 14:33:08 UTC 2025 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
@@ -125,7 +77,6 @@ Fri Jan 24 15:06:55 UTC 2025 - Martin Wilck <mwilck@suse.com>
|
||||
matching UUID and matching type was already present. multipathd
|
||||
previously failed to set up such maps. Now it will reload them with the
|
||||
correct content. (bsc#1236390)
|
||||
* Add HPE MSA Gen7 (2070/2072) to hwtable (bsc#1246501)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 22 16:18:10 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
@@ -3754,3 +3705,4 @@ Tue May 25 10:43:15 CEST 2004 - fehr@suse.de
|
||||
- created initial version of a SuSE package from version 0.2.0 of
|
||||
multipath tools
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
%define libdmmp_version %(echo %{_libdmmp_version} | tr . _)
|
||||
|
||||
Name: multipath-tools
|
||||
Version: 0.13.0+229+suse.dbac936f
|
||||
Version: 0.11.3+184+suse.e1501732
|
||||
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