Add disk creation functionality when using lvm storage

divelgrom

Active Member
Jun 8, 2017
14
0
41
35
When using lvm as virtual disk storage it is not enough to pass additional parameters for lvm

Example use in console:
Code:
lvcreate -n vmid-disk-0 --type striped -L 32G -i 4 vg

In VG can have e.g. 4 disks (or another number), and the final LV can be created with different parameters, for different needs. It can be a mirror, or raid5, or linear, or etc.