summaryrefslogtreecommitdiff
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2022-01-20 15:36:14 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2022-01-26 15:09:58 +0100
commitc6639056e0bb2fc5f072b2c0d6bb629ad17eee6e (patch)
treedc094e6380125a5c900097d8dc86a2b767044ad9 /WHATS_NEW
parent8f50c5e79b6ce619a53d51353dded2f84953af00 (diff)
downloadlvm2-c6639056e0bb2fc5f072b2c0d6bb629ad17eee6e.tar.gz
writecache: handle options from lvm.conf
User can place default settings into lvm.conf i.e.: allocation { cache_settings { writecache { block_size = 4096 } } }
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.