From ffb13cbe097aeac331f3cdd2a5ae92043f74f9a3c8fa7e45a410fc125048ce73 Mon Sep 17 00:00:00 2001 From: Martin Wilck Date: Wed, 6 Sep 2023 19:06:44 +0000 Subject: [PATCH] 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 --- _servicedata | 2 +- multipath-tools-0.9.5+68+suse.d1b6a1c.obscpio | 3 --- multipath-tools-0.9.6+71+suse.525c32f.obscpio | 3 +++ multipath-tools.changes | 20 +++++++++++++++++++ multipath-tools.obsinfo | 6 +++--- multipath-tools.spec | 2 +- 6 files changed, 28 insertions(+), 8 deletions(-) delete mode 100644 multipath-tools-0.9.5+68+suse.d1b6a1c.obscpio create mode 100644 multipath-tools-0.9.6+71+suse.525c32f.obscpio diff --git a/_servicedata b/_servicedata index 200af38..ae47b0d 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/multipath-tools.git - d1b6a1c70de9ee39fab1310ef19f4325c3ec7096 \ No newline at end of file + 525c32fafd4b29a327bacab95686dcb22eca7d2f \ No newline at end of file diff --git a/multipath-tools-0.9.5+68+suse.d1b6a1c.obscpio b/multipath-tools-0.9.5+68+suse.d1b6a1c.obscpio deleted file mode 100644 index 8a4b97c..0000000 --- a/multipath-tools-0.9.5+68+suse.d1b6a1c.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed5e2dae8d3ef4e51aefc032f4e9628dc2be80befd9a1701cbfa20e59544bb2a -size 2782220 diff --git a/multipath-tools-0.9.6+71+suse.525c32f.obscpio b/multipath-tools-0.9.6+71+suse.525c32f.obscpio new file mode 100644 index 0000000..f63ac8d --- /dev/null +++ b/multipath-tools-0.9.6+71+suse.525c32f.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821da490d75690735df3e76d3b4743e9ff9f7d030acbf51f63131f65feece715 +size 2795532 diff --git a/multipath-tools.changes b/multipath-tools.changes index 44e91f2..1599a8b 100644 --- a/multipath-tools.changes +++ b/multipath-tools.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Sep 6 19:04:40 UTC 2023 - Martin Wilck + +- 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 + +- 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 diff --git a/multipath-tools.obsinfo b/multipath-tools.obsinfo index 74df696..ab57e83 100644 --- a/multipath-tools.obsinfo +++ b/multipath-tools.obsinfo @@ -1,4 +1,4 @@ name: multipath-tools -version: 0.9.5+68+suse.d1b6a1c -mtime: 1683877031 -commit: d1b6a1c70de9ee39fab1310ef19f4325c3ec7096 +version: 0.9.6+71+suse.525c32f +mtime: 1694024387 +commit: 525c32fafd4b29a327bacab95686dcb22eca7d2f diff --git a/multipath-tools.spec b/multipath-tools.spec index d018342..295b8e2 100644 --- a/multipath-tools.spec +++ b/multipath-tools.spec @@ -35,7 +35,7 @@ %define libdmmp_version %(echo %{_libdmmp_version} | tr . _) Name: multipath-tools -Version: 0.9.5+68+suse.d1b6a1c +Version: 0.9.6+71+suse.525c32f Release: 0 Summary: Tools to Manage Multipathed Devices with the device-mapper License: GPL-2.0-only AND GPL-3.0-or-later