On Wed, 28 Jan 2009, Peter van Gemert wrote: > I have a need to created pool that only concatenates the LUNS > assigned to it. The default for a pool is stripe and other > possibilities are mirror, raidz and raidz2.
Zfs does "concatenate" vdevs, and load-shares the writes across vdevs. If each vdev is one disk or one LUN, then you have concatenation and not "striping". Bob ====================================== Bob Friesenhahn [email protected], http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ _______________________________________________ zfs-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
