New upstream release v2.02.167.
This commit is contained in:
parent
7335b4b586
commit
d06c778a6b
1
.gitignore
vendored
1
.gitignore
vendored
@ -71,3 +71,4 @@
|
||||
/LVM2.2.02.164.tgz
|
||||
/LVM2.2.02.165.tgz
|
||||
/LVM2.2.02.166.tgz
|
||||
/LVM2.2.02.167.tgz
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||
|
||||
iEUEABECAAYFAlfpIX4ACgkQIoGRwVZ+LBf3DwCXQYDIXBAQHjmhMwKfozGDIN8E
|
||||
RgCg1bDuSR9XzV6LlD85CBFgThcNWjc=
|
||||
=9r+Q
|
||||
-----END PGP SIGNATURE-----
|
7
LVM2.2.02.167.tgz.asc
Normal file
7
LVM2.2.02.167.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlgdMPQACgkQIoGRwVZ+LBexrACgjXVKjZYwZvbLw39InVZzMiwB
|
||||
YbQAnA8e5h9LeflzaN2Vb4LGUqx8Ntox
|
||||
=kZ+q
|
||||
-----END PGP SIGNATURE-----
|
30
lvm2.spec
30
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 <prajnoha@redhat.com> - 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 <prajnoha@redhat.com> - 2.02.166-2
|
||||
- Add various fixes for lvmdbusd from upcoming lvm2 version 2.02.167.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
c5a54ee0b86703daaad6e856439e115a LVM2.2.02.166.tgz
|
||||
3031ce59631e4fd5bab7ee948997941c LVM2.2.02.167.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user