summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW_DM
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2012-09-27 16:57:14 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2012-10-03 15:04:41 +0200
commit1946a453297535829d3d698dfa51733d8a223400 (patch)
treebdf247252e4a2b76e450c1c7409cd1bc6ec7cab8 /WHATS_NEW_DM
parent21c401006c3c12b75354736db9a2f75e7993f489 (diff)
downloadlvm2-1946a453297535829d3d698dfa51733d8a223400.tar.gz
lvm2-1946a453297535829d3d698dfa51733d8a223400.tar.xz
lvm2-1946a453297535829d3d698dfa51733d8a223400.zip
libdm: reset delay flag for devs used by thin
Patch clears the flag if thin pool is stacked over mirror. Since thin pool could be used to stack device over mirrors, it needs resume properly i.e. mirrors with corelog which are otherwise unconditionally skipped (for pvmove functionality).
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 c46db61e..338cfafe 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,5 +1,6 @@
Version 1.02.77 -
=================================
+ Always reset delay_resume_if_new flag when stacking thin pool.
Don't create value for dm_config_node and require dm_config_create_value call.
Check for existing new_name for dmsetup rename.
Fix memory leak in dmsetup _get_split_name() error path.