From 82748b476f2925b9db4ed9a28f215c2d509fb753 Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: May 02 2016 07:16:36 +0000 Subject: New upstream release v2.02.152. --- diff --git a/.gitignore b/.gitignore index 7b4a40f..544f421 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ /LVM2.2.02.149.tgz /LVM2.2.02.150.tgz /LVM2.2.02.151.tgz +/LVM2.2.02.152.tgz diff --git a/LVM2.2.02.151.tgz.asc b/LVM2.2.02.151.tgz.asc deleted file mode 100644 index bf0d2a9..0000000 --- a/LVM2.2.02.151.tgz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEABECAAYFAlcat3AACgkQIoGRwVZ+LBfykACggiPMJSVQ78MREYzOdCBGn5Sq -vKAAoPVGIxipbCoN4w5EUDzxax4pqOaH -=VkFe ------END PGP SIGNATURE----- diff --git a/LVM2.2.02.152.tgz.asc b/LVM2.2.02.152.tgz.asc new file mode 100644 index 0000000..b84bf2a --- /dev/null +++ b/LVM2.2.02.152.tgz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.14 (GNU/Linux) + +iEYEABECAAYFAlcj+EIACgkQIoGRwVZ+LBeYrACg7dMTMM+3IO9hW9a9Aj4EObtb +MKoAnjnQ4654ujnNbrwFWF3QaFhIkIXn +=qaPB +-----END PGP SIGNATURE----- diff --git a/lvm2-remove-mpath-device-handling-from-udev-rules.patch b/lvm2-remove-mpath-device-handling-from-udev-rules.patch deleted file mode 100644 index 168603b..0000000 --- a/lvm2-remove-mpath-device-handling-from-udev-rules.patch +++ /dev/null @@ -1,18 +0,0 @@ - udev/10-dm.rules.in | 4 ---- - 1 file changed, 4 deletions(-) - -diff --git a/udev/10-dm.rules.in b/udev/10-dm.rules.in -index 2755530..8d7a8ca 100644 ---- a/udev/10-dm.rules.in -+++ b/udev/10-dm.rules.in -@@ -120,10 +120,6 @@ ENV{DM_UDEV_RULES_VSN}="2" - - ENV{DM_UDEV_DISABLE_DM_RULES_FLAG}!="1", ENV{DM_NAME}=="?*", SYMLINK+="(DM_DIR)/$env{DM_NAME}" - --# We have to ignore further rule application for inappropriate events --# and devices. But still send the notification if cookie exists. --ENV{DM_UUID}=="mpath-?*", ENV{DM_ACTION}=="PATH_FAILED", GOTO="dm_disable" -- - # Avoid processing and scanning a DM device in the other (foreign) - # rules if it is in suspended state. However, we still keep 'disk' - # and 'DM subsystem' related rules enabled in this case. diff --git a/lvm2.spec b/lvm2.spec index 1949e28..33981e6 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,4 +1,4 @@ -%global device_mapper_version 1.02.123 +%global device_mapper_version 1.02.124 %global enable_cache 1 %global enable_cluster 1 @@ -52,15 +52,14 @@ Summary: Userland logical volume management tools Name: lvm2 -Version: 2.02.151 +Version: 2.02.152 Release: 1%{?dist} License: GPLv2 Group: System Environment/Base URL: http://sources.redhat.com/lvm2 Source0: ftp://sources.redhat.com/pub/lvm2/releases/LVM2.%{version}.tgz Patch0: lvm2-set-default-preferred_names.patch -Patch1: lvm2-remove-mpath-device-handling-from-udev-rules.patch -Patch2: lvm2-lvmetad-timeout.patch +Patch1: lvm2-lvmetad-timeout.patch BuildRequires: libselinux-devel >= %{libselinux_version}, libsepol-devel BuildRequires: libblkid-devel >= %{util_linux_version} @@ -115,8 +114,7 @@ or more physical volumes and creating one or more logical volumes %prep %setup -q -n LVM2.%{version} %patch0 -p1 -b .preferred_names -%patch1 -p1 -b .udev_no_mpath -%patch2 -p1 -b .lvmetad_timeout +%patch1 -p1 -b .lvmetad_timeout %build %global _default_pid_dir /run @@ -836,6 +834,17 @@ the device-mapper event library. %{_libdir}/pkgconfig/devmapper-event.pc %changelog +* Mon May 02 2016 Peter Rajnoha - 2.02.152-1 +- Use any inherited tags when wiping metadata sub LVs to ensure activation. +- Add str_list_wipe. +- Improve support for interrupting procesing of volumes during lvchange. +- Use failed command return code when lvchanging read-only volume. +- Show creation transaction_id and zeroing state of pool with thin volume. +- Stop checking for dm_cache_mq policy with cache target 1.9 (alias to smq). +- Check first /sys/module/dm_* dir existance before using modprobe. +- Remove mpath from 10-dm.rules, superseded by 11-dm-mpath.rules (mpath>=0.6.0). +- Add dm_udev_wait_immediate to libdevmapper for waiting outside the library. + * 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). diff --git a/sources b/sources index 7e02575..ac73d68 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -295ba39a9cb2106a349694693e913a62 LVM2.2.02.151.tgz +3b1be9a67d8000040931f3e88ec10557 LVM2.2.02.152.tgz diff --git a/upstream b/upstream index 98aabcf..3ddb0f9 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -LVM2.2.02.151.tgz +LVM2.2.02.152.tgz