diff --git a/.gitignore b/.gitignore index a235255..bc93dbb 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,4 @@ /LVM2.2.02.160.tgz /LVM2.2.02.161.tgz /LVM2.2.02.162.tgz +/LVM2.2.02.163.tgz diff --git a/LVM2.2.02.162.tgz.asc b/LVM2.2.02.162.tgz.asc deleted file mode 100644 index df77019..0000000 --- a/LVM2.2.02.162.tgz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEABECAAYFAleaVGYACgkQIoGRwVZ+LBe6+wCg0GMNvLEpNmI8+Acgk/HEe4OE -u28AoMw6TerPAO8lR0DjR4cvmISI4fWw -=wz8T ------END PGP SIGNATURE----- diff --git a/lvm2.spec b/lvm2.spec index 20f9c1b..b5db2ba 100644 --- a/lvm2.spec +++ b/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 - 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 - 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. diff --git a/sources b/sources index 987b49d..8535201 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cc108c19b1e1b5b2002fb0a9bcb2d077 LVM2.2.02.162.tgz +573f2d6b5513f6d9b430be5ddeeb1711 LVM2.2.02.163.tgz diff --git a/upstream b/upstream index 14c638c..63ac384 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -LVM2.2.02.162.tgz +LVM2.2.02.163.tgz