summaryrefslogtreecommitdiff
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2022-01-31 16:12:24 -0600
committerDavid Teigland <teigland@redhat.com>2022-01-31 16:59:37 -0600
commitf0cd54a873880286e0932c5cb38a9572677bee25 (patch)
tree1f95070497f815ae6682e5b82f1eb382e92195f1 /WHATS_NEW
parentffa07c8e398232150794767e05b95893c7b737b6 (diff)
downloadlvm2-f0cd54a873880286e0932c5cb38a9572677bee25.tar.gz
writecache: look for settings in lvm.conf
Restore the lvm.conf cache_settings for writecache added by c6639056e0bb2fc5f072b2c0d6bb629ad17eee6e. Shorter method reduces and isolates the complexity of config trees.
Diffstat (limited to 'WHATS_NEW')
-rw-r--r--WHATS_NEW1
1 files changed, 1 insertions, 0 deletions
diff --git a/WHATS_NEW b/WHATS_NEW
index e2f6e166b..16235514e 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.03.15 -
===================================
+ Improve support for metadata profiles for --type writecache.
Use cache or active DM device when available with new kernels.
Introduce function to utilize UUIDs from DM_DEVICE_LIST.
Increase some hash table size to better support large device sets.