Skip to content

Tags: DemiMarie/lvm2

Tags

v2_03_15

Toggle v2_03_15's commit message
Release 2.03.15

WARNING: This release removes service based autoactivation.
global/event_activation = 0 does nothing, user is responsible to
activate any volumes.

- Removed service based autoactivation.
- New man page lvmautoactivation(7).

v2_03_14

Toggle v2_03_14's commit message
Release 2.03.14

- New udev autoactivation.
- vdoimport renamed to lvm_import_vdo.
- Add IMA support with 'dmsetup measure' command.
- Improved VDO support.
- New appmachineid option for global/system_id_source config option.
- New log/journal config option (and --journal CLI option)
- Many bug fixes, improvements, and clean ups.

v2_03_13

Toggle v2_03_13's commit message
Test Release 2.03.13

WARNING: This release is intended mainly for testing.

Less reliance on udev:
- Users suffering from udev timeouts are sometimes recommended to change the
  obtain_device_list_from_udev configuration option to 0. This is now default
  and /dev is read instead of udev.
- Use of multipath wwids file to quick check if device is multipath.

See devices/external_device_info_source, devices/obtain_device_list_from_udev,
and devices/multipath_wwids_file help in lvm.conf

Other changes worth highlighting:

- Refactoring of archive() and backup() internal calls.
- New vdoimport tool to convert VDO volumes to LVs (requires updated kernel and
  vdo tools.)

And many fixes, improvements, and clean ups.

v2_03_12

Toggle v2_03_12's commit message
Release 2.03.12

Two notable changes are devices file and metadata based autoactivation.

Fix exported symbols generation with GCC10's new LTO optimizer.  Can be
overridden by configure --with/without-symvers.

Greatly improved reliability of test suite, now reporting much less false
positives.

And many fixes, improvements, and clean ups.

New devices file feature is off by default for now.
When on devices file is used to filter devices which are scanned for PVs.
Devices file can be overridden by --devicesfile on command line.
Two new commands to manipulate devices file - lvmdevices(8) and
vgimportdevices(8), and new configuration options in devices section:
use_devicesfile, devicesfile and search_for_devnames.

Metadata based autoactivation property for LVs and VGs set in lvcreate/vgcreate
using --setautoactivation option and modified by lvchange/vgchange.

v2_02_188

Toggle v2_02_188's commit message
Release 2.02.188

Bug fix release.

v2_03_11

Toggle v2_03_11's commit message
Release 2.03.11

- Improvements to VDO, writecache and integrity volumes.
- And lot of bugfixes.

v2_03_10

Toggle v2_03_10's commit message
Release 2.03.10

- Add integrity with raid capability.
- Add writecache and integrity support to lvmdbusd.
- Zero pool metadata on allocation (disable with allocation/zero_metadata=0).
- Failure in zeroing or wiping will fail command (bypass with -Zn, -Wn).
- Bug fixes.

v2_03_09

Toggle v2_03_09's commit message
Release 2.03.09

- Fixed compilation errors with GCC 10.
- Fixed few writecache and pvck releated bugs.
- Fixed busy loop in dmeventd.

v2_02_187

Toggle v2_02_187's commit message
Release 2.02.187

Bug fix release.

v2_03_08

Toggle v2_03_08's commit message
Release 2.03.08

- IMPORTANT: Prohibit reshape of stacked raid LVs to prevent corruption.
- Improved handling of writecache and VDO volumes.