New upstream release v2.02.145.
This commit is contained in:
parent
6a7466e4ce
commit
6790b9b873
1
.gitignore
vendored
1
.gitignore
vendored
@ -49,3 +49,4 @@
|
||||
/LVM2.2.02.142.tgz
|
||||
/LVM2.2.02.143.tgz
|
||||
/LVM2.2.02.144.tgz
|
||||
/LVM2.2.02.145.tgz
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlbQvuMACgkQIoGRwVZ+LBf6xACgoPX8wjnWf6DCDdGJjLW+RaFU
|
||||
yIsAn1qHonvPwlX1bCSqdnoE42JK7ZMp
|
||||
=uEsh
|
||||
-----END PGP SIGNATURE-----
|
7
LVM2.2.02.145.tgz.asc
Normal file
7
LVM2.2.02.145.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlbZzmYACgkQIoGRwVZ+LBczxQCfXDP2MgRR6roCdQm39a0tuXDW
|
||||
3nYAoL4m7A5qknXZ9UDRkR0PqX+0kJ3Z
|
||||
=DIQO
|
||||
-----END PGP SIGNATURE-----
|
26
lvm2.spec
26
lvm2.spec
@ -1,4 +1,4 @@
|
||||
%global device_mapper_version 1.02.118
|
||||
%global device_mapper_version 1.02.119
|
||||
|
||||
%global enable_cache 1
|
||||
%global enable_cluster 1
|
||||
@ -52,7 +52,7 @@
|
||||
Summary: Userland logical volume management tools
|
||||
Name: lvm2
|
||||
|
||||
Version: 2.02.144
|
||||
Version: 2.02.145
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
@ -836,6 +836,28 @@ the device-mapper event library.
|
||||
%{_libdir}/pkgconfig/devmapper-event.pc
|
||||
|
||||
%changelog
|
||||
* Mon Mar 07 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.145-1
|
||||
- Make it possible to use lvremove and lvrename on historical LVs.
|
||||
- For historical LVs, report 'none' for lv_layout and 'history' for lv_role.
|
||||
- Add full_{ancestors,descendants} fields to report LV ancestry with history.
|
||||
- Report (h)istorical state within 5th bit (State) of the lv_attr field.
|
||||
- Add lv_historical reporting field to report if LV is historical or not.
|
||||
- Add lv_time_removed reporting field to display removal time for hist. LVs.
|
||||
- Report lv_name, lv_uuid, vg_name, lv_time for historical LVs.
|
||||
- Add --nohistory switch to lvremove to disable history recording on demand.
|
||||
- Add -H|--history switch to lvs and lvdisplay to include historical LVs.
|
||||
- Create historical LVs out of removed thin snapshot LVs and record in history.
|
||||
- Add metadata/lvs_history_retention_time for automatic removal of hist. LVs.
|
||||
- Add metadata/record_lvs_history config for switching LV history recording.
|
||||
- Add support and infrastructure for tracking historical LVs.
|
||||
- Improve lvconvert man page.
|
||||
- Add kernel_cache_policy lvs field.
|
||||
- Display [unknown] instead of 'unknown device' in pvs output.
|
||||
- Fix error path when pvcreate allocation fails (2.02.144).
|
||||
- Display [unknown] instead of blank for unknown VG names in pvs output.
|
||||
- Fix dm_config_write_node and variants to return error on subsection failures.
|
||||
- Remove 4096 char limit due to buffer size if writing dm_config_node.
|
||||
|
||||
* Mon Feb 29 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.144-1
|
||||
- Only show (u)sed pv_attr char when PV is not (a)llocatable. (2.02.143)
|
||||
- Update makefile to generate lcov output also for lvmpolld and lvmlockd.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
21ebc632681b65b25a47191f1c931304 LVM2.2.02.144.tgz
|
||||
fd952ba7d640f0bedcec0085e358b318 LVM2.2.02.145.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user