From owner-freebsd-stable@FreeBSD.ORG Mon Feb 15 08:49:53 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84D29106566C for ; Mon, 15 Feb 2010 08:49:51 +0000 (UTC) (envelope-from dan.naumov@gmail.com) Received: from mail-gx0-f218.google.com (mail-gx0-f218.google.com [209.85.217.218]) by mx1.freebsd.org (Postfix) with ESMTP id BDE5B8FC18 for ; Mon, 15 Feb 2010 08:49:50 +0000 (UTC) Received: by gxk10 with SMTP id 10so3966911gxk.3 for ; Mon, 15 Feb 2010 00:49:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=wWOzEyal0cgIGx//gOsWCN7//oTMksTfV1hQptXVCsA=; b=HPkYO/i69fhjz2MsO50aj0NLDmZ8LksKEIOGoevSH4o4NONkMHOQJJDck0OFs+CuNN vL8XFn3Tpch03jlTHdOt8llcUDZINbDeShEyNzIbMgQgbQEQascDyM+GnOtzm/GSsw3K +PTdIip6BjgzMwbCtmx7eTr5W+dDqKggK7z0Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=L8WknWlOZQqqsC6VKG+7O0IJs9eXDaJnvorSfw0EIe97LaLrsBlyOIPy1IoPlAwFV5 JrE/uq9kWwdQqPomwBuzNn/VzolwpWB/XCg8YTLVP8tfRLjinaFfUqo3vpY/XPbAcaAl q8JSUYg+K5MQTJuxIY7unYzApiGGTAg4xECHI= MIME-Version: 1.0 Received: by 10.150.251.16 with SMTP id y16mr9320414ybh.188.1266223787111; Mon, 15 Feb 2010 00:49:47 -0800 (PST) Date: Mon, 15 Feb 2010 10:49:47 +0200 Message-ID: From: Dan Naumov To: FreeBSD-STABLE Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: RE: hardware for home use large storage X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2010 08:49:53 -0000 > I had a feeling someone would bring up L2ARC/cache devices. This gives > me the opportunity to ask something that's been on my mind for quite > some time now: > > Aside from the capacity different (e.g. 40GB vs. 1GB), is there a > benefit to using a dedicated RAM disk (e.g. md(4)) to a pool for > L2ARC/cache? The ZFS documentation explicitly states that cache > device content is considered volatile. Using a ramdisk as an L2ARC vdev doesn't make any sense at all. If you have RAM to spare, it should be used by regular ARC. - Sincerely, Dan Naumov