{{tag>[linux lvm thin provisioning]}} =====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 # create thin pool and lv in one command lvcreate -L 200G -T vg_kvm1/thinpool -V32G -n thin_vmpxe