1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00

pre-release

This commit is contained in:
Alasdair G Kergon 2016-08-15 13:01:27 +01:00
parent 2ff893cd85
commit 8297276967
4 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
2.02.164(2)-git (2016-08-10) 2.02.164(2)-git (2016-08-15)

View File

@ -1 +1 @@
1.02.134-git (2016-08-10) 1.02.133-git (2016-08-15)

View File

@ -1,5 +1,8 @@
Version 2.02.164 - Version 2.02.164 - 15th August 2016
=================================== ===================================
Fix selection of PVs when allocating raid0_meta.
Fix sdbus socket leak leading to hang in lvmnotify.
Specify max stripes for raid LV types: raid0:64; 1:10; 4,5:63; 6:62; 10:32.
Avoid double suffix when naming _rmeta LV paired with _rimage LV. Avoid double suffix when naming _rmeta LV paired with _rimage LV.
Version 2.02.163 - 10th August 2016 Version 2.02.163 - 10th August 2016

View File

@ -1,6 +1,3 @@
Version 1.02.134 -
===================================
Version 1.02.133 - 10th August 2016 Version 1.02.133 - 10th August 2016
=================================== ===================================
Add dm_report_destroy_rows/dm_report_group_output_and_pop_all for lvm shell. Add dm_report_destroy_rows/dm_report_group_output_and_pop_all for lvm shell.