diff --git a/.gitignore b/.gitignore index 7be5a01..ee43e01 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ /LVM2.2.02.152.tgz /LVM2.2.02.153.tgz /LVM2.2.02.154.tgz +/LVM2.2.02.155.tgz diff --git a/lvm2.spec b/lvm2.spec index 008f3c0..432fc4f 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,4 +1,4 @@ -%global device_mapper_version 1.02.125 +%global device_mapper_version 1.02.126 %global enable_cache 1 %global enable_cluster 1 @@ -834,6 +834,34 @@ the device-mapper event library. %{_libdir}/pkgconfig/devmapper-event.pc %changelog +* Mon Jun 06 2016 Peter Rajnoha - 2.02.155-1 +- Reject PV tags on pvmove cmdline because only 1 PV is supported. (2.02.141) +- Fix compilation error when building with configure --disable-devmapper. +- Fix lvmconfig --type diff to display complete diff if config cascade used. +- Automatically filter out partitioned loop devices with partscan (losetup -P). +- Fix lvm devtypes internal error if -S used with field name from pvs/vgs/lvs. +- When reporting Data%,Snap%,Meta%,Cpy%Sync use single ioctl per LV. +- Add lvseg_percent_with_info_and_seg_status() for percent retrieval. +- Enhance internal seg_status handling to understand snapshots better. +- When refresh failed in suspend, call resume upon error path. +- Support passthrough cache mode when waiting for clean cache. +- Check cache status only for 'in-use' cache pools. +- Extend setup_task() to preset flushing for dm_task object. +- When checking LV is a merging COW, validate its a COW LV first. +- Correcting value in copy_percent() for 100%. +- Update vgreduce to use process_each_vg. +- Update lvconvert to use process_each_lv. +- Update pvscan to use process_each_vg for autoactivation. +- Add basic support for --type raid0 using md. +- Add support for lvchange --cachemode for cached LV. +- Fix liblvm2app error handling when setting up context. +- Delay liblvm2app init in python code until it is needed. +- Simplify thread locking in lvmetad to fix locking problems. +- Allow pvremove -ff to remove a duplicate PV. +- Fix lvm2-activation-generator to read lvm.conf without full command setup. +- Allow a minimal context to be used in lvm2app for reading lvm.conf. +- Report passthrough caching mode when parsing cache mode. + * Mon May 16 2016 Peter Rajnoha - 2.02.154-1 - Fix liblvm segfault after failure initialising lvmetad connection. - Retry open without O_NOATIME if it fails (not file owner/CAP_FOWNER). diff --git a/sources b/sources index a3e1f28..a25d05d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c6c3724de741ea9910acae3b0669a45f LVM2.2.02.154.tgz +8e8025f2d82861c7285e2a36c58d279c LVM2.2.02.155.tgz diff --git a/upstream b/upstream index b54b988..9c8116a 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -LVM2.2.02.154.tgz +LVM2.2.02.155.tgz