Lvcreate: Difference between revisions
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
* [[Linux#Commands|Linux]] | * [[Linux#Commands|Linux]] | ||
=Options= | |||
==--type== | |||
The segment type for the logical volume: | |||
* thin-pool | |||
* snapshot | |||
=Create a Thin Pool Logical Volume= | =Create a Thin Pool Logical Volume= |
Revision as of 04:59, 23 May 2017
Internal
Options
--type
The segment type for the logical volume:
- thin-pool
- snapshot
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