summaryrefslogtreecommitdiffstats
path: root/man
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 /man
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 'man')
-rw-r--r--man/lvconvert.8.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/man/lvconvert.8.in b/man/lvconvert.8.in
index 3fb4c795..2a47da87 100644
--- a/man/lvconvert.8.in
+++ b/man/lvconvert.8.in
@@ -59,6 +59,21 @@ lvconvert \- convert a logical volume from linear to mirror or snapshot
.RB [ \-\-version ]
.IR LogicalVolume [ Path ]...
.sp
+.B lvconvert \-\-thinpool
+.IR ThinPoolLogicalVolume { Name | Path }
+.RB [ \-c | \-\-chunksize
+.IR ChunkSize ]
+.RB [[ \-\-poolmetadatasize
+.IR MetadataSize [ bBsSkKmMgG ]
+.RI [ PhysicalVolume [ Path ][ :PE [ -PE ]]...]]
+|
+.IR ThinMetadataLogicalVolume { Name | Path }]
+.RB [ \-Z | \-\-zero
+.RI { y | n }]
+.RB [ \-h | \-? | \-\-help ]
+.RB [ \-v | \-\-verbose ]
+.RB [ \-\-version ]
+.sp
.B lvconvert \-\-repair
.RB [ \-h | \-? | \-\-help ]
.RB [ \-v | \-\-verbose ]