Manually, I could create one lvm striped volume, using the following lvm command:
lvcreate -i 3 -n vol -l 100%FREE vg_test
But using this role, I don't see any option to create a volume using number of stripes, I already took a look in library/blivet.py and nothing is there regarding this.
Manually, I could create one lvm striped volume, using the following lvm command:
lvcreate -i 3 -n vol -l 100%FREE vg_testBut using this role, I don't see any option to create a volume using number of stripes, I already took a look in
library/blivet.pyand nothing is there regarding this.