Hi,

I do have a disk array that is providing striped LUNs to my Solaris box. Hence 
I'd like to simply concat those LUNs without adding another layer of striping.

Is this possibile with ZFS?

As far as I understood, if I use

    zpool create myPool lun-1 lun-2 ... lun-n

I will get a RAID0 striping where each data block is split across all "n" LUNs.

If that's correct, is there a way to avoid that and get ZFS to write 
sequentially on the LUNs that are part of myPool?

Thanks,

   Piero
-- 
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