Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


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
lvm_-_thin_provisioning.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1