From 9a69bc77b2531e4eb596ade39da54a3102b47f37 Mon Sep 17 00:00:00 2001 From: Alasdair G Kergon Date: Mar 03 2012 02:06:26 +0000 Subject: New upstream with many small fixes, some thin provisioning improvements and preparations for the new metadata daemon. --- diff --git a/.gitignore b/.gitignore index dfb8c4a..6213489 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /LVM2.2.02.91.tgz /LVM2.2.02.92.tgz /LVM2.2.02.93.tgz +/LVM2.2.02.94.tgz diff --git a/LVM2.2.02.93.tgz.asc b/LVM2.2.02.93.tgz.asc deleted file mode 100644 index 1216aa3..0000000 --- a/LVM2.2.02.93.tgz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.1 (GNU/Linux) - -iD8DBQBPRorIIoGRwVZ+LBcRAk04AKDdewvA+d0B90NSjmdz0rfLXnrOwACeKzx8 -m2MrG2zA+QTqqKwaksT/iiw= -=OQMj ------END PGP SIGNATURE----- diff --git a/LVM2.2.02.94.tgz.asc b/LVM2.2.02.94.tgz.asc new file mode 100644 index 0000000..28ac6ef --- /dev/null +++ b/LVM2.2.02.94.tgz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.1 (GNU/Linux) + +iD8DBQBPUXeaIoGRwVZ+LBcRAmzhAKC5zlb64/RMQ19x7PYolbdCz+k2+gCgx6YU +H06JjtlmjYQPW5mPI1Y+Q2Q= +=CISU +-----END PGP SIGNATURE----- diff --git a/lvm2.spec b/lvm2.spec index 6306ddf..4b93e0a 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,4 +1,4 @@ -%define device_mapper_version 1.02.72 +%define device_mapper_version 1.02.73 %define enable_thin 0 %define enable_cluster 1 @@ -65,7 +65,7 @@ Summary: Userland logical volume management tools Name: lvm2 -Version: 2.02.93 +Version: 2.02.94 Release: 1%{?dist} License: GPLv2 Group: System Environment/Base @@ -627,6 +627,14 @@ the device-mapper event library. /usr%{_libdir}/pkgconfig/devmapper-event.pc %changelog +* Sat Mar 03 2012 Alasdair Kergon - 2.02.94-1 +- Add support to execute thin_check with each de/active of thin pool. +- Fix automatic estimation of metadata device size for thin pool. +- Wipe initial 4KiB of non zeroed thin volumes. +- Update code-base to incorporate new metadata daemon. (Not used in Fedora yet.) +- Numerous minor cleanups across the code-base. +- Fix dmsetup / dm_task_set_name to properly resolve path to dm name. (2.02.93) + * Thu Feb 23 2012 Alasdair Kergon - 2.02.93-1 - Moved systemd tmpfiles installation upstream for lvm2 lock and run dirs. - Require number of stripes to be greater than parity devices in higher RAID. diff --git a/sources b/sources index 7d29234..be216f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a896c6f2e6167c62af57dfe79f6b927b LVM2.2.02.93.tgz +5ca593ec1a0b15902ce3da0fb13ea17b LVM2.2.02.94.tgz diff --git a/upstream b/upstream index bc604ab..33bb098 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -LVM2.2.02.93.tgz +LVM2.2.02.94.tgz