mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
man: lvmthin show the lvcreate -n option for pools
lvcreate of thin pools can now use '-n lv vg' like other lv types, or it can name the new thin pool in the free arg as 'vg/lv', which is not allowed with other lv types.
This commit is contained in:
parent
1115a9ea51
commit
902192abdc
@ -989,16 +989,12 @@ rather than using lvconvert on existing LVs.
|
||||
This one command creates a thin data LV, a thin metadata LV,
|
||||
and combines the two into a thin pool LV.
|
||||
|
||||
.B lvcreate \-\-type thin\-pool \-L LargeSize VG/ThinPoolLV
|
||||
|
||||
./" FIXME: make this work
|
||||
./" or using standard form of lvcreate:
|
||||
./" .B lvcreate \-\-type thin\-pool \-L LargeSize \-n ThinPoolLV VG
|
||||
.B lvcreate \-\-type thin\-pool \-L LargeSize \-n ThinPoolLV VG
|
||||
|
||||
.I Example
|
||||
.br
|
||||
.nf
|
||||
# lvcreate \-\-type thin\-pool \-L8M vg/pool0
|
||||
# lvcreate \-\-type thin\-pool \-L8M -n pool0 vg
|
||||
|
||||
# lvs vg/pool0
|
||||
LV VG Attr LSize Pool Origin Data%
|
||||
|
Loading…
Reference in New Issue
Block a user