New upstream release v2.02.151.
This commit is contained in:
parent
b1469ed328
commit
18a9c13d71
1
.gitignore
vendored
1
.gitignore
vendored
@ -55,3 +55,4 @@
|
||||
/LVM2.2.02.148.tgz
|
||||
/LVM2.2.02.149.tgz
|
||||
/LVM2.2.02.150.tgz
|
||||
/LVM2.2.02.151.tgz
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlcIVtYACgkQIoGRwVZ+LBd7YQCeM3w91vsNuOLzP7SHJo6LH3wK
|
||||
Zd8AniPBvWoZjeotLc6cQcwE2POnEKQz
|
||||
=eHt4
|
||||
-----END PGP SIGNATURE-----
|
7
LVM2.2.02.151.tgz.asc
Normal file
7
LVM2.2.02.151.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlcat3AACgkQIoGRwVZ+LBfykACggiPMJSVQ78MREYzOdCBGn5Sq
|
||||
vKAAoPVGIxipbCoN4w5EUDzxax4pqOaH
|
||||
=VkFe
|
||||
-----END PGP SIGNATURE-----
|
22
lvm2.spec
22
lvm2.spec
@ -1,4 +1,4 @@
|
||||
%global device_mapper_version 1.02.122
|
||||
%global device_mapper_version 1.02.123
|
||||
|
||||
%global enable_cache 1
|
||||
%global enable_cluster 1
|
||||
@ -52,7 +52,7 @@
|
||||
Summary: Userland logical volume management tools
|
||||
Name: lvm2
|
||||
|
||||
Version: 2.02.150
|
||||
Version: 2.02.151
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
@ -836,6 +836,24 @@ the device-mapper event library.
|
||||
%{_libdir}/pkgconfig/devmapper-event.pc
|
||||
|
||||
%changelog
|
||||
* Mon Apr 25 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.151-1
|
||||
- Fix error path after reusing of _setup_task (2.02.150).
|
||||
- Fix memory access for empty sysfs values (2.02.149).
|
||||
- Disable lvmetad when lvm1 metadata is seen, so commands revert to scanning.
|
||||
- Suppress errors when snapshot merge gets delayed because volume is in use.
|
||||
- Avoid internal snapshot LV names in messages.
|
||||
- Autodetect and use /run/lock dir when available instead of /var/lock.
|
||||
- lvchange --refresh for merging thin origin will retry to deactivate snapshot.
|
||||
- Recognize in-progress snapshot merge for thin volumes from dm table.
|
||||
- Avoid deciding to initiate a pending snapshot merge during resume.
|
||||
- Improve retrying lvmetad requests while lvmetad is being updated.
|
||||
- Read devices instead of using the lvmetad cache if rescan fails.
|
||||
- Move lvmetad token/filter check and device rescan to the start of commands.
|
||||
- Don't try deactivating fictional internal LV before snapshot merge. (2.02.105)
|
||||
- When not obtaining devs from udev, check they exist before caching them.
|
||||
- Detect device mismatch also when compiling without udev support.
|
||||
- Do not strip LVM- when debug reporting not found uuid.
|
||||
|
||||
* Mon Apr 11 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.150-1
|
||||
- Avoid using flushing dm status ioctl when checking for usable DM device.
|
||||
- Check for devices without LVM- uuid prefix only with kernels < 3.X.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
4ec33d0914d870388f9020607e2d3998 LVM2.2.02.150.tgz
|
||||
295ba39a9cb2106a349694693e913a62 LVM2.2.02.151.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user