zfs RAID 10 question
edited Apr 20, 2011 2:59AM in Oracle Solaris File Systems and Disk Management (MOSC) 1 commentAnswered
I have a Server with 12 identical disks. Two of them as boot disks with UFS, the rest should have zfs with RAID 10 type for optimal performance.
What I'm in doubt is how to set this up with zfs, and what I've done so far is -
# zpool create reuters mirror c1t2d0 c1t3d0 mirror c1t4d0 c1t5d0 mirror c1t8d0 c1t9d0 mirror c1t10d0 c1t11d0 mirror c1t12d0 c1t13d0
# zpool status
pool: reuters
state: ONLINE
scrub: none requested
config:
NAME STATE READ WRITE CKSUM
reuters ONLINE 0 0 0
0