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 <mwilck@suse.com>
  • Loading branch information
mwilck committed Nov 26, 2024
1 parent aed40d6 commit 72ebf86
Showing 1 changed file with 14 additions and 0 deletions.
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

1 comment on commit 72ebf86

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@check-spelling-bot Report

🔴 Please review

See the 📜action log or 📝 job summary for details.

Unrecognized words (1)

dmi

These words are not needed and should be removed sdc systemd

To accept these unrecognized words as correct and remove the previously acknowledged and now absent words, you could run the following commands

... in a clone of the git@github.com:openSUSE/multipath-tools.git repository
on the queue branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/openSUSE/multipath-tools/actions/runs/12039033268/attempts/1'
Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionary

This includes both expected items (257) from .github/actions/spelling/expect.txt and unrecognized words (1)

Dictionary Entries Covers Uniquely
cspell:php/dict/php.txt 1689 13 3
cspell:node/dict/node.txt 891 14 2
cspell:python/src/python/python-lib.txt 2417 10 1
cspell:golang/dict/go.txt 2099 7 1
cspell:dotnet/dict/dotnet.txt 405 7

Consider adding them (in .github/workflows/spelling.yml) in jobs:/spelling: for uses: check-spelling/check-spelling@main in its with:

      with:
        extra_dictionaries: |
          cspell:php/dict/php.txt
          cspell:node/dict/node.txt
          cspell:python/src/python/python-lib.txt
          cspell:golang/dict/go.txt
          cspell:dotnet/dict/dotnet.txt

To stop checking additional dictionaries, add (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@main in its with:

check_extra_dictionaries: ''

Please sign in to comment.