[lvm2] New upstream - several bug fixes.

Alasdair Kergon agk at fedoraproject.org
Fri Sep 24 23:31:43 UTC 2010


commit 7d13a483d264555ee80190feb275f1f96f523b9d
Author: Alasdair G Kergon <agk at redhat.com>
Date:   Sat Sep 25 00:30:45 2010 +0100

    New upstream - several bug fixes.

 .gitignore                                |    1 +
 LVM2.2.02.73.tgz.asc                      |    7 -
 LVM2.2.02.74.tgz.asc                      |    7 +
 lvm2-2_02_74-default-data-alignment.patch |  368 -----------------------------
 lvm2.spec                                 |   29 ++-
 sources                                   |    2 +-
 upstream                                  |    2 +-
 7 files changed, 34 insertions(+), 382 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ba87906..e1a3662 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 LVM2.2.02.70.tgz
 LVM2.2.02.72.tgz
+/LVM2.2.02.74.tgz
diff --git a/LVM2.2.02.74.tgz.asc b/LVM2.2.02.74.tgz.asc
new file mode 100644
index 0000000..c3a64d1
--- /dev/null
+++ b/LVM2.2.02.74.tgz.asc
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.1 (GNU/Linux)
+
+iD8DBQBMnP6eIoGRwVZ+LBcRAu0PAJ9buL3/ojA1beSxi0oqCjlGLiOa3ACfa16t
+dZ9DYLWGC4vKxTzBimPBWLQ=
+=BiyI
+-----END PGP SIGNATURE-----
diff --git a/lvm2.spec b/lvm2.spec
index a54bcb4..200273b 100644
--- a/lvm2.spec
+++ b/lvm2.spec
@@ -1,4 +1,4 @@
-%define device_mapper_version 1.02.54
+%define device_mapper_version 1.02.55
 %define enable_cluster 1
 
 %if "%{fedora}" == "12"
@@ -29,14 +29,13 @@
 
 Summary: Userland logical volume management tools 
 Name: lvm2
-Version: 2.02.73
-Release: 2%{?dist}
+Version: 2.02.74
+Release: 1%{?dist}
 License: GPLv2
 Group: System Environment/Base
 URL: http://sources.redhat.com/lvm2
 Source0: ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz
 Patch0: lvm2-set-default-preferred_names.patch
-Patch1: lvm2-2_02_74-default-data-alignment.patch
 
 BuildRequires: libselinux-devel >= 1.30.19-4, libsepol-devel
 BuildRequires: ncurses-devel
@@ -67,7 +66,6 @@ or more physical volumes and creating one or more logical volumes
 %prep
 %setup -q -n LVM2.%{version}
 %patch0 -p1 -b preferred_names
-%patch1 -p1 -b data_alignment
 
 %build
 %define _exec_prefix ""
@@ -466,6 +464,27 @@ the device-mapper event library.
 
 
 %changelog
+* Fri Sep 24 2010 Alasdair Kergon <agk at redhat.com> - 2.02.74-1
+- Fix the way regions are marked complete to avoid slow --nosync cmirror I/O.
+- Add DM_REPORT_FIELD_TYPE_ID_LEN to libdevmapper.h.
+- Allow : and @ to be escaped with \ in device names of PVs.
+- Avoid stack corruption when reading in large metadata.
+- Fix partial mode operations for lvm1 metadata format.
+- Track recursive filter iteration to avoid refreshing while in use. (2.02.56)
+- Allocate buffer for metadata tags dynamically to remove 4k limit.
+- Add random suffix to archive file names to prevent races when being created.
+- Reinitialize archive and backup handling on toolcontext refresh.
+- Make poll_mirror_progress report PROGRESS_CHECK_FAILED if LV is not a mirror.
+- Like mirrors, don't scan origins if ignore_suspended_devices() is set.
+- Automatically generate tailored LSB Requires-Start for clvmd init script.
+- Fix return code of pvmove --abort PV.
+- Fix pvmove --abort to remove even for empty pvmove LV.
+- Add implementation for simple numeric 'get' property functions.
+- Simplify MD/swap signature detection in pvcreate and allow aborting.
+- Allow --yes to be used without --force mode.
+- Fix file descriptor leak in swap signature detection error path.
+- Detect and allow abort in pvcreate if LUKS signature is detected.
+
 * Wed Aug 25 2010 Peter Rajnoha <prajnoha at redhat.com> - 2.02.73-2
 - Add configure --with-default-data-alignment.
 - Update heuristic used for default and detected data alignment.
diff --git a/sources b/sources
index d33297e..2cce8cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ef975c33e224b3a2c057313d29718d91  LVM2.2.02.73.tgz
+3f86b528310183cad73c81c8efda0c34  LVM2.2.02.74.tgz
diff --git a/upstream b/upstream
index ab6f21f..be4c03b 100644
--- a/upstream
+++ b/upstream
@@ -1 +1 @@
-LVM2.2.02.73.tgz
+LVM2.2.02.74.tgz


More information about the scm-commits mailing list