summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2012-03-30 08:58:02 +0000
committerPeter Rajnoha <prajnoha@redhat.com>2012-03-30 08:58:02 +0000
commit543eaed88c84aba33d3ad7179b5f28ba2bf1ba26 (patch)
tree9c521aa6849c9306e284d51cab75d2445b678ee7 /WHATS_NEW
parent8a81716325b3ab98d01ff4bc4bed0a1ae65d091a (diff)
downloadlvm2-543eaed88c84aba33d3ad7179b5f28ba2bf1ba26.tar.gz
lvm2-543eaed88c84aba33d3ad7179b5f28ba2bf1ba26.tar.xz
lvm2-543eaed88c84aba33d3ad7179b5f28ba2bf1ba26.zip
Detect VG name being part of the LV name in lvconvert --splitmirrors -n.
Before: devel/~ # lvconvert --splitmirrors 1 -n vg/splitted_one vg/mirrored_one Internal error: LV name vg/splitted_one has invalid form. Intermediate VG metadata write failed. After: devel/~ # lvconvert --splitmirrors 1 -n vg/splitted_one vg/mirrored_one Logical volume mirrored_one converted. devel/~ # lvconvert --splitmirrors 1 -n abc/splitted_one vg/mirrored_one Please use a single volume group name ("vg" or "abc") Run `lvconvert --help' for more information.
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 42eeb4ae..1d713459 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.02.96 -
================================
+ Detect VG name being part of the LV name in lvconvert --splitmirrors -n.
Fix exclusive lvchange running from other node. (2.02.89)
Add 'vgscan --cache' functionality for consistency with 'pvscan --cache'.
Keep exclusive activation in pvmove if LV is already active.