summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2012-05-14 13:57:30 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2012-10-03 15:13:33 +0200
commita27650cc983d54767316998e1df472325d169617 (patch)
tree921c31ba4b44923134d4d3bb4699788849d58592 /WHATS_NEW
parente9f83147d5da3120604c67354b4d6f027ac10ed0 (diff)
downloadlvm2-a27650cc983d54767316998e1df472325d169617.tar.gz
lvm2-a27650cc983d54767316998e1df472325d169617.tar.xz
lvm2-a27650cc983d54767316998e1df472325d169617.zip
thin: lvconvert
Update code for lvconvert. Change the lvconvert user interface a bit - now we require 2 specifiers --thinpool takes LV name for data device (and makes the name) --poolmetadata takes LV name for metadata device. Fix type in thin help text -z -> -Z. Supported is also new flag --discards for thinpools.
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 0927c49f..cd325b98 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.02.98 -
=================================
+ Update lvconvert to support stacking of devs for thin meta/data devs.
Support changes of permissions for thin snapshot volumes.
Enhance insert_layer_for_lv() with recursive rename for _tdata LVs.
Skip building dm tree for thin pool when called with origin_only flag.