New upstream release v2.02.127.

This commit is contained in:
Peter Rajnoha 2015-08-10 09:41:50 +02:00
parent 0ddbb370fe
commit 0b40fcf526
6 changed files with 45 additions and 13 deletions

1
.gitignore vendored
View File

@ -31,3 +31,4 @@
/LVM2.2.02.124.tgz
/LVM2.2.02.125.tgz
/LVM2.2.02.126.tgz
/LVM2.2.02.127.tgz

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)
iEYEABECAAYFAlWyuw4ACgkQIoGRwVZ+LBczSgCgjMV3fHvKWYE8LVyT2PjU+wg5
rnwAnjVuxtw2q5aVAGscgLzac0FW4hNP
=IUJ8
-----END PGP SIGNATURE-----

7
LVM2.2.02.127.tgz.asc Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)
iEYEABECAAYFAlXH6doACgkQIoGRwVZ+LBcTPwCeKTze8pDGK6K3Zn2qoBIOjz2f
VnEAnihGdbq3mKqjyQuBsmMqSGDeT7AY
=y28q
-----END PGP SIGNATURE-----

View File

@ -1,4 +1,4 @@
%define device_mapper_version 1.02.103
%define device_mapper_version 1.02.104
%define enable_cache 1
%define enable_cluster 1
@ -46,8 +46,8 @@
Summary: Userland logical volume management tools
Name: lvm2
Version: 2.02.126
Release: 2%{?dist}
Version: 2.02.127
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Base
URL: http://sources.redhat.com/lvm2
@ -667,8 +667,10 @@ for the kernel device-mapper.
%doc udev/12-dm-permissions.rules
%defattr(444,root,root,-)
%attr(555, -, -) %{_sbindir}/dmsetup
%attr(555, -, -) %{_sbindir}/dmstats
%attr(555, -, -) %{_sbindir}/blkdeactivate
%{_mandir}/man8/dmsetup.8.gz
%{_mandir}/man8/dmstats.8.gz
%{_mandir}/man8/blkdeactivate.8.gz
%{_udevdir}/10-dm.rules
%{_udevdir}/13-dm-disk.rules
@ -786,7 +788,36 @@ the device-mapper event library.
%{_libdir}/pkgconfig/devmapper-event.pc
%changelog
* Mon Jul 27 2015 Peter Rajnoha <prajnoha@redhat.com> - 2.02.126-1
* 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.
- Add lock_type to lvmcache VG summary and info structs.
- Fix regression in cache causing some PVs to bypass filters (2.02.105).
- Make configure --enable-realtime the default now.
- Add dmstats.8 man page
- Add dmstats --segments switch to create one region per device segment.
- Add dmstats --regionid, --allregions to specify a single / all stats regions.
- Add dmstats --allprograms for stats commands that filter by program ID.
- Add dmstats --auxdata and --programid args to specify aux data and program ID.
- Add report stats sub-command to provide repeating stats reports.
- Add clear, delete, list, and print stats sub-commands.
- Add create stats sub-command and --start, --length, --areas and --areasize.
- Recognize 'dmstats' as an alias for 'dmsetup stats' when run with this name.
- Add a 'stats' command to dmsetup to configure, manage and report stats data.
- Add statistics fields to dmsetup -o.
- Add libdm-stats library to allow management of device-mapper statistics.
- Add --nosuffix to suppress dmsetup unit suffixes in report output.
- Add --units to control dmsetup report field output units.
- Add support to redisplay column headings for repeating column reports.
- Fix report header and row resource leaks.
- Report timestamps of ioctls with dmsetup -vvv.
- Recognize report field name variants without any underscores too.
- Add dmsetup --interval and --count to repeat reports at specified intervals.
- Add dm_timestamp functions to libdevmapper.
- Recognise vg/lv name format in dmsetup.
- Move size display code to libdevmapper as dm_size_to_string.
* Mon Jul 27 2015 Peter Rajnoha <prajnoha@redhat.com> - 2.02.126-2
- Fix long option hyphen removal. (2.02.122)
- Fix clvmd freeze if client disappears without first releasing its locks.
- Fix lvconvert segfaults while performing snapshots merge.

View File

@ -1 +1 @@
38cd1953b62bd256c9e924adee01e995 LVM2.2.02.126.tgz
f262c825a4a16498482759a194cc02f5 LVM2.2.02.127.tgz

View File

@ -1 +1 @@
LVM2.2.02.126.tgz
LVM2.2.02.127.tgz