Accepting request 639755 from home:mwilck:branches:Base:System

- Update to version 0.7.7+136+suse.19bb285:
  Not-yet-merged bug fixes from upstream, and SUSE bug fixes:
  * multipathd: try SCSI persistent reservations for SCSI only
  * libmultipath: allow sysfs_pathinfo to return SKIPPED (bsc#1098458)
  * libmultipath: Fixup updating paths (bsc#1110418)
  * multipathd: fix memory leak on error in configure (bsc#1110418)
  * multipathd: remove useless check and fix format
  * multipathd: minor fixes (bsc#1110418)
  * multipathd: function return value tweaks (bsc#1110418)
  * multipath: fix max array size in print_cmd_valid (bsc#1110418)
  * libmutipath: don't use malformed uevents (bsc#1110418)
  * libmultipath: fix null dereference int alloc_path_group (bsc#1110418)
  * libmultipath: fix memory issue in path_latency prio (bsc#1110418)
  * libmultipath: remove unused code
  * libmultipath: _install_keyword cleanup
  * libmultipath: fix length issues in get_vpd_sgio (bsc#1110418)
  * libmultipath: fix set_int error path
  * multipathd: decrease log level of uevent messages (bsc#1110586)
  * multipathd: fix version check for DM_DEV_ARM_POLL ioctl (bsc#1110587)
  * libmultipath: pathinfo: skip hidden devices (bsc#1110586)
  * libmultipath: nvme: shorter topology output
  * libmultipath: nvme: fix path detection for kernel 4.16 (bsc#1091112)
  * libmultipath: fix gcc 8.1 "truncated output" warnings (bsc#1099007)
  * (lib)mpathpersist: use O_RDONLY file descriptors (bsc#1093220)
  * libmpathpersist: fix byte swapping for big endian systems (bsc#1099036)
  * multipath-tools/tests: add tests for get_unaligned_beXX (bsc#1099036) 
  * libmultipath: add (get|put)_unaligned_be64 (bsc#1099036)
  * libmpathpersist: fix stack overflow in mpath_format_readfullstatus()
  (bsc#1099007)
  * libmpathpersist: fix typo in mpath_format_readfullstatus (bsc#1099007)

OBS-URL: https://build.opensuse.org/request/show/639755
OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=166
This commit is contained in:
Martin Wilck 2018-10-03 13:02:51 +00:00 committed by Git OBS Bridge
parent ec2ecf876d
commit 04beb2b221
5 changed files with 77 additions and 15 deletions

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
<param name="changesrevision">4a5941e3763db9ec29b53cdefc92788d4ac08796</param></service><service name="tar_scm">
<param name="changesrevision">9a3248a66fbca03a8a490c3a5604177b4cecac25</param></service><service name="tar_scm">
<param name="url">https://github.com/mwilck/multipath-tools.git</param>
<param name="changesrevision">08a969b7fce0db769b63bdbfead2a452dc417d58</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,63 @@
-------------------------------------------------------------------
Wed Oct 03 11:49:47 UTC 2018 - mwilck@suse.com
- Update to version 0.7.7+136+suse.19bb285:
Not-yet-merged bug fixes from upstream, and SUSE bug fixes:
* multipathd: try SCSI persistent reservations for SCSI only
* libmultipath: allow sysfs_pathinfo to return SKIPPED (bsc#1098458)
* libmultipath: Fixup updating paths (bsc#1110418)
* multipathd: fix memory leak on error in configure (bsc#1110418)
* multipathd: remove useless check and fix format
* multipathd: minor fixes (bsc#1110418)
* multipathd: function return value tweaks (bsc#1110418)
* multipath: fix max array size in print_cmd_valid (bsc#1110418)
* libmutipath: don't use malformed uevents (bsc#1110418)
* libmultipath: fix null dereference int alloc_path_group (bsc#1110418)
* libmultipath: fix memory issue in path_latency prio (bsc#1110418)
* libmultipath: remove unused code
* libmultipath: _install_keyword cleanup
* libmultipath: fix length issues in get_vpd_sgio (bsc#1110418)
* libmultipath: fix set_int error path
* multipathd: decrease log level of uevent messages (bsc#1110586)
* multipathd: fix version check for DM_DEV_ARM_POLL ioctl (bsc#1110587)
* libmultipath: pathinfo: skip hidden devices (bsc#1110586)
* libmultipath: nvme: shorter topology output
* libmultipath: nvme: fix path detection for kernel 4.16 (bsc#1091112)
* libmultipath: fix gcc 8.1 "truncated output" warnings (bsc#1099007)
* (lib)mpathpersist: use O_RDONLY file descriptors (bsc#1093220)
* libmpathpersist: fix byte swapping for big endian systems (bsc#1099036)
* multipath-tools/tests: add tests for get_unaligned_beXX (bsc#1099036)
* libmultipath: add (get|put)_unaligned_be64 (bsc#1099036)
* libmpathpersist: fix stack overflow in mpath_format_readfullstatus()
(bsc#1099007)
* libmpathpersist: fix typo in mpath_format_readfullstatus (bsc#1099007)
* libmpathpersist: remove duplicate test in readfullstatus (bsc#1099007)
- Update to upstream 1a8625abd:
* kpartx: remove duplicated gpt validation check
* kpartx: fix bad dm_devn return
* kpartx: Fix memory leak of uuid found by coverity
* kpartx: minor fixes to make coverity happy
* mpathpersist: add missing --param-rk usage info
* multipath tests: add blacklist tests
* multipath tests: change to work with old make versions
* libmultipath: remove _filter_* blacklist functions
* libmultipath: add "protocol" blacklist option.
* multipathd: add new protocol path wildcard
* libmutipath: remove unused IDE bus type
* mpathpersist: add --param-alltgpt option
* multipath: fix setting conf->version
* libmultipath: fix detect alua corner case
* libmultipath: remove last of rbd code
* multipath-tools: check for C compiler option -Werror=discarded-qualifiers
* multipath-tools: fix compilation with gcc < 4.9 on dash shell
* kpartx: compare image filenames with backing files
* multipath-tools: fix products names in hwtable
* libmultipath: more debug output in alua prioritizer (bsc#1080965)
* libmultipath: alua: retry RTPG for NOT_READY and UNIT_ATTENTION
(bsc#1080965)
* libmultipath: alua_rtpg: use condlog for error messages (bsc#1080965)
-------------------------------------------------------------------
Mon Jul 02 12:01:36 UTC 2018 - mwilck@suse.com
@ -15,8 +75,7 @@ Fri Jun 29 07:57:45 UTC 2018 - mwilck@suse.com
- Update to version 0.7.7+72+suse.4b24466:
* multipath: fix return code handling in delegate_to_multipathd
(bsc#1098177)
* multipath: don't start multipathd unnecessarily
(bsc#1098177)
* multipath: don't start multipathd unnecessarily (bsc#1098177)
-------------------------------------------------------------------
Mon Jun 25 19:48:59 UTC 2018 - mwilck@suse.com
@ -40,7 +99,8 @@ Mon Jun 25 16:20:23 UTC 2018 - mwilck@suse.com
- New patches not yet upstream:
* multipathd: fix mpp->hwe handling on path removal (boo#1099028)
* libmultipath: print correct default for delay_*_checks (boo#1099026)
* libmultipath: avoid error messages from RDAC check (bsc#1075539)
* libmultipath: avoid error messages from RDAC check
(bsc#1108728, bsc#1075539)
* (lib)mpathpersist: use O_RDONLY file descriptors (bsc#1093220)
* libmpathpersist: fix byte swapping for big endian systems (bsc#1099036)
* multipath-tools/tests: add tests for get_unaligned_beXX (bsc#1099036)
@ -111,7 +171,7 @@ Mon Jun 25 16:20:23 UTC 2018 - mwilck@suse.com
* libmultipath: some const usage in hwentry handling
* libmultipath/structs.c: constify some functions
* libmultipath: remove superfluous conditionals in load_config()
* libmultipath: fix memory leak in process_config_dir()
* libmultipath: fix memory leak in process_config_dir() (bsc#1110352)
* kpartx: no need to use FREE_CONST
* multipath.conf.5: update the description of marginal_path_err_rate_threshold
* multipath: don't check timestamps without a path
@ -131,7 +191,7 @@ Mon Jun 25 16:20:23 UTC 2018 - mwilck@suse.com
* multipath-tools: remove "c" from __cpluscplus, misspelled
* multipath-tools: add RDAC SUN/ArrayStorage to hwtable
* Bump version to 0.7.7
* multipathd: fix reservation_key check
* multipathd: fix reservation_key check (bsc#1099008)
* multipathd: add failures path format wildcard
* multipath.rules: find_multipaths "smart" logic
* libmultipath: enable find_multipaths "smart"
@ -174,8 +234,8 @@ Mon Jun 25 16:20:23 UTC 2018 - mwilck@suse.com
* libmultipath: hwhandler auto-detection for ALUA
* multipath-tools: add GPLv2 as COPYING
* multipath-tools: move COPYING to COPYING.LESSER
* multipath: fix rcu thread cancellation hang
* multipathd: register threads that use rcu calls
* multipath: fix rcu thread cancellation hang (bsc#1110418)
* multipathd: register threads that use rcu calls (bsc#1110418)
* libmultipath: Fix recently introduced inconsistencies
* Allow the compiler to verify consistency of declarations and definitions
* multipathd: stop waiter in __setup_multipath
@ -206,10 +266,11 @@ Mon Jun 25 16:20:23 UTC 2018 - mwilck@suse.com
* libmultipath: uev_update_path: update path properties
* libmultipath: uev_update_path: always warn if WWID changed
* libmultipath: get_uid: don't quit prematurely without udev
* libmultipath: get_uid: check VPD pages for SCSI only
* libmultipath: get_uid: check VPD pages for SCSI only (bsc#1108728)
* libmultipath: remove FREE_CONST() again
* libmultipath: fix wrong output of "multipath -t"
* Introduce the ibmultipath/unaligned.h header file
(bsc#1099036)
* libmultipath: Fix sgio_get_vpd() (bsc#1099484)
* kpartx: Improve reliability of find_loop_by_file()
* libmultipath, alloc_path_with_pathinfo(): Ensure that pp->wwid is '\0'-terminated
@ -249,7 +310,7 @@ Mon Jun 25 16:20:23 UTC 2018 - mwilck@suse.com
* libmultipath: remove unused "stdout helpers"
* multipath(d)/Makefile: add explicit dependency on libraries
* multipath-tools: add INSPUR/MCS to hardware table
* multipath: print sysfs state in fast list mode
* multipath: print sysfs state in fast list mode (bsc#1110354)
* multipathd: change spurious uevent msg priority
* Fix set_no_path_retry() regression
* multipathd: remove unused configure parameter
@ -269,6 +330,7 @@ Mon Jun 25 16:20:23 UTC 2018 - mwilck@suse.com
* tests: cmocka-based unit test for uevent_get_XXX
* assemble_map: no newline at end of params string
* multipathd: release uxsocket and resource when cancel thread
(bsc#1110355)
* libmultipath: path latency: remove warnings
* libmultipath: path latency: simplify getprio()
* libmultipath: path latency: log threshold with p2

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -50,7 +50,7 @@
Name: multipath-tools
Url: http://christophe.varoqui.free.fr/
Version: 0.7.7+75+suse.6287aef
Version: 0.7.7+136+suse.d814d8e
Release: 0
Summary: Tools to Manage Multipathed Devices with the device-mapper
License: GPL-2.0-only AND LGPL-2.0-or-later