mirror of
git://sourceware.org/git/lvm2.git
synced 2025-10-27 11:33:19 +03:00
pre-release 2.03.36
This commit is contained in:
@@ -1 +1 @@
|
||||
1.02.210-git (2025-09-09)
|
||||
1.02.210 (2025-10-24)
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
Version 2.03.36 -
|
||||
==================
|
||||
Version 2.03.36 - 24th October 2025
|
||||
===================================
|
||||
Fix uninitialized chunk_size_calc_policy in pool parameter functions.
|
||||
Fix approximate allocation for Raid with insufficient extents.
|
||||
Fix race in dmeventd remonitoring optimization (2.03.35).
|
||||
Use -real suffix for pvmove UUID.
|
||||
Add support pvmove segmentation allocation/pvmove_max_segmentation_size_mb.
|
||||
Allow creating _imeta with multiple segments.
|
||||
Fix driver_version() accepts NULL version buffer pointer.
|
||||
Fix invalid free() call in error path of _add_metadata_area_to_pv().
|
||||
Avoid destroying aio context in forked process.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Version 1.02.210 -
|
||||
===================
|
||||
Version 1.02.210 - 24th October 2025
|
||||
====================================
|
||||
|
||||
Version 1.02.209 - 09th September 2025
|
||||
======================================
|
||||
|
||||
@@ -9,6 +9,7 @@ Version 2.03.36
|
||||
* Add cache promotions/demotions to reports.
|
||||
* Handle XFS quota when resizing.
|
||||
* Allow creating `_imeta` with multiple segments.
|
||||
* Fix race in dmeventd remonitoring optimization (2.03.35).
|
||||
* And [[!toggle text="more"]]
|
||||
|
||||
[[!toggleable text="""
|
||||
@@ -25,15 +26,14 @@ Other Changes
|
||||
should handle corner cases where where operations were not finishing cleanly.
|
||||
* Fix adding and removing integrity to RAID volumes.
|
||||
* Deactivate internal lvmlock LV if lock start fails.
|
||||
* Fix event server (dmeventd) failures.
|
||||
* Detect insufficient space for RAID with split metadata.
|
||||
|
||||
"""]]
|
||||
|
||||
<!-- remove the pending tag on release, remove draft tag once editing is complete -->
|
||||
[[!tag draft pending]]
|
||||
[[!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"]]
|
||||
[!meta date="Fri Oct 24 18:22:00 2025 +0100"]]
|
||||
-->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user