New upstream with assorted small fixes and performance improvements.
This commit is contained in:
parent
481844243e
commit
e9f8aefafd
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ LVM2.2.02.73.tgz
|
||||
/LVM2.2.02.79.tgz
|
||||
/LVM2.2.02.81.tgz
|
||||
/LVM2.2.02.82.tgz
|
||||
/LVM2.2.02.83.tgz
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.2.1 (GNU/Linux)
|
||||
|
||||
iD8DBQBNPgvyIoGRwVZ+LBcRAjCHAJ4mnegkLpU0UeKEK7Kkt7YisLaDjQCgwLxq
|
||||
0xN9tyyuccq0I/Da+ka0IYc=
|
||||
=BlIi
|
||||
-----END PGP SIGNATURE-----
|
7
LVM2.2.02.83.tgz.asc
Normal file
7
LVM2.2.02.83.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.2.1 (GNU/Linux)
|
||||
|
||||
iD8DBQBNTIEAIoGRwVZ+LBcRAllkAJ9JUtisJOQ8qKoj38N0gRU7Ka0w/QCgqWTX
|
||||
wHbKaZDmomsFRRD6I4dk1Qg=
|
||||
=CT96
|
||||
-----END PGP SIGNATURE-----
|
28
lvm2.spec
28
lvm2.spec
@ -1,4 +1,4 @@
|
||||
%define device_mapper_version 1.02.61
|
||||
%define device_mapper_version 1.02.62
|
||||
%define enable_cluster 1
|
||||
|
||||
%if "%{fedora}" == "12"
|
||||
@ -29,8 +29,8 @@
|
||||
|
||||
Summary: Userland logical volume management tools
|
||||
Name: lvm2
|
||||
Version: 2.02.82
|
||||
Release: 2%{?dist}
|
||||
Version: 2.02.83
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
URL: http://sources.redhat.com/lvm2
|
||||
@ -475,6 +475,28 @@ the device-mapper event library.
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 4 2011 Alasdair Kergon <agk@redhat.com> - 2.02.83-1
|
||||
- Allow exclusive activation of snapshots in a cluster.
|
||||
- Don't lose LV exclusive lock state when suspending clustered devices.
|
||||
- Fix fs operation stack handling when multiple operations on same device.
|
||||
- Increase hash table sizes to 1024 LV names and 64 PV uuids.
|
||||
- When setting up mda wipe first 4k of it as was intended.
|
||||
- Remove unneeded checks for open_count in lv_info().
|
||||
- Synchronize with udev before checking open_count in lv_info().
|
||||
- Add "dmsetup ls --tree" output to lvmdump.
|
||||
- Fix udev synchronization with no-locking --sysinit (2.02.80).
|
||||
- Improve man page style consistency for pvcreate, pvremove, pvresize, pvscan.
|
||||
- Avoid rebuilding of uuid validation table.
|
||||
- Improve lvcreate error text from insufficient "extents" to "free space".
|
||||
- Always use O_DIRECT when opening block devices to check for partitioning.
|
||||
- Move creation of device nodes from 'create' to 'resume'.
|
||||
- Add --addnodeonresume and --addnodeoncreate options to dmsetup.
|
||||
- Add dm_task_set_add_node to libdevmapper to control dev node creation time.
|
||||
- Add dm_task_secure_data to libdevmapper to wipe ioctl buffers in kernel.
|
||||
- Log debug message when expected uevent is not generated.
|
||||
- Set DM_UDEV_DISABLE_OTHER_RULES_FLAG for suspended DM devices in udev rules.
|
||||
- Begin a new pool object for each row in _output_as_rows() correctly.
|
||||
|
||||
* Mon Jan 24 2011 Alasdair Kergon <agk@redhat.com> - 2.02.82-2
|
||||
- Bring lvscan man page up-to-date.
|
||||
- Fix lvchange --test to exit cleanly.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
21c0ea7bb961d9340cd8bde2de5e2389 LVM2.2.02.82.tgz
|
||||
18e7d89be4a38475c1c1df821b139551 LVM2.2.02.83.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user