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 vg_kvm1/thinpool

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

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