ZFS Raid Configuration Multi Disk

It wasn't clear to me on the installer how I would Raid-1 3 sets of drives and then Raid-0 those 3 sets.

Basically

2 x Raid-1

2x Raid-1

2x Raid-1

And Raid-0 the 3 logical drives.

I hope I have explained well what I am looking at doing. If this is not something that can be done from the installer that is ok too. I can set this up after install.
 
Code:
zpool create ... zroot mirror d0p1 d1p1 mirror d2p1 d3p1 mirror d4p1 d6p1

I was about to say the same thing, except "after install" implies your zroot is separate, and you would be creating an additional "tank".

The device names you choose matter. There's current discussions about attaching a gpart(8) label to each partition, and using the resultant entry in /dev/gpt to identify the partition to zfs.
 
Yes I would prefer to not create after for that reason. But this should work nicely. I want all disks on zroot. It's annoying to have separate storage unless I have a specific purpose for it, vms, games, etc.
 
You could do the install on the first two mirrored disks. Then after the installation add the second and third mirror sets to the pool.
 
Back
Top