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:


* <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:

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