diff mbox series

[meta-oe,21/51] multipath-tools: upgrade 0.11.0 -> 0.11.1

Message ID 1740525881-21103-21-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/51] asyncmqtt: upgrade 9.0.2 -> 10.0.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 25, 2025, 11:24 p.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
* Fix multipathd crash because of invalid path group index value, for example
  if an invalid path device was removed from a map.
* Make sure maps are reloaded in the path checker loop after detecting an
  inconsistent or wrong kernel state (e.g. missing or falsely mapped path
  device). Wrongly mapped paths will be unmapped and released to the system.
* Fix the problem that 'group_by_tpg' might be disabled if one or more
  paths were offline during initial configuration.
* Fix possible misdetection of changed pathgroups in a map.
* Fix the problem that if a map was scheduled to be reloaded already,
  'max_sectors_kb' might not be set on a path device that
  was being added to a multipath map. This problem was introduced in 0.9.9.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{multipath-tools_0.11.0.bb => multipath-tools_0.11.1.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/multipath-tools/{multipath-tools_0.11.0.bb => multipath-tools_0.11.1.bb} (98%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.11.0.bb b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.11.1.bb
similarity index 98%
rename from meta-oe/recipes-support/multipath-tools/multipath-tools_0.11.0.bb
rename to meta-oe/recipes-support/multipath-tools/multipath-tools_0.11.1.bb
index 67e293dac2..3037d0da8d 100644
--- a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.11.0.bb
+++ b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.11.1.bb
@@ -29,7 +29,7 @@  DEPENDS = "libdevmapper \
 
 LICENSE = "GPL-2.0-only"
 
-SRC_URI = "git://github.com/opensvc/multipath-tools.git;protocol=https;branch=master \
+SRC_URI = "git://github.com/opensvc/multipath-tools.git;protocol=https;branch=stable-0.11.y \
            file://multipathd.oe \
            file://multipath.conf.example \
            file://0001-RH-fixup-udev-rules-for-redhat.patch \
@@ -49,7 +49,7 @@  SRC_URI = "git://github.com/opensvc/multipath-tools.git;protocol=https;branch=ma
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=9ec28527f3d544b51ceb0e1907d0bf3f"
 
-SRCREV = "de16cf82c5263fc148118be56ebf44c8f0ee60b8"
+SRCREV = "cb8de98b2cc3b62fd1a578ba479c0820778e9c02"
 
 S = "${WORKDIR}/git"