Lvcreate: Difference between revisions
Jump to navigation
Jump to search
(→--type) |
|||
Line 11: | Line 11: | ||
* thin-pool | * thin-pool | ||
* snapshot | * snapshot | ||
For more details, see {{Internal|Linux_Logical_Volume_Management_Concepts#Logical_Volume_.28LV.29|Logical Volume Types}} | |||
=Create a Thin Pool Logical Volume= | =Create a Thin Pool Logical Volume= |
Revision as of 05:00, 23 May 2017
Internal
Options
--type
The segment type for the logical volume:
- thin-pool
- snapshot
For more details, see
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 docker_vg