1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-30 10:50:34 +03:00

post-release

This commit is contained in:
Marian Csontos 2020-08-09 16:16:39 +02:00
parent 4d9f0606be
commit 231cdd0efb
4 changed files with 9 additions and 2 deletions

@ -1 +1 @@
2.03.10(2) (2020-08-09)
2.03.11(2)-git (2020-08-09)

@ -1 +1 @@
1.02.173 (2020-08-09)
1.02.175-git (2020-08-09)

@ -1,3 +1,6 @@
Version 2.03.11 -
==================================
Version 2.03.10 - 09th August 2020
==================================
Add writecache and integrity support to lvmdbusd.
@ -8,6 +11,7 @@ Version 2.03.10 - 09th August 2020
Fix conversion to 'mirrored' mirror log with larger regionsize.
Zero pool metadata on allocation (disable with allocation/zero_metadata=0).
Failure in zeroing or wiping will fail command (bypass with -Zn, -Wn).
Add lvcreate of new cache or writecache lv with single command.
Fix running out of free buffers for async writing for larger writes.
Add integrity with raid capability.
Fix support for lvconvert --repair used by foreign apps (i.e. Docker).

@ -1,3 +1,6 @@
Version 1.02.175 -
===================================
Version 1.02.173 - 09th August 2020
===================================
Add support for VDO in blkdeactivate script.