From d06c778a6b7d7a8ca83d9ab9e39b3124f1c36447 Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Mon, 7 Nov 2016 09:41:16 +0100 Subject: [PATCH] New upstream release v2.02.167. --- .gitignore | 1 + LVM2.2.02.166.tgz.asc | 7 ------- LVM2.2.02.167.tgz.asc | 7 +++++++ lvm2.spec | 30 ++++++++++++++++++++++++++---- sources | 2 +- upstream | 2 +- 6 files changed, 36 insertions(+), 13 deletions(-) delete mode 100644 LVM2.2.02.166.tgz.asc create mode 100644 LVM2.2.02.167.tgz.asc diff --git a/.gitignore b/.gitignore index 30369d5..1741d7b 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,4 @@ /LVM2.2.02.164.tgz /LVM2.2.02.165.tgz /LVM2.2.02.166.tgz +/LVM2.2.02.167.tgz diff --git a/LVM2.2.02.166.tgz.asc b/LVM2.2.02.166.tgz.asc deleted file mode 100644 index 97448c7..0000000 --- a/LVM2.2.02.166.tgz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEUEABECAAYFAlfpIX4ACgkQIoGRwVZ+LBf3DwCXQYDIXBAQHjmhMwKfozGDIN8E -RgCg1bDuSR9XzV6LlD85CBFgThcNWjc= -=9r+Q ------END PGP SIGNATURE----- diff --git a/LVM2.2.02.167.tgz.asc b/LVM2.2.02.167.tgz.asc new file mode 100644 index 0000000..e0edb03 --- /dev/null +++ b/LVM2.2.02.167.tgz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.14 (GNU/Linux) + +iEYEABECAAYFAlgdMPQACgkQIoGRwVZ+LBexrACgjXVKjZYwZvbLw39InVZzMiwB +YbQAnA8e5h9LeflzaN2Vb4LGUqx8Ntox +=kZ+q +-----END PGP SIGNATURE----- diff --git a/lvm2.spec b/lvm2.spec index 0c839db..c00b426 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,4 +1,4 @@ -%global device_mapper_version 1.02.135 +%global device_mapper_version 1.02.136 %global enable_cache 1 %global enable_cluster 1 @@ -52,7 +52,7 @@ Summary: Userland logical volume management tools Name: lvm2 -Version: 2.02.166 +Version: 2.02.167 Release: 2%{?dist} License: GPLv2 Group: System Environment/Base @@ -60,7 +60,6 @@ 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-lvmetad-timeout.patch -Patch2: lvm2-2_02_167-various-lvmdbusd-fixes.patch BuildRequires: libselinux-devel >= %{libselinux_version}, libsepol-devel BuildRequires: libblkid-devel >= %{util_linux_version} @@ -116,7 +115,6 @@ or more physical volumes and creating one or more logical volumes %setup -q -n LVM2.%{version} %patch0 -p1 -b .preferred_names %patch1 -p1 -b .lvmetad_timeout -%patch2 -p1 -b .v167_lvmdbusd_fixes %build %global _default_pid_dir /run @@ -840,6 +838,30 @@ the device-mapper event library. %{_libdir}/pkgconfig/devmapper-event.pc %changelog +* Mon Nov 07 2016 Peter Rajnoha - 2.02.167-1 +- Use log_error in regex and sysfs filter to describe reason of failure. +- Fix blkdeactivate to deactivate dev stack if dev on top already unmounted. +- Prevent non-synced raid1 repair unless --force +- Prevent raid4 creation/conversion on non-supporting kernels +- Add direct striped -> raid4 conversion +- Fix raid4 parity image pair position on conversions from striped/raid0* +- Fix a few unconverted return code values for some lvconvert error path. +- Disable lvconvert of thin pool to raid while active. +- Disable systemd service start rate limiting for lvm2-pvscan@.service. +- Log failure of raid device with log_error level. +- Use dm_log_with_errno and translate runtime to dm_log only when needed. +- Make log messages from dm and lvm library different from dmeventd. +- Notice and Info messages are again logged from dmeventd and its plugins. +- Dmeventd now also respects DM_ABORT_ON_INTERNAL_ERRORS as libdm based tool. +- Report as non default dm logging also when logging with errno was changed. +- Use log_level() macro to consistently decode message log level in dmeventd. +- Still produce output when dmsetup dependency tree building finds dev missing. +- Check and report pthread_sigmask() failure in dmeventd. +- Check mem alloc fail in _canonicalize_field_ids(). +- Use unsigned math when checking more then 31 legs of raid. +- Fix 'dmstats delete' with dmsetup older than v1.02.129 +- Fix stats walk segfault with dmsetup older than v1.02.129 + * Thu Oct 06 2016 Peter Rajnoha - 2.02.166-2 - Add various fixes for lvmdbusd from upcoming lvm2 version 2.02.167. diff --git a/sources b/sources index 2e044a7..7a7267a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c5a54ee0b86703daaad6e856439e115a LVM2.2.02.166.tgz +3031ce59631e4fd5bab7ee948997941c LVM2.2.02.167.tgz diff --git a/upstream b/upstream index 503e91c..c23e9a8 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -LVM2.2.02.166.tgz +LVM2.2.02.167.tgz