New upstream release v2.02.152.
This commit is contained in:
parent
18a9c13d71
commit
82748b476f
1
.gitignore
vendored
1
.gitignore
vendored
@ -56,3 +56,4 @@
|
||||
/LVM2.2.02.149.tgz
|
||||
/LVM2.2.02.150.tgz
|
||||
/LVM2.2.02.151.tgz
|
||||
/LVM2.2.02.152.tgz
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlcat3AACgkQIoGRwVZ+LBfykACggiPMJSVQ78MREYzOdCBGn5Sq
|
||||
vKAAoPVGIxipbCoN4w5EUDzxax4pqOaH
|
||||
=VkFe
|
||||
-----END PGP SIGNATURE-----
|
7
LVM2.2.02.152.tgz.asc
Normal file
7
LVM2.2.02.152.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlcj+EIACgkQIoGRwVZ+LBeYrACg7dMTMM+3IO9hW9a9Aj4EObtb
|
||||
MKoAnjnQ4654ujnNbrwFWF3QaFhIkIXn
|
||||
=qaPB
|
||||
-----END PGP SIGNATURE-----
|
@ -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.
|
21
lvm2.spec
21
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 <prajnoha@redhat.com> - 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 <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).
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
295ba39a9cb2106a349694693e913a62 LVM2.2.02.151.tgz
|
||||
3b1be9a67d8000040931f3e88ec10557 LVM2.2.02.152.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user