add snapshot merge support
This commit is contained in:
parent
41124a85ad
commit
216f960a4a
@ -1 +1 @@
|
||||
LVM2.2.02.57.tgz
|
||||
LVM2.2.02.58.tgz
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.2.1 (GNU/Linux)
|
||||
|
||||
iD8DBQBLTIsBIoGRwVZ+LBcRAgA2AKCwLbEFU/CQJt1yxmwiM8ZAnnEqrwCbBdc5
|
||||
ktzf9UdruVWiPaQmLug8ueA=
|
||||
=t+d5
|
||||
-----END PGP SIGNATURE-----
|
7
LVM2.2.02.58.tgz.asc
Normal file
7
LVM2.2.02.58.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.2.1 (GNU/Linux)
|
||||
|
||||
iD8DBQBLTyzMIoGRwVZ+LBcRAoVMAKCalmzJw2GUFd0YVtIgWIM4/kJkXwCfdEXX
|
||||
Gvz74wR3H2/VNETG96mxdGE=
|
||||
=UKuj
|
||||
-----END PGP SIGNATURE-----
|
14
lvm2.spec
14
lvm2.spec
@ -1,4 +1,4 @@
|
||||
%define device_mapper_version 1.02.41
|
||||
%define device_mapper_version 1.02.42
|
||||
%define corosync_version 1.0.0-1
|
||||
%define openais_version 1.1.0-1
|
||||
%define clusterlib_version 3.0.0-20
|
||||
@ -8,8 +8,8 @@
|
||||
|
||||
Summary: Userland logical volume management tools
|
||||
Name: lvm2
|
||||
Version: 2.02.57
|
||||
Release: 2%{?dist}
|
||||
Version: 2.02.58
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
URL: http://sources.redhat.com/lvm2
|
||||
@ -392,7 +392,13 @@ the device-mapper event library.
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 12 2010 Alasdair Kergon <agk@redhat.com> - 2.02.57-1
|
||||
* Thu Jan 14 2010 Alasdair Kergon <agk@redhat.com> - 2.02.58-1
|
||||
- Fix clvmd automatic target module loading crash.
|
||||
- Fix allocation code not to stop at the first area of a PV that fits.
|
||||
- Add support for the "snapshot-merge" kernel target (2.6.33-rc1).
|
||||
- Add --merge to lvconvert to merge a snapshot into its origin.
|
||||
|
||||
* Tue Jan 12 2010 Alasdair Kergon <agk@redhat.com> - 2.02.57-1
|
||||
- Add --splitmirrors to lvconvert to split off part of a mirror.
|
||||
- Allow vgremove to remove a VG with PVs missing after a prompt.
|
||||
- Add activation/udev_rules config option in lvm.conf.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
27292a8a550b85f4f620d67948bbf507 LVM2.2.02.57.tgz
|
||||
f90ae2225e32cd3e4d4815297930f5b3 LVM2.2.02.58.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user