summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorJonathan Earl Brassow <jbrassow@redhat.com>2012-04-11 14:20:19 +0000
committerJonathan Earl Brassow <jbrassow@redhat.com>2012-04-11 14:20:19 +0000
commit187486c7bba827edf9d94a67e491d00689e7432a (patch)
tree5923ae5c520a5d115c1924be86aa06ac4a52eec9 /WHATS_NEW
parent83eeeb59ed3fa8ec3737b5a6070921b936f6478c (diff)
downloadlvm2-187486c7bba827edf9d94a67e491d00689e7432a.tar.gz
lvm2-187486c7bba827edf9d94a67e491d00689e7432a.tar.xz
lvm2-187486c7bba827edf9d94a67e491d00689e7432a.zip
Fix inability to split RAID1 image while specifying a particular PV.
The logic for resuming the original and newly split LVs was not properly done to handle situations where anything but the last device in the array was split. It did not take into account the possible name collisions that might occur when the original LV undergoes the shifting and renaming of its sub-LVs.
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 7f1e4985..2e0153e7 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.02.96 -
================================
+ Fix inability to split RAID1 image while specifying a particular PV.
Update man pages to give them same look&feel.
Fix lvresize of thin pool for stipped devices.
For lvresize round upward when specifying number of extents.