Francois wrote:
> If 2 disks of a mirror fail do the pool will be faulted ?
> 
>          NAME        STATE     READ WRITE CKSUM
>          homez       ONLINE       0     0     0
>            mirror    ONLINE       0     0     0
>              c0t2d0  ONLINE       0     0     0
>              c0t3d0  ONLINE       0     0     0
>            mirror    ONLINE       0     0     0
>              c0t4d0  ONLINE       0     0     0
>              c0t5d0  ONLINE       0     0     0
>            mirror    ONLINE       0     0     0
>              c0t6d0  ONLINE       0     0     0
>              c0t7d0  ONLINE       0     0     0

If c0t6d0 and c0t7d0 both fail (ie both sides of the same mirror vdev) 
then the pool will be unable to retrieve all the data stored in it.  If 
c0t6d0 and c0t3d0 both fail then there are sufficient replicas of data 
available in that case because it was disks from different mirrors.

This applies to SVM as well if you have a stripe of mirrors with a UFS 
filesystem ontop of that you will have the same availability issue.

-- 
Darren J Moffat
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to