2007/9/23, James L Baker <[EMAIL PROTECTED]>:
> I'm a small-time sysadmin with big storage aspirations (I'll be honest
> - for a planned MythTV back-end, and *ahem*, other storage), and I've
> recently discovered ZFS. I'm thinking about putting together a
> homebrew SAN with a NAS head, and am wondering if the following will
> work (hoping the formatting will stick!):
>
>
> SAN Box 1:
> 8-disk raid-z2 --> iSCSI over GbE >--+
>                                       |
> SAN Box 2:                           |    NAS Head:
> 8-disk raid-z2 --> iSCSI over GbE >--+--> N-volume zfs pool --> NFS/SMB
>                                       |
> SAN Box N:                           |
> 8-disk raid-z2 --> iSCSI over GbE >--+
>
>
> In plain english, for each SAN box, combining 8 (or so) disks in a ZFS
> raid-z2 pool, sharing the pool over GbE via iSCSI, then combining it
> with other (similar) SAN volumes in a non-redundant zfs pool on the
> NAS head, working out the partitioning, quotas, etc there.

It would probably be better to iSCSI export the "raw" disks on the SAN
boxes to the NAS Head. Let the NAS head do raidz2. That will make it
easier to move disks between computers if you have to. Then you will
have a redundant zfs pool on the NAS head without loosing any disk
space.

You could do 3 way raidz so that you can loose any SAN box.
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to