+------------------------------------------------------------------------------
| On 2010-11-08 13:27:09, Peter Taps wrote:
| 
| From zfs documentation, it appears that a "vdev" can be built from more 
vdevs. That is, a raidz vdev can be built across a bunch of mirrored vdevs, and 
a mirror can be built across a few raidz vdevs.  
| 
| Is my understanding correct? Also, is there a limit on the depth of a vdev?

You are incorrect.

The man page states:

     Virtual devices cannot be nested, so a mirror or raidz  vir-
     tual device can only contain files or disks. Mirrors of mir-
     rors (or other combinations) are not allowed.

     A pool can have any number of virtual devices at the top  of
     the  configuration  (known as "root vdevs"). Data is dynami-
     cally distributed across all top-level  devices  to  balance
     data  among  devices.  As new virtual devices are added, ZFS
     automatically places data on the newly available devices.

     A pool can have any number of virtual devices at the top  of
     the  configuration  (known as "root vdevs"). Data is dynami-
     cally distributed across all top-level  devices  to  balance
     data  among  devices.  As new virtual devices are added, ZFS
     automatically places data on the newly available devices.

-- 
bdha
cyberpunk is dead. long live cyberpunk.
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to