On Sun, Jun 14, 2009 at 9:17 AM, Dan Naumov <[email protected]> wrote:
> I just wanted to have an extra pair (or a dozen) of eyes look this > configuration over before I commit to it (tested it in VMWare just in > case, it works, so I am considering doing this on real hardware soon). > I drew a nice diagram: http://www.pastebin.ca/1460089 Since it doesnt > show on the diagram, let me clarify that the geom mirror consumers as > well as the vdevz for ZFS RAIDZ are going to be partitions (raw disk > => full disk slice => swap partition | mirror provider partition | zfs > vdev partition | unused. I don't know for sure if it's the same on FreeBSD, but on Solaris, ZFS will disable the onboard disk cache if the vdevs are not whole disks. IOW, if you use slices, partitions, or files, the onboard disk cache is disabled. This can lead to poor write performance. Unless you can use one of the ZFS-on-root facilities, I'd look into getting a couple of CompactFlash or USB sticks to use for the gmirror for / and /usr (put the rest on ZFS). Then you can dedicate the entirety of all 5 drives to ZFS. -- Freddie Cash [email protected] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
