Hi All,
I'm new to zfs, and just exploring for right now, so please forgive me if the terminology is slightly off.
I have the following hard drives:
6x 4TB
8x 2TB
6x 1.5TB
What I want to do, logically speaking is break everything into 4tb arrays and drives, IE
6x lone 4tb drives
4x 4tb raid 0 (consisting of 2 x 2TB each)
2x 4.5tb raid 0 (consisting of 3x 1.5TB each)
which gives me, essentially 12 x 4tb devices. Then I want to run raid-6 over these 12 and end up with 40TB usable and the ability to handle at least 2 drive failures. I know I should consider 3 parity bits for this many drives, but its a home media server/lab, I think it should be okay so long as I have a backup for the important files. Anyways. I cannot figure out a way to do this with zfs. The best I've managed is to have 3 raidz2 vdevs based on the size of the drive IE
1 raidz2 of 6x 4TB
1 raidz2 of 8x 2TB
1 raidz2 of 6x 1.5TB
and put them all in the same zpool. But this only gives me 33TB of usable space. Is there a way to get the setup I am describing in zfs? I am hoping to avoid have to go back to mdadm on linux as it is a pain to setup and manage manually (I'm running napp-it on OpenIndiana for the zfs)
Thanks for any advice!
-weav03
I'm new to zfs, and just exploring for right now, so please forgive me if the terminology is slightly off.
I have the following hard drives:
6x 4TB
8x 2TB
6x 1.5TB
What I want to do, logically speaking is break everything into 4tb arrays and drives, IE
6x lone 4tb drives
4x 4tb raid 0 (consisting of 2 x 2TB each)
2x 4.5tb raid 0 (consisting of 3x 1.5TB each)
which gives me, essentially 12 x 4tb devices. Then I want to run raid-6 over these 12 and end up with 40TB usable and the ability to handle at least 2 drive failures. I know I should consider 3 parity bits for this many drives, but its a home media server/lab, I think it should be okay so long as I have a backup for the important files. Anyways. I cannot figure out a way to do this with zfs. The best I've managed is to have 3 raidz2 vdevs based on the size of the drive IE
1 raidz2 of 6x 4TB
1 raidz2 of 8x 2TB
1 raidz2 of 6x 1.5TB
and put them all in the same zpool. But this only gives me 33TB of usable space. Is there a way to get the setup I am describing in zfs? I am hoping to avoid have to go back to mdadm on linux as it is a pain to setup and manage manually (I'm running napp-it on OpenIndiana for the zfs)
Thanks for any advice!
-weav03