Lvcreate: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= =Create a Thin Pool Logical Volume= <pre> lvcreate -y --type thin-pool --zero n $CHUNK_SIZE_ARG --poolmetadatasize ${META_SIZE}s $DATA_SIZE_ARG -n $POOL_LV_NAME $...")
 
Line 1: Line 1:
=Internal=
=Internal=
=a=
=b=


=Create a Thin Pool Logical Volume=
=Create a Thin Pool Logical Volume=

Revision as of 04:55, 23 May 2017

Internal

a

b

Create a Thin Pool Logical Volume

lvcreate -y --type thin-pool --zero n $CHUNK_SIZE_ARG --poolmetadatasize ${META_SIZE}s $DATA_SIZE_ARG -n $POOL_LV_NAME $VG