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

WHATS_NEW{_DM}: update

This commit is contained in:
Zdenek Kabelac 2023-10-13 20:56:39 +02:00
parent 0627716f8a
commit 43020cc474
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,9 @@
version 2.03.23 -
==================================
Configure automatically enables cmdlib for dmeventd and notify-dbus for dbus.
Fix hint calculation for pools with zero or error segment.
Configure supports --disable-shared to build only static binaries.
Configure supports --without-{blkid|systemd|udev} for easierstatic build.
Fix pvmove when specifying raid components as moved LVs.
Enhance error detection for lvm_import_vdo.
Support PV lists with thin lvconvert.

View File

@ -1,6 +1,8 @@
Version 1.02.197 -
===================================
Add support for exit-on file for dmevent to reduce shutdown delays.
Propagate ioctl errno from dm_task_run when creating new table line.
Add support for group aliases in dmstats.
Add support for exit-on file for dmeventd to reduce shutdown delays.
Add configure option --with-dmeventd-exit-on-path to specify default path.
Add dmsetup --headings none|abbrev|full to set report headings type.
Add DM_REPORT_OUTPUT_FIELD_IDS_IN_HEADINGS to provide alternative headings.