| Name: | lvm2-python-boom |
|---|---|
| Epoch: | 7 |
| Version: | 0.9 |
| Release: | 14.0.3.el7_6.7 |
| Architecture: | noarch |
| Group: | System Environment/Base |
| Size: | 629230 |
| License: | GPLv2 |
| RPM: | lvm2-python-boom-0.9-14.0.3.el7_6.7.noarch.rpm |
| Source RPM: | lvm2-2.02.180-10.0.3.el7_6.7.src.rpm |
| Build Date: | Mon May 20 2019 |
| Build Host: | x86-ol7-builder-01.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://sources.redhat.com/lvm2 |
| Summary: | A set of libraries and tools for managing boot loader entries |
| Description: | Boom is a boot manager for Linux systems using boot loaders that support the BootLoader Specification for boot entry configuration. Boom requires a BLS compatible boot loader to function: either the systemd-boot project, or Grub2 with the bls patch (Red Hat Grub2 builds include this support in both Red Hat Enterprise Linux 7 and Fedora). This package provides the python2 version of boom. |
- Bump release.
- Reduce delay in case of lvmetad update (ritika.srivastava@oracle.com)
- 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.
- Fix lvconvert striped/raid0/raid0_meta to raid6 regression.