Hi,

I've search the forums and not found any answer to the following.

I have 2 JBOD arrays each with 4 disks.

I want to create create a raidz on one array and have it mirrored to the other 
array.

I've tried various command variations, but none seem to create what I want.

e.g.

zpool create -f -m /export/data mzdata raidz c1t8d0 c1t9d0 c1t10d0 c1t11d0 
mirror c2t8d0 c2t9d0 c1t10d0

Which created.... well, I'm not really sure.

But what I want is something like:

        mzdataONLINE       0     0     0
  mirror     ONLINE       0     0     0
          raidz      ONLINE       0     0     0
            c1t8d0   ONLINE       0     0     0
            c1t9d0   ONLINE       0     0     0
            c1t10d0  ONLINE       0     0     0
            c1t11d0  ONLINE       0     0     0
          raidz    ONLINE       0     0     0
            c1t15d0  ONLINE       0     0     0
            c1t14d0  ONLINE       0     0     0
            c1t13d0  ONLINE       0     0     0
            c1t13d0  ONLINE       0     0     0

thanks for any help or advice.

_A_
 
 
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