New upstream release with various fixes and enhancements.
This commit is contained in:
parent
ab14e8b21c
commit
2ef3d710cf
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
||||
/LVM2.2.02.112.tgz
|
||||
/LVM2.2.02.113.tgz
|
||||
/LVM2.2.02.114.tgz
|
||||
/LVM2.2.02.115.tgz
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlR5ALcACgkQIoGRwVZ+LBfcYACfcsCo+Im/tR2gbHDpSA5Qg9Vo
|
||||
iqIAoOjwTzT8Mcwgz7cpUdl7iLhoaola
|
||||
=BmR+
|
||||
-----END PGP SIGNATURE-----
|
7
LVM2.2.02.115.tgz.asc
Normal file
7
LVM2.2.02.115.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlS/p/sACgkQIoGRwVZ+LBckCwCfSfmQci6UOHMaEK688fS0dByG
|
||||
jdgAoL5R5OOpGn5uRia4S/xyZiaWOxEr
|
||||
=nZd8
|
||||
-----END PGP SIGNATURE-----
|
37
lvm2.spec
37
lvm2.spec
@ -1,4 +1,4 @@
|
||||
%define device_mapper_version 1.02.92
|
||||
%define device_mapper_version 1.02.93
|
||||
|
||||
%define enable_cache 1
|
||||
%define enable_cluster 1
|
||||
@ -39,8 +39,8 @@
|
||||
|
||||
Summary: Userland logical volume management tools
|
||||
Name: lvm2
|
||||
Version: 2.02.114
|
||||
Release: 3%{?dist}
|
||||
Version: 2.02.115
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
URL: http://sources.redhat.com/lvm2
|
||||
@ -638,6 +638,37 @@ the device-mapper event library.
|
||||
%{_libdir}/pkgconfig/devmapper-event.pc
|
||||
|
||||
%changelog
|
||||
* Thu Jan 22 2015 Peter Rajnoha <prajnoha@redhat.com> - 2.02.115-1
|
||||
- Report segment types without monitoring support as undefined.
|
||||
- Support lvchange --errorwhenfull for thin pools.
|
||||
- Improve the processing and reporting of duplicate PVs.
|
||||
- Report lv_health_status and health attribute also for thin pool.
|
||||
- Add lv_when_full reporting field.
|
||||
- Add support for lvcreate --errorwhenfull y|n for thin pools.
|
||||
- Fix lvconvert --repair to honour resilience requirement for segmented RAID LV.
|
||||
- Filter out partitioned device-mapper devices as unsuitable for use as PVs.
|
||||
- Also notify lvmetad about filtered device if using pvscan --cache DevicePath.
|
||||
- Use LVM's own selection instead of awk expressions in clvmd startup scripts.
|
||||
- Do not filter out snapshot origin LVs as unusable devices for an LVM stack.
|
||||
- Fix incorrect rimage names when converting from mirror to raid1 LV (2.02.112).
|
||||
- Introduce pvremove_many to avoid excessive metadata re-reading and messages.
|
||||
- Check for cmirror availability during cluster mirror creation and activation.
|
||||
- Add cache_policy and cache_settings reporting fields.
|
||||
- Add missing recognition for --binary option with {pv,vg,lv}display -C.
|
||||
- Fix vgimportclone to notify lvmetad about changes done if lvmetad is used.
|
||||
- Fix vgimportclone to properly override config if it is missing in lvm.conf.
|
||||
- Fix automatic use of configure --enable-udev-systemd-background-jobs.
|
||||
- Correctly rename active split LV with -splitmirrors for raid1.
|
||||
- Add report/compact_output to lvm.conf to enable/disable compact report output.
|
||||
- Still restrict mirror region size to power of 2 when VG extent size is not.
|
||||
- Reduce severity of ioctl error message when dmeventd waitevent is interrupted.
|
||||
- Report 'unknown version' when incompatible version numbers were not obtained.
|
||||
- Report more info from thin pool status (out of data, metadata-ro, fail).
|
||||
- Support error_if_no_space for thin pool target.
|
||||
- Fix segfault while using selection with regex and unbuffered reporting.
|
||||
- Add dm_report_compact_fields to remove empty fields from report output.
|
||||
- Remove unimplemented dm_report_set_output_selection from libdevmapper.h.
|
||||
|
||||
* Fri Nov 28 2014 Alasdair Kergon <agk@redhat.com> - 2.02.114-3
|
||||
- Avoid file descriptor leak in clients that open repeated lvmetad connections.
|
||||
- Add --cachepolicy and --cachesettings to lvcreate.
|
||||
|
Loading…
Reference in New Issue
Block a user