Skip to content

Commit

Permalink
NEWS.md: describe latest changes
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Wilck <[email protected]>
  • Loading branch information
mwilck committed Nov 26, 2024
1 parent aed40d6 commit 0bba45b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ DIO
directio
disablequeueing
dmevent
dmi
dmmp
dmraid
dmsetup
Expand Down
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,15 @@ handled).
* Fixed the problem that, if there were multiple maps with deferred failback
(`failback` value > 0 in `multipath.conf`), some maps might fail back later
than configured. The problem existed since 0.9.6.
* Fixed handling of empty maps, i.e. multipath maps that have a multipath UUID
but don't contain a device-mapper table. Such maps can occur in very rare
cases if some device-mapper operation has failed, or if a tool has been
killed in the process of map creation. multipathd will now detect such
cases, and either remove these maps or reload them as appropriate.
* During map creation, fixed the case where a map with different name, but
matching UUID and matching type was already present. multipathd
previously failed to set up such maps. Now it will reload them with the
correct content.

### Other

Expand All @@ -76,6 +85,11 @@ handled).
* The text of the licenses has been updated to the latest versions from the
Free Software Foundation.

### Internal

* `libmp_mapinfo()` now fills in the `name`, `uuid`, and `dmi` fields
if requested by the caller, even if it encounters an error or an empty map.

## multipath-tools 0.10.0, 2024/08

### User-Visible Changes
Expand Down

0 comments on commit 0bba45b

Please sign in to comment.