summaryrefslogtreecommitdiff
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2022-05-31 22:48:38 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2022-06-07 17:14:08 +0200
commit1b070f366ba57a6eb24df03241284732db5047e9 (patch)
tree3318b759bf5c76d436888f96de1433ea36c6b9cf /WHATS_NEW
parentc302903dbab1d5fd05b344c654bed83c9ecb69f8 (diff)
downloadlvm2-1b070f366ba57a6eb24df03241284732db5047e9.tar.gz
vdo: fix conversion of vdo_slab_size_mb
When converting VDO volume, the parameter vdo_slabSize was incorrectly copied as vdo_blockMapCacheSize, however this parameter is then no longer used for any table line creation so the wrong value was only stored in metadata. Also use just single get_kb_size_with_unit_ and remove it's duplicate functionality with get_mb_size_with_unit_. Use $VERB for vdo remove call.
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 844f69084..fed5faedc 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.03.17 -
===============================
+ Fix vdo_slab_size_mb value for converted VDO volume.
Version 2.03.16 - 18th May 2022
===============================