summaryrefslogtreecommitdiff
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2021-02-02 19:53:59 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2021-02-02 21:23:39 +0100
commit51c83f14837c8647c3522abb23707da3ece2085c (patch)
treee2491709e78e3f46b1391757a36e8125d5fa0929 /WHATS_NEW
parent8454ce66c511438ef0d9da3d3b0bac2a5a3d8f2b (diff)
downloadlvm2-51c83f14837c8647c3522abb23707da3ece2085c.tar.gz
lvcreate: use lv_passes_readonly_filter
Check if created LV is going to be activated read-only because such LV cannot be zeroed (equals to use option '-pr').
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 c6be9b481..42ea4f550 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.03.12 -
===================================
+ Check if lvcreate passes read_only_volume_list with tags and skips zeroing.
Allocation prints better error when metadata cannot fit on a single PV.
Pvmove can better resolve full thin-pool tree move.
Limit pool metadata spare to 16GiB.