1
0

Accepting request 1109325 from home:mwilck:multipath

- Update to version 0.9.6+71+suse.525c32f:
  * avoid changing SCSI timeouts in "multipath -d" (bsc#1213809)

- Update to version 0.9.6+70+suse.63925e8:
  Upstream feature additions and bug fixes:
  * ignore nvme devices by default if nvme native multipath is enabled
  * add "group_by_tpg" path_grouping_policy
  * add config options "detect_pgpolicy" and "detect_pgpolicy_use_tpg"
  * libmultipath: add ALUA tpg path wildcard "%A"
  * make prioritizer timeouts consistent with checker timeouts
  * fix dev_loss_tmo even if not set in configuration (bsc#1212440)
  * libmultipath: fix max_sectors_kb on adding path
  * fix warnings reported by udevadm verify

OBS-URL: https://build.opensuse.org/request/show/1109325
OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=313
This commit is contained in:
Martin Wilck 2023-09-06 19:06:44 +00:00 committed by Git OBS Bridge
parent e137239d0f
commit ffb13cbe09
6 changed files with 28 additions and 8 deletions

View File

@ -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">d1b6a1c70de9ee39fab1310ef19f4325c3ec7096</param></service></servicedata> <param name="changesrevision">525c32fafd4b29a327bacab95686dcb22eca7d2f</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Sep 6 19:04:40 UTC 2023 - Martin Wilck <mwilck@suse.com>
- Update to version 0.9.6+71+suse.525c32f:
* avoid changing SCSI timeouts in "multipath -d" (bsc#1213809)
-------------------------------------------------------------------
Wed Sep 6 13:51:42 UTC 2023 - Martin Wilck <mwilck@suse.com>
- Update to version 0.9.6+70+suse.63925e8:
Upstream feature additions and bug fixes:
* ignore nvme devices by default if nvme native multipath is enabled
* add "group_by_tpg" path_grouping_policy
* add config options "detect_pgpolicy" and "detect_pgpolicy_use_tpg"
* libmultipath: add ALUA tpg path wildcard "%A"
* make prioritizer timeouts consistent with checker timeouts
* fix dev_loss_tmo even if not set in configuration (bsc#1212440)
* libmultipath: fix max_sectors_kb on adding path
* fix warnings reported by udevadm verify
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 12 13:54:09 UTC 2023 - Martin Wilck <mwilck@suse.com> Fri May 12 13:54:09 UTC 2023 - Martin Wilck <mwilck@suse.com>

View File

@ -1,4 +1,4 @@
name: multipath-tools name: multipath-tools
version: 0.9.5+68+suse.d1b6a1c version: 0.9.6+71+suse.525c32f
mtime: 1683877031 mtime: 1694024387
commit: d1b6a1c70de9ee39fab1310ef19f4325c3ec7096 commit: 525c32fafd4b29a327bacab95686dcb22eca7d2f

View File

@ -35,7 +35,7 @@
%define libdmmp_version %(echo %{_libdmmp_version} | tr . _) %define libdmmp_version %(echo %{_libdmmp_version} | tr . _)
Name: multipath-tools Name: multipath-tools
Version: 0.9.5+68+suse.d1b6a1c Version: 0.9.6+71+suse.525c32f
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 AND GPL-3.0-or-later License: GPL-2.0-only AND GPL-3.0-or-later