summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorJonathan Earl Brassow <jbrassow@redhat.com>2012-04-12 03:16:37 +0000
committerJonathan Earl Brassow <jbrassow@redhat.com>2012-04-12 03:16:37 +0000
commita7feae8a6ee1d72b625274bfe90bd1be7938da7a (patch)
tree84f5a579ed3174dd0595a20b43c3bf89f8caa46e /WHATS_NEW
parent187486c7bba827edf9d94a67e491d00689e7432a (diff)
downloadlvm2-a7feae8a6ee1d72b625274bfe90bd1be7938da7a.tar.gz
lvm2-a7feae8a6ee1d72b625274bfe90bd1be7938da7a.tar.xz
lvm2-a7feae8a6ee1d72b625274bfe90bd1be7938da7a.zip
Fix code that performs RAID device replacement while under snapshot.
The code should have been calling [suspend|resume]_lv_origin() rather than [suspend|resume]_lv. This addresses bug 807069.
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 2e0153e7..6a3f0a29 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.02.96 -
================================
+ Fix RAID device replacement code so that it works under snapshot.
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.