summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorJonathan Brassow <jbrassow@redhat.com>2012-06-26 09:44:54 -0500
committerJonathan Brassow <jbrassow@redhat.com>2012-06-26 09:44:54 -0500
commit8767435ef847831455fadc1f7e8f4d2d94aef0d5 (patch)
tree8c3d3b3c0d12a55fab388ed9cf1a9919e8815720 /WHATS_NEW
parentbf81d5607a47eb0bf3963be54f4b765b2d24b895 (diff)
downloadlvm2-8767435ef847831455fadc1f7e8f4d2d94aef0d5.tar.gz
lvm2-8767435ef847831455fadc1f7e8f4d2d94aef0d5.tar.xz
lvm2-8767435ef847831455fadc1f7e8f4d2d94aef0d5.zip
RAID: Fix extending size of RAID 4/5/6 logical volumes.
Reducing a RAID 4/5/6 LV or extending it with a different number of stripes is still not implemented. This patch covers the "simple" case where the LV is extended with the same number of stripes as the orginal.
Diffstat (limited to 'WHATS_NEW')
-rw-r--r--WHATS_NEW1
1 files changed, 1 insertions, 0 deletions
diff --git a/WHATS_NEW b/WHATS_NEW
index 2e649b16..02ac14af 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.02.97 -
===============================
+ Fix extending RAID 4/5/6 logical volumes
Fix test for PV with unknown VG in process_each_pv to ignore ignored mdas.
Update man pages with --activate ay option and auto_activation_volume_list.
Fix _alloc_parallel_area to avoid picking already-full areas for raid devices.