Several essential fixes to the last release.
This commit is contained in:
parent
f700b44f30
commit
8ccbe4ce1b
@ -1 +1 @@
|
||||
LVM2.2.02.55.tgz
|
||||
LVM2.2.02.56.tgz
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.2.1 (GNU/Linux)
|
||||
|
||||
iD8DBQBLBaHiIoGRwVZ+LBcRAhJNAKDzEhE5EpQ7i/3VprrregkNJDNxgACgz9Wj
|
||||
JQiHY+zjoQ4iWLN0RskYz7M=
|
||||
=8wtY
|
||||
-----END PGP SIGNATURE-----
|
7
LVM2.2.02.56.tgz.asc
Normal file
7
LVM2.2.02.56.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.2.1 (GNU/Linux)
|
||||
|
||||
iD8DBQBLDC02IoGRwVZ+LBcRAqi0AJ0euCD5qCKYxgJxvorFQU4MBI5fJQCdG5JN
|
||||
NylWB9BXAJjCELCPHYExhCs=
|
||||
=++t8
|
||||
-----END PGP SIGNATURE-----
|
13
lvm2.spec
13
lvm2.spec
@ -8,8 +8,8 @@
|
||||
|
||||
Summary: Userland logical volume management tools
|
||||
Name: lvm2
|
||||
Version: 2.02.55
|
||||
Release: 1%{?dist}
|
||||
Version: 2.02.56
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
URL: http://sources.redhat.com/lvm2
|
||||
@ -396,6 +396,15 @@ the device-mapper event library.
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 24 2009 Alasdair Kergon <agk@redhat.com> - 2.02.56-2
|
||||
- Revert vg_read_internal change as clvmd was not ready for vg_read. (2.02.55)
|
||||
- Fix unbalanced memory locking when deactivating LVs.
|
||||
- Add missing vg_release to pvs and pvdisplay to fix memory leak.
|
||||
- Do not try to unlock VG which is not locked when processing a VG.
|
||||
- Update .cache file after every full device rescan in clvmd.
|
||||
- Refresh all device filters (including sysfs) before each full device rescan.
|
||||
- Return error status if vgchange fails to activate any volume.
|
||||
|
||||
* Thu Nov 19 2009 Alasdair Kergon <agk@redhat.com> - 2.02.55-1
|
||||
- Fix deadlock when changing mirrors due to unpaired memlock refcount changes.
|
||||
- Fix pvmove region_size overflow for very large PVs.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
d5d3411c42305cc1d88dbb8e51bec009 LVM2.2.02.55.tgz
|
||||
0326c0c7fd53c2043dcedec169c59a4c LVM2.2.02.56.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user