Lvcreate

From NovaOrdis Knowledge Base
Revision as of 04:55, 23 May 2017 by Ovidiu (talk | contribs) (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 $...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

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