New upstream release v2.02.128.
This commit is contained in:
parent
0b40fcf526
commit
1915cea4cc
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@
|
||||
/LVM2.2.02.125.tgz
|
||||
/LVM2.2.02.126.tgz
|
||||
/LVM2.2.02.127.tgz
|
||||
/LVM2.2.02.128.tgz
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlXH6doACgkQIoGRwVZ+LBcTPwCeKTze8pDGK6K3Zn2qoBIOjz2f
|
||||
VnEAnihGdbq3mKqjyQuBsmMqSGDeT7AY
|
||||
=y28q
|
||||
-----END PGP SIGNATURE-----
|
7
LVM2.2.02.128.tgz.asc
Normal file
7
LVM2.2.02.128.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlXSCuoACgkQIoGRwVZ+LBdk6gCfd6FkHF15s6OAZBAv/umhdQ44
|
||||
l8MAnihzCGfIjWL4jLllDog0vKifPDXT
|
||||
=kwIs
|
||||
-----END PGP SIGNATURE-----
|
27
lvm2.spec
27
lvm2.spec
@ -1,4 +1,4 @@
|
||||
%define device_mapper_version 1.02.104
|
||||
%define device_mapper_version 1.02.105
|
||||
|
||||
%define enable_cache 1
|
||||
%define enable_cluster 1
|
||||
@ -46,7 +46,7 @@
|
||||
|
||||
Summary: Userland logical volume management tools
|
||||
Name: lvm2
|
||||
Version: 2.02.127
|
||||
Version: 2.02.128
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
@ -788,6 +788,29 @@ the device-mapper event library.
|
||||
%{_libdir}/pkgconfig/devmapper-event.pc
|
||||
|
||||
%changelog
|
||||
* Tue Aug 18 2015 Peter Rajnoha <prajnoha@redhat.com> - 2.02.128-1
|
||||
- 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.
|
||||
|
||||
* Mon Aug 10 2015 Peter Rajnoha <prajnoha@redhat.com> - 2.02.127-1
|
||||
- Do not init filters, locking, lvmetad, lvmpolld if command doesn't use it.
|
||||
- Order fields in struct cmd_context more logically.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
f262c825a4a16498482759a194cc02f5 LVM2.2.02.127.tgz
|
||||
b3f4c273a30b316678755cec2a129718 LVM2.2.02.128.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user