rpms/lvm2/devel LVM2.2.02.38.tgz.asc, NONE, 1.1 device-mapper.1.02.26.tgz.asc, NONE, 1.1 .cvsignore, 1.59, 1.60 lvm2.spec, 1.133, 1.134 sources, 1.62, 1.63 upstream, 1.52, 1.53 LVM2.2.02.33.tgz.asc, 1.1, NONE device-mapper.1.02.24.tgz.asc, 1.1, NONE lvm2-limits-include.patch, 1.1, NONE lvm2-vio-disk.patch, 1.2, NONE

Alasdair Kergon (agk) fedora-extras-commits at redhat.com
Fri Jun 13 20:13:35 UTC 2008


Author: agk

Update of /cvs/pkgs/rpms/lvm2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32617

Modified Files:
	.cvsignore lvm2.spec sources upstream 
Added Files:
	LVM2.2.02.38.tgz.asc device-mapper.1.02.26.tgz.asc 
Removed Files:
	LVM2.2.02.33.tgz.asc device-mapper.1.02.24.tgz.asc 
	lvm2-limits-include.patch lvm2-vio-disk.patch 
Log Message:
Update to latest upstream.



--- NEW FILE LVM2.2.02.38.tgz.asc ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQBIT8F0IoGRwVZ+LBcRAixZAJ0cSrOfcg8OLfPr7UjqrcHdKkJWjACdEhaI
8x/2xkfI7Lmmn0wRyuXkLT0=
=1NmK
-----END PGP SIGNATURE-----


--- NEW FILE device-mapper.1.02.26.tgz.asc ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQBISY4mIoGRwVZ+LBcRAqEWAKCRvnAr/83XJyDzv4cFS0MmxWf8MwCg3hFp
aCqXFmkPZZQUFf7OaqdvSXI=
=p+7f
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/lvm2/devel/.cvsignore,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- .cvsignore	31 Jan 2008 12:44:02 -0000	1.59
+++ .cvsignore	13 Jun 2008 20:12:52 -0000	1.60
@@ -1,2 +1,4 @@
 LVM2.2.02.33.tgz
 device-mapper.1.02.24.tgz
+LVM2.2.02.38.tgz
+device-mapper.1.02.26.tgz


Index: lvm2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lvm2/devel/lvm2.spec,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- lvm2.spec	3 Apr 2008 03:21:02 -0000	1.133
+++ lvm2.spec	13 Jun 2008 20:12:52 -0000	1.134
@@ -1,20 +1,18 @@
-%define device_mapper_version 1.02.24
+%define device_mapper_version 1.02.26
 
 # Do not reset Release to 1 unless both lvm2 and device-mapper 
 # versions are increased together.
 
 Summary: Userland logical volume management tools 
 Name: lvm2
-Version: 2.02.33
-Release: 11%{?dist}
+Version: 2.02.38
+Release: 1%{?dist}
 License: GPLv2
 Group: System Environment/Base
 URL: http://sources.redhat.com/lvm2
 Source0: LVM2.%{version}.tgz
 Source1: device-mapper.%{device_mapper_version}.tgz
 Patch0: cluster-locking-built-in.patch
-Patch1: lvm2-vio-disk.patch
-Patch2: lvm2-limits-include.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libselinux-devel >= 1.30.19-4, libsepol-devel
 BuildRequires: ncurses-devel
@@ -38,8 +36,6 @@
 %setup -q -n LVM2.%{version}
 %setup -q -T -D -a 1 -n LVM2.%{version}
 %patch -p1 -b .locking
-%patch1 -p1 
-%patch2 -p1
 
 %build
 cd device-mapper.%{device_mapper_version}
@@ -271,6 +267,93 @@
 
 
 %changelog
+* Fri Jun 13 2008 Alasdair Kergon <agk at redhat.com>> - 2.02.38-1
+- libdevmapper: Make dm_hash_iter safe against deletion.
+- libdevmapper: Accept a NULL pointer to dm_free silently.
+- libdevmapper: Calculate string size within dm_pool_grow_object.
+- libdevmapper: Send reporting field help text to stderr not stdout.
+
+- dmsetup: Add tables_loaded, readonly and suspended columns to reports.
+- dmsetup: Add --nameprefixes for new report output format FIELD=VALUE.
+
+- Add --nameprefixes to reporting tools for field name prefix output format.
+- Fix return values for reporting commands when run with no PVs, LVs, or VGs.
+- Add omitted unlock_vg() call when sigint_caught() during vg processing.
+- Fix free_count when reading pool metadata.
+- Fix segfault when using pvcreate on a device containing pool metadata.
+- In script-processing mode, stop if any command fails.
+- Warn if command exits with non-zero status code without a prior log_error.
+- Correct config file line numbers in messages when parsing comments.
+- Add missing deactivation after activation failure in lvcreate -Zy.
+- When removing LV symlinks, skip any where the VG name is not determined.
+- Fix vgsplit internal counting of snapshot LVs.
+- Update vgsplit to only restrict split with active LVs involved in split.
+- Fix vgsplit to only move hidden 'snapshotN' LVs when necessary.
+- Update vgsplit man page to reflect lvnames on the cmdline.
+- Update vgsplit to take "-n LogicalVolumeName" on the cmdline.
+- Fix vgsplit error paths to release vg_to lock.
+- Avoid spurious duplicate VG messages referring to VGs that are gone.
+- Drop dev_name_confirmed error message to debug level.
+- Fix setpriority error message to signed int.
+- Add assertions to trap deprecated P_ and V_ lock usage.
+- Avoid using DLM locks with LCK_CACHE type P_ lock requests.
+- Don't touch /dev in vgrename if activation is disabled.
+- Exclude VG_GLOBAL from internal concurrent VG lock counter.
+- Fix vgmerge snapshot_count when source VG contains snapshots.
+- Fix internal LV counter when a snapshot is removed.
+- Fix metadata corruption writing lvm1-formatted metadata with snapshots.
+- Fix lvconvert -m0 allocatable space check.
+- Don't attempt remote metadata backups of non-clustered VGs.
+- Improve preferred_names lvm.conf example.
+- Fix vgdisplay 'Cur LV' field to match lvdisplay output.
+- Fix lv_count report field to exclude hidden LVs.
+- Fix some pvmove error status codes.
+- Indicate whether or not VG is clustered in vgcreate log message.
+- Mention default --clustered setting in vgcreate man page.
+- Fix vgreduce to use vg_split_mdas to check sufficient mdas remain.
+- Update lvmcache VG lock state for all locking types now.
+- Fix output if overriding command_names on cmdline.
+- Add check to vg_commit() ensuring VG lock held before writing new VG metadata.
+- Add validation of LV name to pvmove -n.
+- Add some basic internal VG lock validation.
+- Fix vgsplit internal counting of snapshot LVs.
+- Update vgsplit to only restrict split with active LVs involved in split.
+- Fix vgsplit to only move hidden 'snapshotN' LVs when necessary.
+- Update vgsplit man page to reflect lvnames on the cmdline.
+- Update vgsplit to take "-n LogicalVolumeName" on the cmdline.
+- Fix vgsplit error paths to release vg_to lock.
+- Fix vgsplit locking of new VG.
+- Avoid erroneous vgsplit error message for new VG.
+- Suppress duplicate message when lvresize fails because of invalid vgname.
+- Cache VG metadata internally while VG lock is held.
+- Fix redundant lvresize message if vg doesn't exist.
+- Make clvmd-cman use a hash rather than an array for node updown info.
+- Decode numbers in clvmd debugging output.
+- Fix uninitialised mutex in clvmd if all daemons are not running at startup.
+- Add config file overrides to clvmd when it reads the active LVs list.
+- Make clvmd refresh the context correctly when lvm.conf is updated.
+- Fix another allocation bug with clvmd and large node IDs.
+- Fix uninitialised variable in clvmd that could cause odd hangs.
+- Correct command name in lvmdiskscan man page.
+- clvmd no longer crashes if it sees nodeids over 50.
+- Fix potential deadlock in clvmd thread handling.
+- Update usage message for clvmd.
+- Fix clvmd man page not to print <br> and clarified debug options.
+- Escape double quotes and backslashes in external metadata and config data.
+- Correct a function name typo in _line_append error message.
+- Fix resetting of MIRROR_IMAGE and VISIBLE_LV after removal of LV.
+- Fix remove_layer_from_lv to empty the LV before removing it.
+- Add missing no-longer-used segs_using_this_lv test to check_lv_segments.
+- Fix lvconvert detection of mirror conversion in progress.
+- Avoid automatic lvconvert polldaemon invocation when -R specified.
+- Fix 'pvs -a' to detect VGs of PVs without metadata areas.
+- Divide up internal orphan volume group by format type.
+- Fix lvresize to support /dev/mapper prefix in the LV name.
+- Fix lvresize to pass new size to fsadm when extending device.
+- Fix unfilled parameter passed to fsadm from lvresize.
+- Update fsadm to call lvresize if the partition size differs (with option -l).
+- Fix fsadm to support VG/LV names.
+
 * Wed Apr  2 2008 Jeremy Katz <katzj at redhat.com> - 2.02.33-11
 - Adjust for new name for vio disks (from danpb)
 - And fix the build (also from danpb)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lvm2/devel/sources,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- sources	31 Jan 2008 12:44:02 -0000	1.62
+++ sources	13 Jun 2008 20:12:52 -0000	1.63
@@ -1,2 +1,4 @@
 c33883f3db8185a987ad3c774c685861  LVM2.2.02.33.tgz
 44420c94a412323da9d8b1ce21f2bebd  device-mapper.1.02.24.tgz
+274f8837033ea34919f009a8c396d83b  LVM2.2.02.38.tgz
+a97272ef6b439c99b64b213e30d18bbd  device-mapper.1.02.26.tgz


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/lvm2/devel/upstream,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- upstream	31 Jan 2008 12:44:02 -0000	1.52
+++ upstream	13 Jun 2008 20:12:52 -0000	1.53
@@ -1,2 +1,2 @@
-LVM2.2.02.33.tgz
-device-mapper.1.02.24.tgz
+LVM2.2.02.38.tgz
+device-mapper.1.02.26.tgz


--- LVM2.2.02.33.tgz.asc DELETED ---


--- device-mapper.1.02.24.tgz.asc DELETED ---


--- lvm2-limits-include.patch DELETED ---


--- lvm2-vio-disk.patch DELETED ---




More information about the fedora-extras-commits mailing list