Name: | lvm2 |
---|---|
Epoch: | 8 |
Version: | 2.03.14 |
Release: | 15.0.1.el8_10.2 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 3897290 |
License: | GPLv2 |
RPM: | lvm2-2.03.14-15.0.1.el8_10.2.x86_64.rpm |
Source RPM: | lvm2-2.03.14-15.0.1.el8_10.2.src.rpm |
Build Date: | Tue Jul 15 2025 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | http://sourceware.org/lvm2 |
Summary: | Userland logical volume management tools |
Description: | LVM2 includes all of the support for handling read/write operations on physical volumes (hard disks, RAID-Systems, magneto optical, etc., multiple devices (MD), see mdadm(8) or even loop devices, see losetup(8)), creating volume groups (kind of virtual disks) from one or more physical volumes and creating one or more logical volumes (kind of logical partitions) in volume groups. |
- Fixed deletion issue for symlink when device is opened [Orabug: 36228608] - Prevent duplicate uuid device to replace existing one in udev [Orabug: 35987487] - Prevent duplicate label to replace existing one in udev [Orabug: 34898273]
- Fix vgchange exit code when lvmlockd is not running and no change is done.
- Fix incomplete pvmove write bad metadata requiring manual intervention.
- Fix dmeventd blocking on shutdown. - Force exit dmeventd when /run/nologin is present.
- Fix multisegment RAID1 allocator using one disk for both legs. - Fix lvconvert -m 0 taking rimage_0 even if it is out of sync. - Add warning message when mirror images have (r)efresh bit set. - Document lv_attr volume type bit (g) for raid+integrity in lvs(8).
- Fix error paths in lvm_import_vdo.sh.
- Fix handling of devices with symlinks in lvm_import_vdo.sh.
- Fix verbose option in lvm_import_vdo.sh.
- Improve VDO support.
- Fix handling of invalid values passed to vdo_block_map_era_length.