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
This commit is contained in:
Martin Wilck 2022-07-14 22:07:19 +00:00 committed by Git OBS Bridge
parent 669c0f908d
commit 81a4f94cf3
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e1808ae39dbd268228f3c40d106412c66c8017f2bd91fe0e267ad3dfdbf4cf3
oid sha256:82ca19655f42a77ccc4a97e3b9b3daa37eebb98ce3f6a97207f20878fa461212
size 2688524

View File

@ -11,10 +11,18 @@ Wed Jul 13 20:20:50 UTC 2022 - Martin Wilck <mwilck@suse.com>
-------------------------------------------------------------------
Wed Jul 13 20:11:15 UTC 2022 - Martin Wilck <mwilck@suse.com>
- 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 <mwilck@suse.com>