Lvcreate: Difference between revisions
Jump to navigation
Jump to search
(→--type) |
(→--type) |
||
Line 9: | Line 9: | ||
The segment type for the logical volume: | The segment type for the logical volume: | ||
* <span id='linear'></span>linear | |||
* <span id='striped'></span>striped | |||
* <span id='thin-pool'></span>thin-pool | * <span id='thin-pool'></span>thin-pool | ||
* <span id='thin'></span>thin | * <span id='thin'></span>thin |
Revision as of 05:01, 23 May 2017
Internal
Options
--type
The segment type for the logical volume:
- linear
- striped
- thin-pool
- thin
- 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