1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

pre-release

This commit is contained in:
Alasdair G Kergon 2017-06-28 16:38:46 +01:00
parent 7ba6896962
commit 08ce545449
4 changed files with 9 additions and 9 deletions

View File

@ -1 +1 @@
2.02.172(2)-git (2017-05-03) 2.02.172(2)-git (2017-06-28)

View File

@ -1 +1 @@
1.02.141-git (2017-05-03) 1.02.141-git (2017-06-28)

View File

@ -1,17 +1,17 @@
Version 2.02.172 - Version 2.02.172 - 28th June 2017
=============================== =================================
Add missing NULL to argv array when spliting cmdline arguments. Add missing NULL to argv array when spliting cmdline arguments.
Add display_percent helper function for printing percent values. Add display_percent helper function for printing percent values.
Lvconvert --repair handles failing raid legs (present but marked 'D'ead). lvconvert --repair handles failing raid legs (present but marked 'D'ead).
Do not lvdisplay --maps unset settings of cache pool. Do not lvdisplay --maps unset settings of cache pool.
Fix lvdisplay --maps for cache pool without policy settings. Fix lvdisplay --maps for cache pool without policy settings.
Support aborting of flushing cache LV. Support aborting of flushing cache LV.
Reenable conversion of data and metadata thin-pool volumes to raid. Reenable conversion of data and metadata thin-pool volumes to raid.
Improve raid status reporting with lvs. Improve raid status reporting with lvs.
No longer necessary to '--force' a repair for RAID1 No longer necessary to '--force' a repair for RAID1.
Linear to RAID1 upconverts now use "recover" sync action, not "resync". Linear to RAID1 upconverts now use "recover" sync action, not "resync".
Improve lvcreate --cachepool arg validation. Improve lvcreate --cachepool arg validation.
Limit maximal size of thin-pool for specific chunk size. Limit maximum size of thin-pool for specific chunk size.
Print a warning about in-use PVs with no VG using them. Print a warning about in-use PVs with no VG using them.
Disable automatic clearing of PVs that look like in-use orphans. Disable automatic clearing of PVs that look like in-use orphans.
Cache format2 flag is now using segment name type field. Cache format2 flag is now using segment name type field.

View File

@ -1,5 +1,5 @@
Version 1.02.141 - Version 1.02.141 - 28th June 2017
=============================== =================================
Fix reusing of dm_task structure for status reading (used by dmeventd). Fix reusing of dm_task structure for status reading (used by dmeventd).
Add dm_percent_to_round_float for adjusted percentage rounding. Add dm_percent_to_round_float for adjusted percentage rounding.
Reset array with dead rimage devices once raid gets in sync. Reset array with dead rimage devices once raid gets in sync.