summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2012-05-09 12:17:06 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2012-05-09 12:17:06 +0000
commit0a9f894ff02e644075ce21894daf068a8ac463e1 (patch)
treea3159fd0cb565c7244c098e5797d0918cedd5db5 /WHATS_NEW
parent98f2e3d974bcceaf6dbac9f80f42a0eaf6512059 (diff)
downloadlvm2-0a9f894ff02e644075ce21894daf068a8ac463e1.tar.gz
lvm2-0a9f894ff02e644075ce21894daf068a8ac463e1.tar.xz
lvm2-0a9f894ff02e644075ce21894daf068a8ac463e1.zip
Initial support for lvconvert for thin pool volumes.
Support has many limitations and lots of FIXMEs inside, however it makes initial task when user creates a separate LV for thin pool data and thin metadata already usable, so let's enable it for testing. Easiest API: lvconvert --chunksize XX --thinpool data_lv metadata_lv More functionality extensions will follow up. TODO: Code needs some rework since a lot of same code is getting copied.
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 5fef28e3..07e87541 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.02.96 -
================================
+ Add initial support for thin pool lvconvert.
Fix lvrename for thin volumes (regression in for_each_sub_lv() 2.02.89).
Fix up-convert when mirror activation is controled by volume_list and tags.
Disallow snapshots of mirror segment type.