summaryrefslogtreecommitdiff
path: root/WHATS_NEW_DM
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2017-12-07 17:52:01 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2017-12-07 21:00:36 +0100
commit297d5915c3c927cba3a63bc9d6d1747271d06641 (patch)
tree0f04e5e1b4e54b1dcf0223b408bbcbc9cceeaa03 /WHATS_NEW_DM
parent4a4ea47f709287444f3b0d8e0581ce17e730ef4c (diff)
downloadlvm2-297d5915c3c927cba3a63bc9d6d1747271d06641.tar.gz
libdm: avoid checking status on activation
Variable props.send_messages has 3 states and was not used properly here. Activation in this moment does not need to verify thin-pool status as that has been already checked on preload. So only if there are some real messages (value 2) call function for sending them.
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 dfa5a97b9..d9503c222 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,5 +1,6 @@
Version 1.02.146 -
====================================
+ Activation tree of thin pool skips duplicated check of pool status.
Remove code supporting replicator target.
Do not ignore failure of _info_by_dev().
Propagate delayed resume for pvmove subvolumes.