When using lvm as virtual disk storage it is not enough to pass additional parameters for lvm
Example use in console:
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.
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.