I have to re-setup my RAID array and I'm faced with some different sized disks. I'd like to do raid 1 mirror w/ 2x 5TB and 1 8TB drive. I'm not sure the best way to do this.
Two options I thought of so far...
One, LVM the 2x 5TB and add that to an mdadm raid 1 w/ the other 8tb disk
Two, create two partitions on the 8tb and do two raid1 partitions and then combine those into an LVM.
At the end of the day, i'd like to mount only one partition. To make things even more complicated, I am looking at adding another disk into the mix which will likely not be RAID but just manually backed up via RSYNC. I'd like this disk to be presented along with the RAID1 as a single mount, so that means likely means I'll be using LVM to present the final raid.
My concern with option one is having an LVM added to a RAID1 /dev/md0 and then adding /dev/md0 + another disk to a DIFFERENT LVM.
I'm a little concerned to be doing major overhauls on my data and looking for input. To break things down, I'm mostly focusing on this question about doing a raid1 w/ 3 disks, two of which are small and one large. I can then focus on the next part.
Thank you and let me know if you require anything else.
Update:
I'm considering using ZFS now vs mdadm to learn a new tool. Something like use LVM to create a pool of the 2x 5TB and then a ZFS pool of the lvm + 8tb HDD. Would this be OK?> I have read ZFS wants direct raw access to the disks, and wonder if LVM will work in this situation.