From 8775bc6898c1f6ab48d3a3f4bde7d8fab7f80799 Mon Sep 17 00:00:00 2001 From: Martin Wilck Date: Fri, 24 Jan 2025 20:10:33 +0100 Subject: [PATCH] Update NEWS.md for 0.11.1 --- .github/actions/spelling/expect.txt | 2 ++ NEWS.md | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index 2a95d4913..7843c3800 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -11,6 +11,7 @@ ata autoconfig autodetected autoresize +backported barbie BINDIR blkid @@ -123,6 +124,7 @@ Lun lvm lvmteam Marzinski +misdetection mpath mpathb mpathpersist diff --git a/NEWS.md b/NEWS.md index 6ee6c8df4..fbb6cb2c7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -9,6 +9,27 @@ release. These bug fixes will be tracked in stable branches. See [README.md](README.md) for additional information. +## multipath-tools 0.11.1, 2025/02 + +This release contains backported bug fixes from the master branch up to 0.12. + +### Bug fixes + +* Fix multipathd crash because of invalid path group index value, for example + if an invalid path device was removed from a map. + Fixes [#105](https://github.com/opensvc/multipath-tools/issues/105). +* 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. + Fixes another issue reported in + [#105](https://github.com/opensvc/multipath-tools/issues/105). +* 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. + ## multipath-tools 0.11.0, 2024/11 ### User-visible changes