1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

pre-release 2.03.28

This commit is contained in:
Marian Csontos 2024-11-04 16:42:12 +01:00
parent 8ada61dbed
commit f87a6ad6d6
5 changed files with 26 additions and 6 deletions

View File

@ -1 +1 @@
2.03.28(2)-git (2024-10-02)
2.03.28(2) (2024-11-04)

View File

@ -1 +1 @@
1.02.202-git (2024-10-02)
1.02.202 (2024-11-04)

View File

@ -1,5 +1,5 @@
Version 2.03.28 -
==================
Version 2.03.28 - 04th November 2024
====================================
Use radix_tree to lookup for UUID within committed metadata.
Use radix_tree to lookup LV list entry within VG struct.
Introduce setting config/validate_metadata = full | none.

View File

@ -1,5 +1,5 @@
Version 1.02.202 -
===================
Version 1.02.202 - 04th November 2024
=====================================
Introduce dm_config_parse_only_section to stop parsing after section.
For shorter string use on stack buffers when generating sections.
Enhance dm_config tokenizer.

View File

@ -0,0 +1,20 @@
<!-- Page title -->
[[!meta title="Version 2.03.28 - Bug Fix Release"]]
Version 2.03.28
===============
Few bugfixes and a lot of speed improvements mainly for many LVs.
* Introduce setting config/validate_metadata = full | none.
* Restore fs resize call for lvresize -r on the same size LV (2.03.17).
* Correct off-by-one devicesfile backup counting.
* Fall back to direct zeroing if BLKZEROOUT fails during new LV initialization.
<!-- remove the pending tag on release, remove draft tag once editing is complete -->
[[!tag]]
<!--
For old releases add Release Timestamp like this, date from git show $COMMIT is fine.
\[[!meta date="Tue Nov 21 14:26:07 2023 +0100"]]
-->