Name: | lvm2 |
---|---|
Epoch: | 7 |
Version: | 2.02.166 |
Release: | 1.el7_3.4 |
Architecture: | x86_64 |
Group: | System Environment/Base |
Size: | 2536997 |
License: | GPLv2 |
RPM: | lvm2-2.02.166-1.el7_3.4.x86_64.rpm |
Source RPM: | lvm2-2.02.166-1.el7_3.4.src.rpm |
Build Date: | Tue Apr 18 2017 |
Build Host: | x86-ol7-builder-02.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 mdadd(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. |
- Fix stuck corosync due to unsafe thread access to CPG causing IPC ringbuffer corruption.
- Fix segfault in lvmetad from missing NULL in daemon_reply_simple.
- Prevent raid4 creation/conversion on non-supporting kernels - Add direct striped -> raid4 conversion - Fix raid4 parity image pair position on conversions from striped/raid0*
- Fix lvconvert to allow repair for cache raid LVs. - Fix time when dmeventd is reloaded on package upgrade to start using new code. - Fix libdm versioning for dm_tree_node_size_changed symbol.
- Disable lvconvert of thin pool to raid while active. - Use dm_config_parse_without_dup_node_check() to speedup metadata reading. - Fix lvm2-activation-generator to read all LVM2 config sources. (2.02.155) - Fix man entry for dmsetup status. - Introduce new dm_config_parse_without_dup_node_check().
- Revert lvconvert --repair fix for RAID LVs.
- Fix lvchange --discard|--zero for active thin-pool. - Fix lvconvert --repair regression for RAID LVs. - Always specify snapshot cow LV for monitoring not internal LV. (2.02.165) - Ensure memory allocated internally for --filemap histogram bounds are freed. - Fix missing display of last created dmstats file map. - Use --alloc normal for mirror logs even if the mimages were stricter. - Fix reported origin lv field for cache volumes. (2.02.133) - Fix lock-holder device for thin pool with inactive thin volumes. - Enforce 4MiB or 25% metadata free space for thin pool operations. - Fix lvmetad metadata validation when rescanning VG.
- Fix possible NULL pointer dereference when checking for monitoring. - Add lvmreport(7) man page. - Report 0% as dirty (copy%) for cache without any used block. - Fix lvm2api reporting of cache data and metadata percent. - Restore reporting of metadata usage for cache volumes (2.02.155).
- Support raid scrubbing on cache origin LV. - Add lvmraid(7) man page. - Use udev db to check for mpath components before running pvscan for lvmetad. - Improve explanation of udev fallback in libdevmapper.h.
- Use udev db to check for mpath components before running pvscan for lvmetad. - Use devices/allow_changes_with_duplicate_pvs=1 by default.