summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorMilan Broz <mbroz@redhat.com>2012-03-26 20:33:40 +0000
committerMilan Broz <mbroz@redhat.com>2012-03-26 20:33:40 +0000
commitddb31b62e5cdecd5b44176a5def6d1f0408a9e00 (patch)
tree93dfea97541b068575656088215b2813b2e39c8a /WHATS_NEW
parentdcd90bc501677849ee50b430ea956be7392dffae (diff)
downloadlvm2-ddb31b62e5cdecd5b44176a5def6d1f0408a9e00.tar.gz
lvm2-ddb31b62e5cdecd5b44176a5def6d1f0408a9e00.tar.xz
lvm2-ddb31b62e5cdecd5b44176a5def6d1f0408a9e00.zip
Keep exclusive activation in pvmove if LV is already active.
Pvmove should never try to downgrade exclusive lock for LVs. This allows pvmove to work again for exclusive activated 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 13cb12d7..eb5f53b0 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.02.96 -
================================
+ Keep exclusive activation in pvmove if LV is already active.
Disallow pvmove for exclusive LV if some affected LVs are not exclusively activated.
Remove unused and wrongly set cluster VG flag from clvmd lock query command.
Fix pvmove for exclusively activated LV pvmove in clustered VG. (2.02.86)