I create the meta devices:
metainit d102 1 1 /dev/dsk/c1t2d0s6 metainit d103 1 1 /dev/dsk/c1t3d0s6 metainit d104 1 1 /dev/dsk/c1t4d0s6 metainit d105 1 1 /dev/dsk/c1t5d0s6
then I make the mirrors :
metainit d120 -m d102 metattach d120 d104 metainit d121 -m d103 metattach d121 d105
and least, I want to make the stripe with :
metainit d130 1 2 d120 d121
and the system answers : d120 is a metadevice. metainit seems to want only a physical component !
So how can I create RAID 1 + 0
zpool create tank mirror c1t2d0 c1t3d0 mirror c1t4d0 c1t5d0. do you absolutely have to use older-style SDS metadevices? – Tim Kennedy Feb 12 at 15:51