From owner-freebsd-questions@freebsd.org Wed Nov 1 15:42:56 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF425E5EAD6 for ; Wed, 1 Nov 2017 15:42:56 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BA8197333C for ; Wed, 1 Nov 2017 15:42:56 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id vA1FNj2x078658 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 1 Nov 2017 09:23:45 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id vA1FNiaq078655; Wed, 1 Nov 2017 09:23:45 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 1 Nov 2017 09:23:44 -0600 (MDT) From: Warren Block To: Kate Dawson cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD ZFS file server with SSD HDD In-Reply-To: <20171011130512.GE24374@apple.rat.burntout.org> Message-ID: References: <20171011130512.GE24374@apple.rat.burntout.org> User-Agent: Alpine 2.21 (BSF 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (wonkity.com [127.0.0.1]); Wed, 01 Nov 2017 09:23:45 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2017 15:42:57 -0000 On Wed, 11 Oct 2017, Kate Dawson wrote: > Hi, > > Currently running a FreeBSD NFS server with a zpool comprising > > 12 x 1TB hard disk drives are arranged as pairs of mirrors in a strip set ( RAID 10 ) > > An additional 2x 960GB SSD added. These two SSD are partitioned with a > small partition begin used for a ZIL log, and larger partion arranged for > L2ARC cache. For FreeNAS, we recommend against using sharing an SSD like this. In fact, we recommend against using one SSD for anything more than a single SLOG for a single pool. To be effective, this needs to be a low-latency SSD, and I/O contention with other shared partitions on the same device can negate the performance benefit.