New upstream release v2.02.159.

This commit is contained in:
Peter Rajnoha 2016-07-07 10:53:47 +02:00
parent ef88c26bca
commit 4dde59e208
5 changed files with 29 additions and 12 deletions

1
.gitignore vendored
View File

@ -63,3 +63,4 @@
/LVM2.2.02.156.tgz
/LVM2.2.02.157.tgz
/LVM2.2.02.158.tgz
/LVM2.2.02.159.tgz

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)
iEYEABECAAYFAldu3vMACgkQIoGRwVZ+LBe0wACcDeqzo+O5yfT6uj2spdWYQIEG
+H4AoJHdOjHErt2iVDgV7gPfYMmf8JNB
=n0KA
-----END PGP SIGNATURE-----

View File

@ -1,4 +1,4 @@
%global device_mapper_version 1.02.128
%global device_mapper_version 1.02.129
%global enable_cache 1
%global enable_cluster 1
@ -52,7 +52,7 @@
Summary: Userland logical volume management tools
Name: lvm2
Version: 2.02.158
Version: 2.02.159
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Base
@ -245,7 +245,6 @@ systemctl start lvm2-lvmpolld.socket
%if %{enable_lvmpolld}
%{_sbindir}/lvmpolld
%endif
%{_sbindir}/vgimportclone
# Other files
%defattr(444,root,root,-)
@ -283,6 +282,7 @@ systemctl start lvm2-lvmpolld.socket
%{_sbindir}/vgexport
%{_sbindir}/vgextend
%{_sbindir}/vgimport
%{_sbindir}/vgimportclone
%{_sbindir}/vgmerge
%{_sbindir}/vgmknodes
%{_sbindir}/vgreduce
@ -834,6 +834,29 @@ the device-mapper event library.
%{_libdir}/pkgconfig/devmapper-event.pc
%changelog
* Thu Jul 07 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.159-1
- Add raid0_meta segment type that provides metadata space for raid conversions.
- Fix created link for a used pool for vgmknode.
- Introduce and use is_power_of_2 macro.
- Support conversions between striped and raid0 segment types.
- Add infrastructure for raid takeover lvconvert options.
- Update default dmstats field selections for groups.
- Add 'obj_type', 'group_id', and 'statsname' fields to dmstats reports.
- Add --area, --region, and --group to dmstats to control object selection.
- Add --alias, --groupid, --regions to dmstats for group creation and deletion.
- Add 'group' and 'ungroup' commands to dmstats.
- Allow dm_stats_delete_group() to optionally delete all group members.
- Add dm_stats_get_object_type() to return the type of object present.
- Add dm_stats_walk_init() allowing control of objects visited by walks.
- Add dm_stats_get_group_descriptor() to return the member list as a string.
- Introduce dm_stats_get_nr_groups() and dm_stats_group_present().
- Add dm_stats_{get,set}_alias() to set and retrieve alias names for groups.
- Add dm_stats_get_group_id() to return the group ID for a given region.
- Add dm_stats_{create,delete}_group() to allow grouping of stats regions.
- Add enum-driven dm_stats_get_{metric,counter}() interfaces.
- Add dm_bitset_parse_list() to parse a string representation of a bitset.
- Thin dmeventd plugin umounts lvm2 volume only when pool is 95% or more.
* Tue Jun 28 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.158-1
- Add a more efficient native vgimportclone command to replace the script.
- Make lvmlockd always attempt to connect to lvmetad if no connection exists.

View File

@ -1 +1 @@
ceff6a6b141c50210e502dbc17f418c7 LVM2.2.02.158.tgz
f1b93ac6ff87a978391e4ceb9e9be4df LVM2.2.02.159.tgz

View File

@ -1 +1 @@
LVM2.2.02.158.tgz
LVM2.2.02.159.tgz