Is there a way to create a "striped" LV in a VG with 2 disks of different sizes in such a way it utilizes 100% of the available space? Linear LV would work, but I want to have the load proportionally distributed over the 2 SSDs, one 500GB and the other 1TB.
There is the
-i
flag tolvcreate
that lets you specify the number of stripes, but I'm not sure how it would handle more stripes than disks.You could always partition your larger disk into two and then use each partition as a volume in LVM (I think), effectively telling LVM that there are 2 disks on the larger physical disk. I think it would work but I've never tried it!
Given the price of disks, I would simply buy a new disk to make a matched pair.