[lvm2] New upstream with many small fixes, some thin provisioning improvements and preparations for the new

Alasdair Kergon agk at fedoraproject.org
Sat Mar 3 02:07:35 UTC 2012


commit 9a69bc77b2531e4eb596ade39da54a3102b47f37
Author: Alasdair G Kergon <agk at redhat.com>
Date:   Sat Mar 3 02:06:26 2012 +0000

    New upstream with many small fixes, some thin provisioning improvements
    and preparations for the new metadata daemon.

 .gitignore           |    1 +
 LVM2.2.02.93.tgz.asc |    7 -------
 LVM2.2.02.94.tgz.asc |    7 +++++++
 lvm2.spec            |   12 ++++++++++--
 sources              |    2 +-
 upstream             |    2 +-
 6 files changed, 20 insertions(+), 11 deletions(-)
---
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.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 <agk at redhat.com> - 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 <agk at redhat.com> - 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


More information about the scm-commits mailing list