summaryrefslogtreecommitdiff
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2021-09-27 11:41:03 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2021-09-27 18:49:41 +0200
commita42ea349f6733fda6eef7741c49208274b0a5388 (patch)
tree9334717d9894a18a5432ea6db957db66a2b27ea0 /WHATS_NEW
parenta3352f08f687e1db4bb20a2f1b1c52bb888b9d97 (diff)
downloadlvm2-a42ea349f6733fda6eef7741c49208274b0a5388.tar.gz
metadata: remember crc32 when writing vg metadata
Preserve computed crc32 check from first written PV, just like we preserve generated metadata. Also there is no need to call crc32 twice on wrapping buffer with 2 calcs, result must be always the same as with single crc32 checking.
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 e9a5de820..6106edbfd 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.03.14 -
==================================
+ Optimize computation of crc32 check sum with multiple PVs.
Enhance recover path on cache creation failure.
Filter out unsupported MQ/SMQ cache policy setting.
Fix memleak in mpath filter.