I have two disks which are arranged into a striped logical volume, but when I create a VM and select that volume group as storage, the VM is stored as a new linear logical volume within that volume group instead of being stored on the already existing striped logical volume.
Read more
lvs -o+lv_layout,stripes
Code:
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert Layout #Str
striped_storage_lv storage_vg -wi-a----- 3.49t...
Read more