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 Kergon 2012-02-23 18:22:09 +00:00
parent b5184347b6
commit f9fc7d8da4
4 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
2.02.93(2)-cvs (2012-02-20)
2.02.93(2)-cvs (2012-02-23)

View File

@ -1 +1 @@
1.02.72-cvs (2012-02-20)
1.02.72-cvs (2012-02-23)

View File

@ -1,13 +1,13 @@
Version 2.02.93 -
Version 2.02.93 - 23rd February 2012
====================================
Require number of stripes to be greater than parity devices in higher RAID.
Add LVMetaD systemd units.
Fix allocation code to allow replacement of single RAID 4/5/6 device.
Check all tags and LV names are in a valid form in vg_validate.
Add tmpfiles.d style configuration for lvm2 lock and run directory.
Add configure --with-tmpfilesdir for dir holding volatile-file configuration.
Allow 'lvconvert --repair' to operate on RAID 4/5/6
Fix 'build_parallel_areas_from_lv' to work properly with RAID 4/5/6
Allow 'lvconvert --repair' to operate on RAID 4/5/6.
Fix build_parallel_areas_from_lv to account correctly for raid parity devices.
Print message when faulty raid devices have been replaced.
Version 2.02.92 - 20th February 2012
====================================

View File

@ -1,4 +1,4 @@
Version 1.02.72 -
Version 1.02.72 - 23rd February 2012
====================================
Avoid memory reallocation for dm_asprintf.