diff --git a/.gitignore b/.gitignore index 582e4ba..30369d5 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,4 @@ /LVM2.2.02.163.tgz /LVM2.2.02.164.tgz /LVM2.2.02.165.tgz +/LVM2.2.02.166.tgz diff --git a/LVM2.2.02.165.tgz.asc b/LVM2.2.02.165.tgz.asc deleted file mode 100644 index a378fad..0000000 --- a/LVM2.2.02.165.tgz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEABECAAYFAlfPblQACgkQIoGRwVZ+LBeyDwCfZ5Ls6u9zDDBjeaGVZFbad1BM -bLUAn02XQx/+zVTPwZoTtSHP68kQzwnT -=2smD ------END PGP SIGNATURE----- diff --git a/LVM2.2.02.166.tgz.asc b/LVM2.2.02.166.tgz.asc new file mode 100644 index 0000000..97448c7 --- /dev/null +++ b/LVM2.2.02.166.tgz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.14 (GNU/Linux) + +iEUEABECAAYFAlfpIX4ACgkQIoGRwVZ+LBf3DwCXQYDIXBAQHjmhMwKfozGDIN8E +RgCg1bDuSR9XzV6LlD85CBFgThcNWjc= +=9r+Q +-----END PGP SIGNATURE----- diff --git a/lvm2.spec b/lvm2.spec index c832ff7..ad45973 100644 --- a/lvm2.spec +++ b/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 - 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 - 2.02.165-1 - Add lvmraid(7) man page. - Use udev db to check for mpath components before running pvscan for lvmetad. diff --git a/sources b/sources index 2111067..2e044a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -66c1be756e544fe4938256aec2ca4358 LVM2.2.02.165.tgz +c5a54ee0b86703daaad6e856439e115a LVM2.2.02.166.tgz diff --git a/upstream b/upstream index 4992168..503e91c 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -LVM2.2.02.165.tgz +LVM2.2.02.166.tgz