summaryrefslogtreecommitdiff
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorJonathan Earl Brassow <jbrassow@redhat.com>2010-01-27 22:28:05 +0000
committerJonathan Earl Brassow <jbrassow@redhat.com>2010-01-27 22:28:05 +0000
commitf972c51364dfb6d18918c35535bf82aee91597ba (patch)
tree6eb5b2cafe53b57992bfdc1163bbfefeb5f9e4b0 /WHATS_NEW
parenta1b40be081b4e241675c6f513273d48f3afb995c (diff)
downloadlvm2-f972c51364dfb6d18918c35535bf82aee91597ba.tar.gz
Was using dm_list_iterate_items when I should have been using
*_safe. This had the effect of segfaulting the log daemon when converting a mirror from one log type to another. Signed-off-by: Jonathan Brassow <jbrassow@redhat.com>
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 af4c5ec22..cbe936ca6 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.02.60 - 23rd January 2010
===================================
+ Fix lvconvert issue with cluster mirrors due to un'_safe' list processing
Fix pvmove abort workaround to be cluster-aware when temporary mirror activation fails.
Always query device by using uuid only and not name in clvmd.
Add missing metadata reverts in pvmove error path.