Update to lvm2 upstream bug fix release 2.02.109.
This commit is contained in:
parent
f85d4c7f0e
commit
7715a0f439
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
||||
/LVM2.2.02.106.tgz
|
||||
/LVM2.2.02.107.tgz
|
||||
/LVM2.2.02.108.tgz
|
||||
/LVM2.2.02.109.tgz
|
||||
|
14
lvm2.spec
14
lvm2.spec
@ -1,4 +1,4 @@
|
||||
%define device_mapper_version 1.02.87
|
||||
%define device_mapper_version 1.02.88
|
||||
|
||||
%define enable_cache 1
|
||||
%define enable_cluster 1
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
Summary: Userland logical volume management tools
|
||||
Name: lvm2
|
||||
Version: 2.02.108
|
||||
Version: 2.02.109
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
@ -638,6 +638,16 @@ the device-mapper event library.
|
||||
%{_libdir}/pkgconfig/devmapper-event.pc
|
||||
|
||||
%changelog
|
||||
* Tue Aug 5 2014 Alasdair Kergon <agk@redhat.com> - 2.02.109-1
|
||||
- Allow approximate allocation with +%FREE in lvextend.
|
||||
- Fix a segfault in lvscan --cache when devices were already missing. (2.02.108)
|
||||
- Display actual size changed when resizing LV.
|
||||
- Remove possible spurious "not found" message on PV create before wiping.
|
||||
- Handle upgrade from 2.02.105 when an LV now gaining a uuid suffix is active.
|
||||
- Remove lv_volume_type field from reports. (2.02.108)
|
||||
- Fix incorrect persistent .cache after vgcreate with PV creation. (2.02.108)
|
||||
- Add dm_tree_set_optional_uuid_suffixes to libdevmapper to handle upgrades.
|
||||
|
||||
* Wed Jul 23 2014 Alasdair Kergon <agk@redhat.com> - 2.02.108-1
|
||||
- Remove an erroneous duplicate const from libdevmapper.h. (2.02.107)
|
||||
- Add lvscan --cache which re-scans constituents of a particular LV.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
6834647fcf9b950a92f3acd12b4f427e LVM2.2.02.108.tgz
|
||||
8fec006327b266fa611b165d8ec0b008 LVM2.2.02.109.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user