summaryrefslogtreecommitdiff
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2022-05-05 11:02:32 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2022-05-05 11:13:39 +0200
commit7ec0726ce331a4dc1ab5dc5e1b9ae503e5d758da (patch)
treebfd05d8f7f84b05803fd28fe6013165aa5fe1d18 /WHATS_NEW
parentff6022d400430df2f51160ce9eec4010ac55696c (diff)
downloadlvm2-7ec0726ce331a4dc1ab5dc5e1b9ae503e5d758da.tar.gz
toollib: fix segfault when handling selection with historical LVs
When processing historical LVs inside process_each_lv_in_vg for selection, we need to use dummy "_historical_lv" for select_match_lv. This is because a historical LV is not an actual LV, but only a tiny representation with subset of original properties that we recorded (name, uuid...). To use the same processing functions we use for full-fledged non-historical LVs, we need to use the prefilled "_historical_lv" structure which has all the other missing properties hard-coded.
Diffstat (limited to 'WHATS_NEW')
-rw-r--r--WHATS_NEW1
1 files changed, 1 insertions, 0 deletions
diff --git a/WHATS_NEW b/WHATS_NEW
index fad32ab08..db8265a78 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.03.16 -
====================================
+ Fix segfault when handling selection with historical LVs.
Add support --vdosettings with lvcreate, lvconvert, lvchange.
Fix lossing of delete message on thin-pool extension.