New upstream release v2.02.163.
This commit is contained in:
parent
8a4e17174a
commit
f81b7f384f
1
.gitignore
vendored
1
.gitignore
vendored
@ -67,3 +67,4 @@
|
||||
/LVM2.2.02.160.tgz
|
||||
/LVM2.2.02.161.tgz
|
||||
/LVM2.2.02.162.tgz
|
||||
/LVM2.2.02.163.tgz
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAleaVGYACgkQIoGRwVZ+LBe6+wCg0GMNvLEpNmI8+Acgk/HEe4OE
|
||||
u28AoMw6TerPAO8lR0DjR4cvmISI4fWw
|
||||
=wz8T
|
||||
-----END PGP SIGNATURE-----
|
27
lvm2.spec
27
lvm2.spec
@ -1,4 +1,4 @@
|
||||
%global device_mapper_version 1.02.132
|
||||
%global device_mapper_version 1.02.133
|
||||
|
||||
%global enable_cache 1
|
||||
%global enable_cluster 1
|
||||
@ -52,7 +52,7 @@
|
||||
Summary: Userland logical volume management tools
|
||||
Name: lvm2
|
||||
|
||||
Version: 2.02.162
|
||||
Version: 2.02.163
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
@ -310,6 +310,7 @@ systemctl start lvm2-lvmpolld.socket
|
||||
%{_mandir}/man8/lvmconf.8.gz
|
||||
%{_mandir}/man8/lvmdiskscan.8.gz
|
||||
%{_mandir}/man8/lvmdump.8.gz
|
||||
%{_mandir}/man8/lvm-fullreport.8.gz
|
||||
%{_mandir}/man8/lvmsadc.8.gz
|
||||
%{_mandir}/man8/lvmsar.8.gz
|
||||
%{_mandir}/man8/lvreduce.8.gz
|
||||
@ -366,6 +367,7 @@ systemctl start lvm2-lvmpolld.socket
|
||||
%{_sysconfdir}/lvm/profile/thin-performance.profile
|
||||
%{_sysconfdir}/lvm/profile/cache-mq.profile
|
||||
%{_sysconfdir}/lvm/profile/cache-smq.profile
|
||||
%{_sysconfdir}/lvm/profile/lvmdbusd.profile
|
||||
%dir %{_sysconfdir}/lvm/backup
|
||||
%dir %{_sysconfdir}/lvm/cache
|
||||
%dir %{_sysconfdir}/lvm/archive
|
||||
@ -834,6 +836,27 @@ the device-mapper event library.
|
||||
%{_libdir}/pkgconfig/devmapper-event.pc
|
||||
|
||||
%changelog
|
||||
* Wed Aug 10 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.163-1
|
||||
- Add profile for lvmdbusd which uses lvm shell json report output.
|
||||
- Restrict in-command modification of some parms in lvm shell.
|
||||
- Apply LVM_COMMAND_PROFILE early for lvm shell.
|
||||
- Refactor reporting so lvm shell log report collects whole of cmd execution.
|
||||
- Support LVM_*_FD envvars to redirect output to file descriptors.
|
||||
- Limit use of --corelog and --mirrorlog to mirrors in lvconvert.
|
||||
- Reject --nosync option for RAID6 LVs in lvcreate.
|
||||
- Do not refresh whole cmd context if profile dropped after processing LVM cmd.
|
||||
- Support straightforward lvconvert between striped and raid4 LVs.
|
||||
- Support straightforward lvconvert between raid1 and mirror LVs.
|
||||
- Report supported conversions when asked for unsupported raid lvconvert.
|
||||
- Add "--rebuild PV" option to lvchange to allow for PV selective rebuilds.
|
||||
- Preserve existing mirror region size when using --repair.
|
||||
- Forbid stripe parameters with lvconvert --repair.
|
||||
- Unify stripe size validation into get_stripe_params to catch missing cases.
|
||||
- Further lvconvert validation logic refactoring.
|
||||
- Add "lvm fullreport" man page.
|
||||
- Add dm_report_destroy_rows/dm_report_group_output_and_pop_all for lvm shell.
|
||||
- Adjust group handling and json production for lvm shell.
|
||||
|
||||
* Fri Jul 29 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.162-1
|
||||
- Support lvconvert -Zn also when doing full cache pool conversion.
|
||||
- Suppress not zeroing warn when converting to thin LV for non-zeroing tpool.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
cc108c19b1e1b5b2002fb0a9bcb2d077 LVM2.2.02.162.tgz
|
||||
573f2d6b5513f6d9b430be5ddeeb1711 LVM2.2.02.163.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user