Tags give the ability to mark specific points in history as being important
-
-
-
-
-
v2_03_14
ef452183 · ·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
67a853f3 · ·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
01b05cf5 · ·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_03_05
60bd9e84 · ·Release 2.03.05 Change when and how VG metadata are repaired: - Move metadata repairs from VG reading to VG writing. - Report/display/scan commands that read VGs will no longer write/repair. - Improve VG reading to work if one good copy of metadata is found. - Add vgck --updatemetadata command that will repair metadata problems. MD component detection improvements: - Add config setting md_component_checks to control MD component checks. - Add end of device MD component checks when dev has no udev info.