1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

pre-release

This commit is contained in:
Marian Csontos 2018-08-21 17:18:20 +02:00
parent 37366ec3b0
commit f8462cff92
5 changed files with 22 additions and 5 deletions

3
README
View File

@ -1,5 +1,8 @@
This tree contains the LVM2 and device-mapper tools and libraries.
This is development branch, for stable 2.02 release see 2018-06-01-stable
branch.
For more information about LVM2 read the changelog in the WHATS_NEW file.
Installation instructions are in INSTALL.

View File

@ -1 +1 @@
2.02.178(2)-git (2018-05-24)
2.03.00(2) (2018-10-10)

View File

@ -1 +1 @@
1.02.147-git (2018-05-24)
1.02.151 (2018-10-10)

View File

@ -1,5 +1,5 @@
Version 3.0.0
=============
Version 2.03.00 - 10th October 2018
===================================
Add hot fix to avoiding locking collision when monitoring thin-pools.
Allow raid4 -> linear conversion request.
Fix lvconvert striped/raid0/raid0_meta -> raid6 regression.
@ -24,6 +24,7 @@ Version 3.0.0
Avoid showing internal error in lvs output or pvmoved LVs.
Remove clvmd
Remove lvmlib (api)
Remove lvmetad
lvconvert: provide possible layouts between linear and striped/raid
Use versionsort to fix archive file expiry beyond 100000 files.

View File

@ -1,7 +1,20 @@
Version 1.02.147 -
Version 1.02.151 - 10th October 2018
====================================
Add hot fix to avoiding locking collision when monitoring thin-pools.
Version 1.02.150 - 01 August 2018
=================================
Add vdo plugin for monitoring VDO devices.
Version 1.02.149 - 19th July 2018
=================================
Version 1.02.148 - 18th June 2018
=================================
Version 1.02.147 - 13th June 2018
=================================
Version 1.02.147-rc1 - 24th May 2018
====================================
Reuse uname() result for mirror target.