Lvcreate: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[Linux#Commands|Linux]] | |||
=Create a Thin Pool Logical Volume= | =Create a Thin Pool Logical Volume= |
Revision as of 04:55, 23 May 2017
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