Name: | lvm2 |
---|---|
Epoch: | 7 |
Version: | 2.02.130 |
Release: | 5.el7_2.2 |
Architecture: | x86_64 |
Group: | System Environment/Base |
Size: | 2222673 |
License: | GPLv2 |
RPM: | lvm2-2.02.130-5.el7_2.2.x86_64.rpm |
Source RPM: | lvm2-2.02.130-5.el7_2.2.src.rpm |
Build Date: | Thu May 12 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. |
- 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)
- Drop error message when vgdisplay encounters an exported VG. (2.02.27) - Fix shared library generation to stop exporting internal functions.(2.02.120) - Accept --cachemode with lvconvert. - Fix and improve reporting properties of cache-pool. - Enable usage of --cachepolicy and --cachesetting with lvconvert. - Don't allow to reduce size of thin-pool metadata. - Fix debug buffer overflows in cmirrord logging. - Add --foreground and --help to cmirrord. - Add 'precise' column to statistics reports. - Add --precise switch to 'dmstats create' to request nanosecond counters. - Add precise argument to dm_stats_create_region(). - Add support to libdm-stats for precise_timestamps - Fix devmapper.pc pkgconfig file to declare -lrt dependency properly.
- Allocation setting cache_pool_cachemode is replaced by cache_mode. - Don't attempt to close config file that couldn't be opened. - Check for valid cache mode in validation of cache segment. - Change internal interface handling cache mode and policy. - When no cache policy specified, prefer smq (if available) over mq. - Add demo cache-mq and cache-smq profiles. - Add cmd profilable allocation/cache_policy,cache_settings,cache_mode. - Require cache_check 0.5.4 for use of --clear-needs-check-flag. - Fix lvmetad udev rules to not override SYSTEMD_WANTS, add the service instead. - Fix 'dmstats list -o all' segfault. - Separate dmstats statistics fields from region information fields. - Add interval and interval_ns fields to dmstats reports. - Do not include internal glibc headers in libdm-timestamp.c (1.02.104) - Exit immediately if no device is supplied to dmsetup wipe_table. - Suppress dmsetup report headings when no data is output. (1.02.104) - Adjust dmsetup usage/help output selection to match command invoked. - Fix dmsetup -o all to select correct fields in splitname report. - Restructure internal dmsetup argument handling across all commands. - Add dm_report_is_empty() to indicate there is no data awaiting output. - Add more arg validation for dm_tree_node_add_cache_target(). - Add --alldevices switch to replace use of --force for stats create / delete.