1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00

WHATS_NEW: update

This commit is contained in:
Zdenek Kabelac 2024-10-24 17:28:31 +02:00
parent 21517c2bd5
commit 73c7dac1a8

View File

@ -1,5 +1,8 @@
Version 2.03.28 - Version 2.03.28 -
================== ==================
Replace use of dm_hash with radix_tree for lv names and uuids.
Refactor vg_validate with uniq_insert and better use of CPU caches.
Add radix_tree_uniq_insert.
Update DM cache when taking next VG lock instead of dropping it. Update DM cache when taking next VG lock instead of dropping it.
Generate json string id only for json reporting. Generate json string id only for json reporting.
For vgsummary use new API call dm_config_parse_only_section(). For vgsummary use new API call dm_config_parse_only_section().