improve

  1. D

    Add disk creation functionality when using lvm storage

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