Lvcreate: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 9: Line 9:
The segment type for the logical volume:
The segment type for the logical volume:


* thin-pool
* <span id='thin-pool'></span>thin-pool
* snapshot
* <span id='thin'></span>thin
* <span id='snapshot'></span>snapshot


For more details, see {{Internal|Linux_Logical_Volume_Management_Concepts#Logical_Volume_.28LV.29|Logical Volume Types}}
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
  • thin
  • snapshot

For more details, see:

Logical Volume Types

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