summaryrefslogtreecommitdiff
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2022-03-30 14:16:11 +0200
committerMarian Csontos <mcsontos@redhat.com>2022-11-29 14:09:25 +0100
commit7db3a53d8a3aa7401337fb9aaf00f19cf4407e70 (patch)
tree29c1ec2d856618ad9f3964818690e9df8d93081b /WHATS_NEW
parent0b9d9963b8f15a6f12a0149a62809fa9b846c5c5 (diff)
downloadlvm2-7db3a53d8a3aa7401337fb9aaf00f19cf4407e70.tar.gz
thin: fix message processing on thin-pool extensionwip-8.8.0
When thin-pool had queued some delete message on extension operation such message has been 'lost' and thin-pool kernel metadata has been left with a thin volume that no longer existed for lvm2 metadata. (cherry picked from commit 09371131469f7398c597a5fb30dc565859253cc2)
Diffstat (limited to 'WHATS_NEW')
-rw-r--r--WHATS_NEW4
1 files changed, 4 insertions, 0 deletions
diff --git a/WHATS_NEW b/WHATS_NEW
index e626802ec..bffd24648 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -2,6 +2,10 @@ Version 2.03.17 -
===============================
Fix lvconvert --test --type vdo-pool execution.
+Version 2.03.16 -
+====================================
+ Fix lossing of delete message on thin-pool extension.
+
Version 2.03.14 - 20th October 2021
===================================
Device scanning is skipping directories on different filesystems.