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:
parent
8ada61dbed
commit
f87a6ad6d6
@ -1 +1 @@
|
||||
1.02.202-git (2024-10-02)
|
||||
1.02.202 (2024-11-04)
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
20
doc/release-notes/2.03.28.mdwn
Normal file
20
doc/release-notes/2.03.28.mdwn
Normal 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"]]
|
||||
-->
|
||||
|
Loading…
Reference in New Issue
Block a user