summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2012-05-09 12:12:21 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2012-05-09 12:12:21 +0000
commit98f2e3d974bcceaf6dbac9f80f42a0eaf6512059 (patch)
treea81643cfab0a186bdaac906a8184e169d64a9b1a /WHATS_NEW
parentfccc6ea2951686bc92bef40c5b87da9ee06cc4f6 (diff)
downloadlvm2-98f2e3d974bcceaf6dbac9f80f42a0eaf6512059.tar.gz
lvm2-98f2e3d974bcceaf6dbac9f80f42a0eaf6512059.tar.xz
lvm2-98f2e3d974bcceaf6dbac9f80f42a0eaf6512059.zip
Fix regression in for_each_sub_lv
pool_lv is not a sub lv in terms for this function. It has caused problem with renaming thin_volume, where it has tried to rename pool LV as well.
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 6e59f72d..5fef28e3 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.02.96 -
================================
+ Fix lvrename for thin volumes (regression in for_each_sub_lv() 2.02.89).
Fix up-convert when mirror activation is controled by volume_list and tags.
Disallow snapshots of mirror segment type.
Fix bug in cmirror that caused incorrect status info to print on some nodes.