New upstream with many small fixes, some thin provisioning improvements
and preparations for the new metadata daemon.
This commit is contained in:
parent
b870397f8a
commit
9a69bc77b2
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/LVM2.2.02.91.tgz
|
||||
/LVM2.2.02.92.tgz
|
||||
/LVM2.2.02.93.tgz
|
||||
/LVM2.2.02.94.tgz
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.2.1 (GNU/Linux)
|
||||
|
||||
iD8DBQBPRorIIoGRwVZ+LBcRAk04AKDdewvA+d0B90NSjmdz0rfLXnrOwACeKzx8
|
||||
m2MrG2zA+QTqqKwaksT/iiw=
|
||||
=OQMj
|
||||
-----END PGP SIGNATURE-----
|
7
LVM2.2.02.94.tgz.asc
Normal file
7
LVM2.2.02.94.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.2.1 (GNU/Linux)
|
||||
|
||||
iD8DBQBPUXeaIoGRwVZ+LBcRAmzhAKC5zlb64/RMQ19x7PYolbdCz+k2+gCgx6YU
|
||||
H06JjtlmjYQPW5mPI1Y+Q2Q=
|
||||
=CISU
|
||||
-----END PGP SIGNATURE-----
|
12
lvm2.spec
12
lvm2.spec
@ -1,4 +1,4 @@
|
||||
%define device_mapper_version 1.02.72
|
||||
%define device_mapper_version 1.02.73
|
||||
|
||||
%define enable_thin 0
|
||||
%define enable_cluster 1
|
||||
@ -65,7 +65,7 @@
|
||||
|
||||
Summary: Userland logical volume management tools
|
||||
Name: lvm2
|
||||
Version: 2.02.93
|
||||
Version: 2.02.94
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
@ -627,6 +627,14 @@ the device-mapper event library.
|
||||
/usr%{_libdir}/pkgconfig/devmapper-event.pc
|
||||
|
||||
%changelog
|
||||
* Sat Mar 03 2012 Alasdair Kergon <agk@redhat.com> - 2.02.94-1
|
||||
- Add support to execute thin_check with each de/active of thin pool.
|
||||
- Fix automatic estimation of metadata device size for thin pool.
|
||||
- Wipe initial 4KiB of non zeroed thin volumes.
|
||||
- Update code-base to incorporate new metadata daemon. (Not used in Fedora yet.)
|
||||
- Numerous minor cleanups across the code-base.
|
||||
- Fix dmsetup / dm_task_set_name to properly resolve path to dm name. (2.02.93)
|
||||
|
||||
* Thu Feb 23 2012 Alasdair Kergon <agk@redhat.com> - 2.02.93-1
|
||||
- Moved systemd tmpfiles installation upstream for lvm2 lock and run dirs.
|
||||
- Require number of stripes to be greater than parity devices in higher RAID.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
a896c6f2e6167c62af57dfe79f6b927b LVM2.2.02.93.tgz
|
||||
5ca593ec1a0b15902ce3da0fb13ea17b LVM2.2.02.94.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user