Skip to content

Commit

Permalink
Update NEWS.md for 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilck committed Jan 24, 2025
1 parent 0514280 commit 7ff44f6
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# multipath-tools Release Notes

## multipath-tools 0.10.1, 2024/11
## multipath-tools 0.10.2, 2025/02

This release contains backported bug fixes from the stable-0.11.y branch.

### 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.10.1, 2025/01

This is the first bug fix release on the `stable-0.10.y` branch. It contains
bug fixes from 0.11.0, and some CI-related fixes.
Expand Down

0 comments on commit 7ff44f6

Please sign in to comment.