From 1fe2a74995bbcdef880221783aef2fe484b869b9 Mon Sep 17 00:00:00 2001 From: Marian Csontos Date: Wed, 2 Aug 2023 14:38:23 +0200 Subject: [PATCH] WHATS_NEW: update --- WHATS_NEW | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/WHATS_NEW b/WHATS_NEW index 10abe95b1..f4b09a813 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,6 +1,7 @@ version 2.03.22 - ================================= Fix pv_major/pv_minor report field types so they are integers, not strings. + Add lvmdevices --delnotfound to delete entries for missing devices. Always use cachepool name for metadata backup LV for lvconvert --repair. Make metadata backup LVs read-only after pool's lvconvert --repair. Improve VDO and Thin support with lvmlockd. @@ -14,9 +15,13 @@ version 2.03.22 - Resize COW above trimmed maximal size is does not return error. Support parsing of vdo geometry format version 4. Add lvm.conf thin_restore and cache_restore settings. + Handle multiple mounts while resizing volume with a FS. + Handle leading/trailing spaces in sys_wwid and sys_serial used by deivce_id. Enhance lvm_import_vdo and use snapshot when converting VDO volume. - Fix parsed of VDO metadata. + Fix parsing of VDO metadata. Fix failing -S|--select for non-reporting cmds if using LV info/status fields. + Allow snapshots of raid+integrity LV. + Fix multisegment RAID1 allocator to prevent using single disk for more legs. version 2.03.21 - 21st April 2023 =================================