summaryrefslogtreecommitdiff
path: root/WHATS_NEW_DM
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2018-03-14 21:00:46 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2018-03-15 10:56:31 +0100
commit043f58452a0a2c136dd6a90f1d60b063ae17a866 (patch)
tree518f0e13a1c283cde1a00c66cbac3b644960fe8e /WHATS_NEW_DM
parenta082ce2613f3a9587b0109df0bbc3ebb7e6b1e75 (diff)
downloadlvm2-043f58452a0a2c136dd6a90f1d60b063ae17a866.tar.gz
libdm-stats: fix error messages
When function dm_stats_populate() returns 0 it's an error and needs log_error() message - function can't have 'success' returning 0 or error without reasons.
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 2fafe74be..34c68332c 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,5 +1,6 @@
Version 1.02.147 -
=====================================
+ Add missing log_error() into dm_stats_populate() returning 0.
Avoid calling dm_stats_populat() for DM devices without any stats regions.
Support DM_DEBUG_WITH_LINE_NUMBERS envvar for debug msg with source:line.
Configured command for thin pool threshold handling gets whole environment.