Name: | lvm2 |
---|---|
Epoch: | 7 |
Version: | 2.02.130 |
Release: | 5.el7_2.4 |
Architecture: | x86_64 |
Group: | System Environment/Base |
Size: | 2222875 |
License: | GPLv2 |
RPM: | lvm2-2.02.130-5.el7_2.4.x86_64.rpm |
Source RPM: | lvm2-2.02.130-5.el7_2.4.src.rpm |
Build Date: | Thu Jun 23 2016 |
Build Host: | x86-ol7-builder-01.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 flushing for mirror target.
- Restore background polling processing during auto-activation (2.02.119).
- Do not check for suspended devices if scanning for lvmetad update.
- Fix possible data loss caused by lost buffered writes during thin pool resize after reaching its capacity.
- Fixup /etc/lvm/archive ownership.
- Reinstate /etc/lvm dir content permissions after change in defaults.
- Enforce writethrough mode for cleaner policy. - Check for enough space in thin-pool in command before creating new thin.
- Fix vgimportclone cache_dir path name (2.02.115). - Disallow usage of --stripe and --stripesize when creating cache pool. - Swapping of LV identifiers handles more complex LVs. - Fix VG metadata comparison failure while scanning the VG for lvmetad. - Ignore persistent cache if configuration changed. (2.02.127) - Do not check for full thin pool when activating without messages (1.02.107).
- Fix use of uninitialized device status if reading outdated .cache record. - Restore support for --monitor option in lvcreate (2.02.112). - Read thin-pool data and metadata percent without flush. - Detect blocked thin-pool and avoid scanning their thin volumes. - Check if dm device is usable before checking its size (2.02.116). - Extend parsing of cache_check version in configure. - Make lvpoll error messages visible in lvmpolld's stderr and in syslog. - Add 'make install_full_man' to install all man pages regardless of config. - Parse thin-pool status with one single routine internally. - Add --histogram to select default histogram fields for list and report. - Add report fields for displaying latency histogram configuration and data. - Add dmstats --bounds to specify histogram boundaries for a new region. - Add dm_histogram_to_string() to format histogram data in string form. - Add public methods to libdm to access numerical histogram config and data. - Parse and store histogram data in dm_stats_list() and dm_stats_populate(). - Add an argument to specify histogram bounds to dm_stats_create_region(). - Add dm_histogram_bounds_from_{string,uint64_t}() to parse histogram bounds. - Add dm_histogram handle type to represent a latency histogram and its bounds.
- Reinstate dm_task_get_info@Base to libdevmapper exports. (1.02.106)