Name: | lvm2 |
---|---|
Epoch: | 7 |
Version: | 2.02.180 |
Release: | 10.0.4.el7_6.8 |
Architecture: | aarch64 |
Group: | System Environment/Base |
Size: | 3150595 |
License: | GPLv2 |
RPM: | lvm2-2.02.180-10.0.4.el7_6.8.aarch64.rpm |
Source RPM: | lvm2-2.02.180-10.0.4.el7_6.8.src.rpm |
Build Date: | Wed Jun 05 2019 |
Build Host: | ca-buildarm04.us.oracle.com |
Vendor: | Oracle America |
URL: | http://sources.redhat.com/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. |
- Enable cluster support on aarch64 [bug 28712283] [bug 28785446](petr.benes@oracle.com)
- Reduce delay in case of lvmetad update (ritika.srivastava@oracle.com)
- Set updating before scanning in lvmetad to avoid overwriting list of already seen devices.
- Add io_memory_size configuration option. - Warn when metadata aproaches io_memory_size. - Ensure migration_threshold for cache is at least 8 chunks.
- Reduce max concurrent aios to avoid EMFILE with many devices.
- boom: Bump release.
- Apply obtain_device_list_from_udev to all libudev calls.
- Fix component detection for MD RAID version 1.0 and 0.90. - Use sync io if async io_setup fails, or when use_aio=0 is set in config. - Fix dmstats report printing no output.
- Fix possible write beyond metadata area.
- Fix clustered mirror repair.