Date: Fri, 16 Sep 2011 23:48:52 -0400 From: Joshua Boyd <boydjd@jbip.net> To: Jason Usher <jusher71@yahoo.com> Cc: "freebsd-fs@freebsd.org" <freebsd-fs@freebsd.org> Subject: Re: ZFS obn FreeBSD hardware model for 48 or 96 sata3 paths... Message-ID: <CAHcKe7m8fA2t6Un29ap%2BJh6beT4swLX-KSXH7yky9m7PB0c3vw@mail.gmail.com> In-Reply-To: <1316222526.31565.YahooMailNeo@web121205.mail.ne1.yahoo.com> References: <1316222526.31565.YahooMailNeo@web121205.mail.ne1.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Sep 16, 2011 at 9:22 PM, Jason Usher <jusher71@yahoo.com> wrote: > > So I will boot of a pair of mirrored SSDs formatted UFS2 - easy. But I > would also like to spec and use a ZIL+L2ARC and am not sure where to go ... > the system will be VERY write-biased and use a LOT of inodes - so lots of > scanning of large dirs with lots of inodes and writing data. Something like > 400 million inodes on a filesystem with an average file size of 150 KB. > 400 million inodes on a single file system is not going to work out well. It doesn't matter /what/ file system you use, it will end up barfing. I'd recommend creating lots of zfs filesystems on your zpools. With 400 million inodes, I'm HOPING that they're atleast divided into subdirectories, create a zfs for each subdirectory. That'll help a lot. > > - can I just skip the l2arc and just add more RAM ? Wouldn't the RAM > always be faster/better ? Or do folks build such large L2arcs (4x200 GB SSD > ?) that it outweighs an extra 32 GB of RAM ? > More RAM is always faster, but striped SSDs are pretty fast too. I'd max out the RAM on this sort of server, and then add L2ARC devices if needed. > > - provided I maintain the free pcie slot(s) and/or free 2.5" drive slots, > can I always just add a ZIL after the fact ? I'd prefer to skip it for now > and save that complexity for later... > Yes, you can add a ZIL later. > > Thanks very much for any comments/suggestions. > > _______________________________________________ > freebsd-fs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-fs > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org" > -- Joshua Boyd E-mail: boydjd@jbip.net http://www.jbip.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHcKe7m8fA2t6Un29ap%2BJh6beT4swLX-KSXH7yky9m7PB0c3vw>