From 81a4f94cf352972c5433edd45baa8744d62a301b943ce9fb75c4062b853ae463 Mon Sep 17 00:00:00 2001 From: Martin Wilck Date: Thu, 14 Jul 2022 22:07:19 +0000 Subject: [PATCH] Accepting request 989269 from home:mwilck:multipath Added changelog entries - Update to version 0.9.0+33+suse.fdc6686 * multipath.conf: add support for "protocol" subsection in "overrides" section to set certain config options by protocol. * Removed the previously deprecated options getuid_callout, config_dir, multipath_dir, pg_timeout * Change built-in defaults for NVMe: group by prio, and immediate failback * Allow compilation with -D_FORTIFY_SOURCE=3 OBS-URL: https://build.opensuse.org/request/show/989269 OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=286 --- multipath-tools-0.9.0+39+suse.51a2ab1.obscpio | 2 +- multipath-tools.changes | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/multipath-tools-0.9.0+39+suse.51a2ab1.obscpio b/multipath-tools-0.9.0+39+suse.51a2ab1.obscpio index 11ccd5f..2a972ac 100644 --- a/multipath-tools-0.9.0+39+suse.51a2ab1.obscpio +++ b/multipath-tools-0.9.0+39+suse.51a2ab1.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1e1808ae39dbd268228f3c40d106412c66c8017f2bd91fe0e267ad3dfdbf4cf3 +oid sha256:82ca19655f42a77ccc4a97e3b9b3daa37eebb98ce3f6a97207f20878fa461212 size 2688524 diff --git a/multipath-tools.changes b/multipath-tools.changes index e8869c5..0584201 100644 --- a/multipath-tools.changes +++ b/multipath-tools.changes @@ -11,10 +11,18 @@ Wed Jul 13 20:20:50 UTC 2022 - Martin Wilck ------------------------------------------------------------------- Wed Jul 13 20:11:15 UTC 2022 - Martin Wilck -- Update to version 0.9.0+33+suse.fdc6686: +- Update to version 0.9.0+33+suse.fdc6686 + * multipath.conf: add support for "protocol" subsection in + "overrides" section to set certain config options by protocol. + * Removed the previously deprecated options getuid_callout, + config_dir, multipath_dir, pg_timeout * hwable fixes and additions * multipath.conf(5): add disclaimer about vendor support * libmultipath, kpartx: fix callers of dm_get_next_target() + * Change built-in defaults for NVMe: group by prio, and immediate + failback + * Allow compilation with -D_FORTIFY_SOURCE=3 + ------------------------------------------------------------------- Wed May 11 12:54:27 UTC 2022 - Martin Wilck