From ff195215a00c402e777cb20400823360d3befaa7 Mon Sep 17 00:00:00 2001 From: Alasdair G Kergon Date: Aug 18 2010 21:31:49 +0000 Subject: Update to 2.02.73 --- diff --git a/lvm2.spec b/lvm2.spec index 8b98b6f..6ac72d1 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,4 +1,4 @@ -%define device_mapper_version 1.02.53 +%define device_mapper_version 1.02.54 %define enable_cluster 1 %if "%{fedora}" == "12" @@ -27,14 +27,13 @@ Summary: Userland logical volume management tools Name: lvm2 -Version: 2.02.72 -Release: 4%{?dist} +Version: 2.02.73 +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_73-fix-exported-syms.patch BuildRequires: libselinux-devel >= 1.30.19-4, libsepol-devel BuildRequires: ncurses-devel @@ -65,7 +64,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 exported_syms %build %define _exec_prefix "" @@ -464,6 +462,37 @@ the device-mapper event library. %changelog +* Wed Aug 18 2010 Alasdair Kergon - 2.02.73-1 +- Change default alignment of data extents to 1MB. +- Add --norestorefile option to pvcreate. +- Require --restorefile when using pvcreate --uuid. +- Fix potential for corruption during cluster mirror device failure. +- Ignore snapshots when performing mirror recovery beneath an origin. +- Monitor origin -real device below snapshot instead of overlay device. +- Don't really change monitoring status when in test mode. +- Fix some exit statuses when starting/stopping monitoring fails. +- Enable snapshot monitoring by default when dmeventd is enabled. +- Fix 'lvconvert --splitmirrors' in cluster operation. +- Fix clvmd init script exit code to return 4 when executed as non-root user. +- Recognise and give preference to md device partitions (blkext major). +- Never scan internal LVM devices. +- Don't ignore user-specified PVs in split-mirror operations. (2.02.71) +- Fix data corruption bug in cluster mirrors. +- Require logical volume(s) to be explicitly named for lvconvert --merge. +- Avoid changing aligned pe_start as a side-effect of a log message. +- Use built-in rule for device aliases: block/ < dm- < disk/ < mapper/ < other. +- Handle failure of all mirrored log devices and all but one mirror leg. +- Disallow 'mirrored' log type for cluster mirrors. +- Fix configure to supply DEFAULT_RUN_DIR to Makefiles. +- Fix allocation of wrong number of mirror logs with 'remove' fault policy. +- Add dmeventd/executable to lvm.conf to test alternative dmeventd. +- Fix udev rules to support udev database content generated by older rules. +- Reinstate detection of inappropriate uevent with DISK_RO set and suppress it. +- Fix regex ttree off-by-one error. +- Fix segfault in regex matcher with characters of ordinal value > 127. +- Wait for node creation before displaying debug info in dmsetup. +- Fix return status 0 for "dmsetup info -c -o help". + * Mon Aug 2 2010 Alasdair Kergon - 2.02.72-5 - Make udev configurable and merge with f12. diff --git a/mirrors b/mirrors index 3cf6431..23553ce 100644 --- a/mirrors +++ b/mirrors @@ -1,2 +1 @@ ftp://sources.redhat.com/pub/lvm2/ -ftp://sources.redhat.com/pub/dm/ diff --git a/sources b/sources index ffddd40..d33297e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a7d0d1235a589869bd13cde0f0d7375d LVM2.2.02.72.tgz +ef975c33e224b3a2c057313d29718d91 LVM2.2.02.73.tgz diff --git a/upstream b/upstream index eacb8bd..ab6f21f 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -LVM2.2.02.72.tgz +LVM2.2.02.73.tgz