Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


lvm_-_thin_provisioning

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
lvm_-_thin_provisioning [2014/06/23 12:59] – [LVM - Thin provisioning] adminlvm_-_thin_provisioning [2014/06/23 19:48] – [LVM - Thin provisioning] admin
Line 4: Line 4:
 <code> <code>
 # create thin pool # create thin pool
-lvcreate -L 200G vg_kvm1/thinpool+lvcreate -L 200G -T vg_kvm1/thinpool
  
 # create thin lv # create thin lv
 lvcreate -V32G -T vg_kvm1/thinpool -n thin_vmpxe lvcreate -V32G -T vg_kvm1/thinpool -n thin_vmpxe
 +
 +lvcreate -V1G -T vg001/mythinpool -n thinvolume
  
 # create thin pool and lv in one command # create thin pool and lv in one command
 lvcreate -L 200G -T vg_kvm1/thinpool -V32G -n thin_vmpxe lvcreate -L 200G -T vg_kvm1/thinpool -V32G -n thin_vmpxe
 </code> </code>
- 
lvm_-_thin_provisioning.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1