24 disks, 2 controllers. You could create a mirrored pool of 12 vdevs, e.g.

zpool create tank mirror c0t0d0 c1t1d0
zpool add tank mirror c0t1d0 c1t2d0
...

Alternating between the 2 controllers for each mirror so that when one 
controller fails, the pool would become degraded but still available.

You would lose half the storage space to mirroring, but would gain better 
redundency, in my opinion. It all depends on the application of your pool. 

Otherwise, create 2 raidz-2 vdevs and add the second one the the pool.

Hope that helps ;)
-- 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to