summaryrefslogtreecommitdiff
path: root/WHATS_NEW_DM
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2020-10-16 20:58:58 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2020-10-19 16:53:19 +0200
commita17ec7e0baa737b45900cc4f97823c95f9dd8c56 (patch)
treeb9c20d327c08cfe082338d8616b131bf98f879b3 /WHATS_NEW_DM
parentb75c2dfe1b28efae08be9c7b55e904b8b695a8cd (diff)
downloadlvm2-a17ec7e0baa737b45900cc4f97823c95f9dd8c56.tar.gz
dm: remove created devices on error path
DM tree keeps track of created device while preloading a device tree. When fail occures during such preload, it will now try to remove all created and preloaded device. This makes it easier to maintain stacking of device, since we do not need to check in-depth for existance of all possible created devices during the failure.
Diffstat (limited to 'WHATS_NEW_DM')
-rw-r--r--WHATS_NEW_DM1
1 files changed, 1 insertions, 0 deletions
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index 2600ca308..9624c0d78 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -7,6 +7,7 @@ Version 1.02.173 - 09th August 2020
Version 1.02.171 - 26th March 2020
==================================
+ Try to remove all created devices on dm preload tree error path.
Fix dm_list interators with gcc 10 optimization (-ftree-pta).
Dmeventd handles timer without looping on short intervals.