I apologize for making a similar post to my last one (http://forums.freebsd.org/showthread.php?t=35699). I had a hardware question regarding ZFS on a bunch of RAID 0 volumes. I can't seem to find the "Edit" button for that post to remove the pool layout part, as it would probably fit better on this forum.
I was wondering about recommended pool layouts. There are 12 disks, 3TB each. Seagate Constellation ES.2, 7200 RPM.
For testing, I have all 12 disks in one big zraid3 setup. It's obviously not a recommended setup. Performance is OK now, but I'm guessing there will be performance/time issues during a resilvering, due to the size of the vdev.
I'm going for size and safety, instead of speed.
Some options:
I was wondering about recommended pool layouts. There are 12 disks, 3TB each. Seagate Constellation ES.2, 7200 RPM.
For testing, I have all 12 disks in one big zraid3 setup. It's obviously not a recommended setup. Performance is OK now, but I'm guessing there will be performance/time issues during a resilvering, due to the size of the vdev.
I'm going for size and safety, instead of speed.
Some options:
Code:
1x12 raidz3, 3 parity = 27TB
pool
raidz3-0
drive1
drive2
drive3
drive4
drive5
drive6
drive7
drive8
drive9
drive10
drive11
drive12
2x6 raidz2, 4 parity = 24TB
pool
raidz2-0
drive1
drive2
drive3
drive4
drive5
drive6
raidz2-1
drive7
drive8
drive9
drive10
drive11
drive12
3x4 raidz1, 3 parity = 27TB
pool
raidz1-0
drive1
drive2
drive3
drive4
raidz1-1
drive5
drive6
drive7
drive8
raidz1-2
drive9
drive10
drive11
drive12
4x3 raidz1, 4 parity = 24TB
pool
raidz1-0
drive1
drive2
drive3
raidz1-1
drive4
drive5
drive6
raidz1-2
drive7
drive8
drive9
raidz1-3
drive10
drive11
drive12