summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorMilan Broz <mbroz@redhat.com>2012-03-23 16:28:40 +0000
committerMilan Broz <mbroz@redhat.com>2012-03-23 16:28:40 +0000
commit7076d1439b07aa697717d90aa01c62288fef2652 (patch)
tree249398282e96cbc108fc3ed7312b595b52b657c0 /WHATS_NEW
parent2dba5632066ca05821567424d7b5d111a5c6eb11 (diff)
downloadlvm2-7076d1439b07aa697717d90aa01c62288fef2652.tar.gz
lvm2-7076d1439b07aa697717d90aa01c62288fef2652.tar.xz
lvm2-7076d1439b07aa697717d90aa01c62288fef2652.zip
Fix pvmove if LV is activated exclusively but cmirror is not running.
In this case we should allow to use local mirror, check for cmirror should apply only for lvconvert/lvcreate. Introduced in 2.02.86 by removing !(lv->status & ACTIVATE_EXCL). (Partially workaround, it is minimalistic patch for now.)
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 2d4e8503..e70dc58a 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.02.96 -
================================
+ Fix pvmove for exclusively activated LV pvmove in clustered VG. (2.02.86)
Always free hash table on update_pvid_to_vgid() in lvmetad.
Update and fix monitoring of thin pool devices.
Check hash insert success in lock_vg clvmd.