New upstream release v2.02.137.
This commit is contained in:
parent
83406fea58
commit
3f0811ff04
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@
|
||||
/LVM2.2.02.134.tgz
|
||||
/LVM2.2.02.135.tgz
|
||||
/LVM2.2.02.136.tgz
|
||||
/LVM2.2.02.137.tgz
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlZZA78ACgkQIoGRwVZ+LBeYsACeNXj5Y0uaHkMwl1Pp56IPh3om
|
||||
dk8An03ggnyVn5WADeJhnBZNBossULjc
|
||||
=FAlH
|
||||
-----END PGP SIGNATURE-----
|
7
LVM2.2.02.137.tgz.asc
Normal file
7
LVM2.2.02.137.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlZjBVQACgkQIoGRwVZ+LBd2OwCfe3p2i4DTfX79hacfXq3WbvLI
|
||||
yD4AoJGRk4rBdOfcJRDkQSH7wKmQUxvn
|
||||
=Fjvl
|
||||
-----END PGP SIGNATURE-----
|
20
lvm2.spec
20
lvm2.spec
@ -1,4 +1,4 @@
|
||||
%define device_mapper_version 1.02.112
|
||||
%define device_mapper_version 1.02.113
|
||||
|
||||
%define enable_cache 1
|
||||
%define enable_cluster 1
|
||||
@ -46,7 +46,7 @@
|
||||
|
||||
Summary: Userland logical volume management tools
|
||||
Name: lvm2
|
||||
Version: 2.02.136
|
||||
Version: 2.02.137
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
@ -793,6 +793,22 @@ the device-mapper event library.
|
||||
%{_libdir}/pkgconfig/devmapper-event.pc
|
||||
|
||||
%changelog
|
||||
* Mon Dec 07 2015 Peter Rajnoha <prajnoha@redhat.com> - 2.02.137-1
|
||||
- Restore archiving before changing metadata in vgextend (2.02.117).
|
||||
- Dropped internal usage of log_suppress(2).
|
||||
- Cleaned logging code for buffer size usage.
|
||||
- Added internal id_read_format_try() function to check and read valid UUID.
|
||||
- Change lvcreate, lvrename, lvresize to use process_each_vg.
|
||||
- Change process_each_vg to handle single VG as separate arg.
|
||||
- Issue error if ambiguous VG name is supplied in most commands.
|
||||
- Make process_each fns always work through full list of known VG names.
|
||||
- Use dm_get_status_mirror() instead of individual parsers.
|
||||
- Add mem pool arg for check_transient_status() target function.
|
||||
- Avoid misleading error with -m is omitted with lvconvert to raid types.
|
||||
- Add system_id to vginfo cache.
|
||||
- Mirror plugin in dmeventd uses dm_get_status_mirror().
|
||||
- Add dm_get_status_mirror() for parsing mirror status line.
|
||||
|
||||
* Wed Dec 02 2015 Peter Rajnoha <prajnoha@redhat.com> - 2.02.136-1
|
||||
- Add new --sinceversion option for lvmconfig --type new.
|
||||
- Fix inactive table loaded for wrapping thin-pool when resizing it.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
f1ac794d1cf44e863a7fa614f4c28410 LVM2.2.02.136.tgz
|
||||
c13f8936e9790be59135717bac133640 LVM2.2.02.137.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user