New upstream release v2.02.166.
This commit is contained in:
parent
e7063f68c4
commit
551f63dbc2
1
.gitignore
vendored
1
.gitignore
vendored
@ -70,3 +70,4 @@
|
||||
/LVM2.2.02.163.tgz
|
||||
/LVM2.2.02.164.tgz
|
||||
/LVM2.2.02.165.tgz
|
||||
/LVM2.2.02.166.tgz
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlfPblQACgkQIoGRwVZ+LBeyDwCfZ5Ls6u9zDDBjeaGVZFbad1BM
|
||||
bLUAn02XQx/+zVTPwZoTtSHP68kQzwnT
|
||||
=2smD
|
||||
-----END PGP SIGNATURE-----
|
7
LVM2.2.02.166.tgz.asc
Normal file
7
LVM2.2.02.166.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||
|
||||
iEUEABECAAYFAlfpIX4ACgkQIoGRwVZ+LBf3DwCXQYDIXBAQHjmhMwKfozGDIN8E
|
||||
RgCg1bDuSR9XzV6LlD85CBFgThcNWjc=
|
||||
=9r+Q
|
||||
-----END PGP SIGNATURE-----
|
29
lvm2.spec
29
lvm2.spec
@ -1,4 +1,4 @@
|
||||
%global device_mapper_version 1.02.134
|
||||
%global device_mapper_version 1.02.135
|
||||
|
||||
%global enable_cache 1
|
||||
%global enable_cluster 1
|
||||
@ -52,7 +52,7 @@
|
||||
Summary: Userland logical volume management tools
|
||||
Name: lvm2
|
||||
|
||||
Version: 2.02.165
|
||||
Version: 2.02.166
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
@ -294,6 +294,7 @@ systemctl start lvm2-lvmpolld.socket
|
||||
%{_mandir}/man5/lvm.conf.5.gz
|
||||
%{_mandir}/man7/lvmcache.7.gz
|
||||
%{_mandir}/man7/lvmraid.7.gz
|
||||
%{_mandir}/man7/lvmreport.7.gz
|
||||
%{_mandir}/man7/lvmthin.7.gz
|
||||
%{_mandir}/man7/lvmsystemid.7.gz
|
||||
%{_mandir}/man8/fsadm.8.gz
|
||||
@ -837,6 +838,30 @@ the device-mapper event library.
|
||||
%{_libdir}/pkgconfig/devmapper-event.pc
|
||||
|
||||
%changelog
|
||||
* Mon Sep 26 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.166-1
|
||||
- Fix lvm2-activation-generator to read all LVM2 config sources. (2.02.155)
|
||||
- Fix lvchange-rebuild-raid.sh to cope with older target versions.
|
||||
- Use dm_config_parse_without_dup_node_check() to speedup metadata reading.
|
||||
- Fix lvconvert --repair regression
|
||||
- Fix reported origin lv field for cache volumes. (2.02.133)
|
||||
- Always specify snapshot cow LV for monitoring not internal LV. (2.02.165)
|
||||
- Fix lvchange --discard|--zero for active thin-pool.
|
||||
- Enforce 4MiB or 25% metadata free space for thin pool operations.
|
||||
- Fix lock-holder device for thin pool with inactive thin volumes.
|
||||
- Use --alloc normal for mirror logs even if the mimages were stricter.
|
||||
- Use O_DIRECT to gather metadata in lvmdump.
|
||||
- Ignore creation_time when checking for matching metadata for lvmetad.
|
||||
- Fix possible NULL pointer derefence when checking for monitoring.
|
||||
- Add lvmreport(7) man page.
|
||||
- Don't install lvmraid(7) man page when raid excluded. (2.02.165)
|
||||
- Report 0% as dirty (copy%) for cache without any used block.
|
||||
- Fix lvm2api reporting of cache data and metadata percent.
|
||||
- Restore reporting of metadata usage for cache volumes (2.02.155).
|
||||
- Support raid scrubbing on cache origin LV.
|
||||
- Fix man entry for dmsetup status.
|
||||
- Introduce new dm_config_parse_without_dup_node_check().
|
||||
- Don't omit last entry in dmstats list --group.
|
||||
|
||||
* Wed Sep 07 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.165-1
|
||||
- Add lvmraid(7) man page.
|
||||
- Use udev db to check for mpath components before running pvscan for lvmetad.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
66c1be756e544fe4938256aec2ca4358 LVM2.2.02.165.tgz
|
||||
c5a54ee0b86703daaad6e856439e115a LVM2.2.02.166.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user