New upstream release v2.02.135.
This commit is contained in:
parent
978564e2bc
commit
6941658d64
1
.gitignore
vendored
1
.gitignore
vendored
@ -39,3 +39,4 @@
|
||||
/LVM2.2.02.132.tgz
|
||||
/LVM2.2.02.133.tgz
|
||||
/LVM2.2.02.134.tgz
|
||||
/LVM2.2.02.135.tgz
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlYzj7MACgkQIoGRwVZ+LBd6EgCgyC1IECyqy3H5ABMYI1QvH/2J
|
||||
CREAoNDcvirbs/Ooal5piOEKjRbeajkh
|
||||
=NTj1
|
||||
-----END PGP SIGNATURE-----
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlY/+/gACgkQIoGRwVZ+LBfGJgCfdnAARnf9Vif4qwpGamY/DrIf
|
||||
uoQAn3ksGp5W5BvRy6emDpFKe0ETetYN
|
||||
=Ukxc
|
||||
-----END PGP SIGNATURE-----
|
7
LVM2.2.02.135.tgz.asc
Normal file
7
LVM2.2.02.135.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlZSizUACgkQIoGRwVZ+LBdYkwCg7HLslK6eXbOlpisLS0yZQbZJ
|
||||
GCIAn3MLmFEO7r77W62IXx3iwR5+hfjF
|
||||
=ifHd
|
||||
-----END PGP SIGNATURE-----
|
28
lvm2.spec
28
lvm2.spec
@ -1,4 +1,4 @@
|
||||
%define device_mapper_version 1.02.110
|
||||
%define device_mapper_version 1.02.111
|
||||
|
||||
%define enable_cache 1
|
||||
%define enable_cluster 1
|
||||
@ -46,8 +46,8 @@
|
||||
|
||||
Summary: Userland logical volume management tools
|
||||
Name: lvm2
|
||||
Version: 2.02.134
|
||||
Release: 4%{?dist}
|
||||
Version: 2.02.135
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
URL: http://sources.redhat.com/lvm2
|
||||
@ -793,6 +793,28 @@ the device-mapper event library.
|
||||
%{_libdir}/pkgconfig/devmapper-event.pc
|
||||
|
||||
%changelog
|
||||
* Mon Nov 23 2015 Peter Rajnoha <prajnoha@redhat.com> - 2.02.135-1
|
||||
- Add a model file for Coverity.
|
||||
- Show correct error message for unsupported yet cache pool repair.
|
||||
- Allow lvconvert cache pools' data and metadata LV to raid.
|
||||
- Fix reading of old metadata with missing cache policy or mode settings.
|
||||
- Issue error if external_device_info_source=udev and udev db record incomplete.
|
||||
- Update lvmetad duplicate VG name handling to use hash function extensions.
|
||||
- Detect invalid vgrenames by vgid where the name is unchanged.
|
||||
- Fix passing of 32bit values through daemons (mostly lvmlockd).
|
||||
- Use local memory pool for whole alloc_handle manipulation.
|
||||
- Add missing pointer validation after dm_get_next_target().
|
||||
- Do not deref NULL pointer in debug message for _match_pv_tags().
|
||||
- Drop unneeded stat() call when checking for sysfs file.
|
||||
- Fix memory leak on error path of failing thin-pool percentage check.
|
||||
- Add missing test for failing node allocation in lvmetad.
|
||||
- Correct configure messages when enabling/disabling lvmlockd.
|
||||
- Extend dm_hash to support multiple values with the same key.
|
||||
- Add missing check for allocation inside dm_split_lvm_name().
|
||||
- Test dm_task_get_message_response for !NULL in dm_stats_print_region().
|
||||
- Add checks for failing dm_stats_create() in dmsetup.
|
||||
- Add missing fifo close when failed to initialize client connection.
|
||||
|
||||
* Wed Nov 18 2015 Peter Rajnoha <prajnoha@redhat.com> - 2.02.134-4
|
||||
- Refactor some lvmetad code and adjust some duplicate PV messages.
|
||||
- No longer repair/wipe VG/PVs if inaccessible because foreign or shared.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
d49eb6abaa4e35329ae256d53a7d3726 LVM2.2.02.134.tgz
|
||||
84b42f46fa87eee713d38fa652084a19 LVM2.2.02.135.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user