mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
WHATS_NEW and release-notes update
This commit is contained in:
parent
b77f7acac8
commit
ec965dde39
@ -2,7 +2,9 @@ Version 2.03.27 -
|
|||||||
==================
|
==================
|
||||||
Fix swap device size detection using blkid for lvresize/lvreduce/lvextend.
|
Fix swap device size detection using blkid for lvresize/lvreduce/lvextend.
|
||||||
Detect GPT partition table and pass partition filter if no partitions defined.
|
Detect GPT partition table and pass partition filter if no partitions defined.
|
||||||
|
Add global/sanlock_align_size option to configure sanlock lease size.
|
||||||
Disable mem locking when activation/reserved_stack or reserved_memory is 0.
|
Disable mem locking when activation/reserved_stack or reserved_memory is 0.
|
||||||
|
Fix locking issues in lvmlockd leaving thin pool locked.
|
||||||
Deprecate vdo settings vdo_write_policy and vdo_write_policy.
|
Deprecate vdo settings vdo_write_policy and vdo_write_policy.
|
||||||
Lots of typo fixes across lvm2 code base (codespell).
|
Lots of typo fixes across lvm2 code base (codespell).
|
||||||
Corrected integrity parameter interleave_sectors for DM table line.
|
Corrected integrity parameter interleave_sectors for DM table line.
|
||||||
|
26
doc/release-notes/2.03.27.mdwn
Normal file
26
doc/release-notes/2.03.27.mdwn
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!-- Page title -->
|
||||||
|
[[!meta title="Version 2.03.27 - Bug Fix Release"]]
|
||||||
|
|
||||||
|
Version 2.03.27
|
||||||
|
===============
|
||||||
|
|
||||||
|
* Deprecate vdo settings `vdo_write_policy` and `vdo_write_policy`.
|
||||||
|
* Do not accept duplicate device names for pvcreate.
|
||||||
|
* Fix swap device size detection using blkid for lvresize/lvreduce/lvextend.
|
||||||
|
* Detect GPT partition table and pass partition filter if no partitions defined.
|
||||||
|
* Add `global/sanlock_align_size` option to configure sanlock lease size.
|
||||||
|
* Disable mem locking when `activation/reserved_stack` or `reserved_memory` is `0`.
|
||||||
|
* Fix locking issues in lvmlockd leaving thin pool inactive but locked.
|
||||||
|
* Corrected integrity parameter `interleave_sectors` for DM table line.
|
||||||
|
* Ignore `-i|--stripes`, `-I|--stripesize` for lvextend on raid0 LV, like on raid10.
|
||||||
|
* Fix lot of typos across lvm2 code base (codespell).
|
||||||
|
* Cleanup udev sync semaphore if `dm_{udev_create,task_set}_cookie` fails.
|
||||||
|
* Improve error messages on failed udev cookie create/inc/dec operation.
|
||||||
|
|
||||||
|
<!-- remove the pending tag on release, remove draft tag once editing is complete -->
|
||||||
|
[[!tag draft pending]]
|
||||||
|
<!--
|
||||||
|
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