aboutsummaryrefslogtreecommitdiff
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2013-06-11 13:45:49 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2013-06-11 14:05:20 +0200
commit87aca628d6b477ec4f0b6dac7d4895b31253a6e1 (patch)
treeb7a26272adcb487dedad41a37556ca09db5d6feb /WHATS_NEW
parent72c3ae253e52b896795cc0769860c4fcd82ef244 (diff)
downloadlvm2-87aca628d6b477ec4f0b6dac7d4895b31253a6e1.tar.gz
thin: lvresize supports pool metadata resize
Add support for lvresize of thin pool metadata device. lvresize --poolmetadatasize +20 vgname/thinpool_lv or lvresize -L +20 vgname/thinpool_lv_tmeta Where the second one allows all the args for resize (striping...) and the first option resizes accoding to the last metadata lv segment.
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 084738da3..aecf22729 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.02.99 -
===================================
+ Add lvresize support for online thin pool metadata volume resize.
Add helper functions find_pool_lv() and pool_can_resize_metadata().
Add detection for thin pool metadata resize kernel support.
Report lvs volume type 'e' with higher priority.