From 18a9c13d7132422db47f2fbc6055d2895df8defe Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Mon, 25 Apr 2016 09:53:04 +0200 Subject: [PATCH] New upstream release v2.02.151. --- .gitignore | 1 + LVM2.2.02.150.tgz.asc | 7 ------- LVM2.2.02.151.tgz.asc | 7 +++++++ lvm2.spec | 22 ++++++++++++++++++++-- sources | 2 +- upstream | 2 +- 6 files changed, 30 insertions(+), 11 deletions(-) delete mode 100644 LVM2.2.02.150.tgz.asc create mode 100644 LVM2.2.02.151.tgz.asc diff --git a/.gitignore b/.gitignore index 0891a46..7b4a40f 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ /LVM2.2.02.148.tgz /LVM2.2.02.149.tgz /LVM2.2.02.150.tgz +/LVM2.2.02.151.tgz diff --git a/LVM2.2.02.150.tgz.asc b/LVM2.2.02.150.tgz.asc deleted file mode 100644 index c5b0170..0000000 --- a/LVM2.2.02.150.tgz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEABECAAYFAlcIVtYACgkQIoGRwVZ+LBd7YQCeM3w91vsNuOLzP7SHJo6LH3wK -Zd8AniPBvWoZjeotLc6cQcwE2POnEKQz -=eHt4 ------END PGP SIGNATURE----- diff --git a/LVM2.2.02.151.tgz.asc b/LVM2.2.02.151.tgz.asc new file mode 100644 index 0000000..bf0d2a9 --- /dev/null +++ b/LVM2.2.02.151.tgz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.14 (GNU/Linux) + +iEYEABECAAYFAlcat3AACgkQIoGRwVZ+LBfykACggiPMJSVQ78MREYzOdCBGn5Sq +vKAAoPVGIxipbCoN4w5EUDzxax4pqOaH +=VkFe +-----END PGP SIGNATURE----- diff --git a/lvm2.spec b/lvm2.spec index 85dba3c..1949e28 100644 --- a/lvm2.spec +++ b/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 - 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 - 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. diff --git a/sources b/sources index 2aa3639..7e02575 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4ec33d0914d870388f9020607e2d3998 LVM2.2.02.150.tgz +295ba39a9cb2106a349694693e913a62 LVM2.2.02.151.tgz diff --git a/upstream b/upstream index f62f4bf..98aabcf 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -LVM2.2.02.150.tgz +LVM2.2.02.151.tgz