Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


lvm_-_thin_provisioning

This is an old revision of the document!


~~TOC~~

LVM - Thin provisioning

# create thin pool
lvcreate -L 200G -T vg_kvm1/thinpool

# create thin lv
lvcreate -V32G -T vg_kvm1/thinpool -n thin_vmpxe

lvcreate -V1G -T vg001/mythinpool -n thinvolume

# create thin pool and lv in one command
lvcreate -L 200G -T vg_kvm1/thinpool -V32G -n thin_vmpxe
lvm_-_thin_provisioning.1403552882.txt.gz · Last modified: 2014/06/23 19:48 by admin