New upstream release (v2.02.103).
This commit is contained in:
parent
21b235829c
commit
3bd7df19e0
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/LVM2.2.02.98.tgz
|
/LVM2.2.02.98.tgz
|
||||||
/LVM2.2.02.99.tgz
|
/LVM2.2.02.99.tgz
|
||||||
/LVM2.2.02.102.tgz
|
/LVM2.2.02.102.tgz
|
||||||
|
/LVM2.2.02.103.tgz
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1.4.11 (GNU/Linux)
|
|
||||||
|
|
||||||
iEYEABECAAYFAlJAVacACgkQIoGRwVZ+LBcDYQCdEsYn2/0Ba40kuNQ2eeW28sZw
|
|
||||||
RSQAoNidkoe1ngHmx3p9hzLGScY1okMF
|
|
||||||
=MKz2
|
|
||||||
-----END PGP SIGNATURE-----
|
|
7
LVM2.2.02.103.tgz.asc
Normal file
7
LVM2.2.02.103.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1.4.11 (GNU/Linux)
|
||||||
|
|
||||||
|
iEYEABECAAYFAlJOxOEACgkQIoGRwVZ+LBdzIgCgyYCGSy7BHxalqU5knEnK0gkZ
|
||||||
|
Ku4AoN1ojAchwqP/1Mu1Hacq5RXGlf4R
|
||||||
|
=4ZOd
|
||||||
|
-----END PGP SIGNATURE-----
|
23
lvm2.spec
23
lvm2.spec
@ -1,4 +1,4 @@
|
|||||||
%define device_mapper_version 1.02.81
|
%define device_mapper_version 1.02.82
|
||||||
|
|
||||||
%define enable_thin 1
|
%define enable_thin 1
|
||||||
%define enable_lvmetad 1
|
%define enable_lvmetad 1
|
||||||
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
Summary: Userland logical volume management tools
|
Summary: Userland logical volume management tools
|
||||||
Name: lvm2
|
Name: lvm2
|
||||||
Version: 2.02.102
|
Version: 2.02.103
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -44,7 +44,6 @@ URL: http://sources.redhat.com/lvm2
|
|||||||
Source0: ftp://sources.redhat.com/pub/lvm2/releases/LVM2.%{version}.tgz
|
Source0: ftp://sources.redhat.com/pub/lvm2/releases/LVM2.%{version}.tgz
|
||||||
Patch0: lvm2-set-default-preferred_names.patch
|
Patch0: lvm2-set-default-preferred_names.patch
|
||||||
Patch1: lvm2-enable-lvmetad-by-default.patch
|
Patch1: lvm2-enable-lvmetad-by-default.patch
|
||||||
Patch2: lvm2-2_02_103-do-not-install-separate-command-symlink-for-lvm-devtypes.patch
|
|
||||||
|
|
||||||
BuildRequires: libselinux-devel >= %{libselinux_version}, libsepol-devel
|
BuildRequires: libselinux-devel >= %{libselinux_version}, libsepol-devel
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
@ -81,7 +80,6 @@ or more physical volumes and creating one or more logical volumes
|
|||||||
%setup -q -n LVM2.%{version}
|
%setup -q -n LVM2.%{version}
|
||||||
%patch0 -p1 -b .preferred_names
|
%patch0 -p1 -b .preferred_names
|
||||||
%patch1 -p1 -b .enable_lvmetad
|
%patch1 -p1 -b .enable_lvmetad
|
||||||
%patch2 -p1 -b .lvm_devtypes
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%define _default_pid_dir /run
|
%define _default_pid_dir /run
|
||||||
@ -577,6 +575,23 @@ the device-mapper event library.
|
|||||||
%{_libdir}/pkgconfig/devmapper-event.pc
|
%{_libdir}/pkgconfig/devmapper-event.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 04 2013 Peter Rajnoha <prajnoha@redhat.com> - 2.02.103-1
|
||||||
|
- Ensure vgid matches before removing vgname entry from lvmetad cache.
|
||||||
|
- Add --ignoreskippedcluster for exit status success when clustered VGs skipped.
|
||||||
|
- Fix 3 minute udev timeout so that it is applied for all LVM volumes.
|
||||||
|
- Fix thin/raid & activation config defaults with configure --disable-devmapper.
|
||||||
|
- Fix RAID calculation for sufficient allocatable space.
|
||||||
|
- lvconvert from linear to mirror or RAID1 now honors mirror_segtype_default.
|
||||||
|
- Add thin-performance configuration profile.
|
||||||
|
- Add lvm.conf allocation/thin_pool_chunk_size_policy option.
|
||||||
|
- Fix contiguous & cling allocation policies for parity RAID. (2.02.100)
|
||||||
|
- Have lvmconf --enable/disable-cluster reset/set use_lvmetad.
|
||||||
|
- Add seg_size_pe field to reports.
|
||||||
|
- Support start+length notation with command line PE ranges.
|
||||||
|
- Exit cleanly with message when pvmove cannot restart because LV is inactive.
|
||||||
|
- Define symbolic names for subsystem udev flags in libdevmapper for easier use.
|
||||||
|
- Make subsystem udev rules responsible for importing DM_SUBSYSTEM_UDEV_FLAG*.
|
||||||
|
|
||||||
* Tue Sep 24 2013 Peter Rajnoha <prajnoha@redhat.com> - 2.02.102-1
|
* Tue Sep 24 2013 Peter Rajnoha <prajnoha@redhat.com> - 2.02.102-1
|
||||||
- Fix missing build dependency for scripts subdir in Makefile.
|
- Fix missing build dependency for scripts subdir in Makefile.
|
||||||
- Fix node up/down handling in clvmd corosync module.
|
- Fix node up/down handling in clvmd corosync module.
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
cfce545d87abf42ae4c9e0aae704619e LVM2.2.02.102.tgz
|
e427e3494aaf86da2d363f344deb3837 LVM2.2.02.103.tgz
|
||||||
|
Loading…
Reference in New Issue
Block a user