summaryrefslogtreecommitdiff
path: root/WHATS_NEW_DM
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2019-06-05 14:31:34 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2019-06-05 15:48:41 +0200
commite3c4ab0cc788b0190ab58446189c2d6b07a27b98 (patch)
treecf22baba14683aaa770557eccd8842564ca9e286 /WHATS_NEW_DM
parentd18e491f6890e15a677e8189de0699ccc7412f16 (diff)
downloadlvm2-e3c4ab0cc788b0190ab58446189c2d6b07a27b98.tar.gz
cache: support no_discard_passdown
Recent kernel version from kernel commit: de7180ff908b2bc0342e832dbdaa9a5f1ecaa33a started to report in cache status line new flag: no_discard_passdown Whenever lvm spots unknown status it reports: Unknown feature in status: So add reconginzing this feature flag and also report this with 'lvs -o+kernel_discards' When no_discard_passdown is found in status 'nopassdown' gets reported for this field (roughly matching what we report for thin-pools).
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 7c8b8535a..8a2146d9a 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,5 +1,6 @@
Version 1.02.155 -
====================================
+ Parsing of cache status understand no_discard_passdown.
Ensure migration_threshold for cache is at least 8 chunks.
Include correct internal header inside libdm list.c.
Enhance ioctl flattening and add parameters only when needed.