From owner-freebsd-fs@FreeBSD.ORG Tue Sep 18 12:45:45 2012 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2FC9C106564A; Tue, 18 Sep 2012 12:45:45 +0000 (UTC) (envelope-from feld@feld.me) Received: from feld.me (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id D91BC8FC14; Tue, 18 Sep 2012 12:45:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=In-Reply-To:Message-Id:From:Mime-Version:Date:References:Subject:To:Content-Type; bh=BqCoZjhFi+dRO74BJUy/YLZbbB5ylu7v44fCy/3g9SY=; b=WOEJmZSSS6/EvmBwmPccIxBbYhkiYB9tC/P+E4xhJzF/1cWK1btJzOcSSxzJ1K/F3pbTZOlobnDKrEdZy39zK0PRaI/159EjnUT+pndzytvZFvIs70ZcQQFB6uxtGI4V; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by feld.me with esmtp (Exim 4.80 (FreeBSD)) (envelope-from ) id 1TDxBK-000Crf-Eo; Tue, 18 Sep 2012 07:45:44 -0500 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.4) with esmtpa id 1347972332-3100-3099/5/75; Tue, 18 Sep 2012 12:45:32 +0000 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: FreeBSD FS , John References: <20120918010812.GA71005@FreeBSD.org> <20120918124214.GA79439@FreeBSD.org> Date: Tue, 18 Sep 2012 07:45:31 -0500 Mime-Version: 1.0 From: Mark Felder Message-Id: In-Reply-To: <20120918124214.GA79439@FreeBSD.org> User-Agent: Opera Mail/12.02 (FreeBSD) X-SA-Report: ALL_TRUSTED=-1, KHOP_THREADED=-0.5 X-SA-Score: -1.5 Cc: Subject: Re: XFS/istgt backed 8TB xfs filesystem configuration? X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2012 12:45:45 -0000 On Tue, 18 Sep 2012 07:42:14 -0500, John wrote: > > Have you found any blocksizes, cache sizes, etc, that seem optimal? > I'm providing iSCSI for XEN and VMWare servers and currently have no optimal tunings. ZFS's variable block size seems to handle the load just fine, and I have plenty of SSDs doing work for me. Just make sure you have carefully calculated the number of Connections and Sessions for istgt -- your multipath and number of LUNs being shared will affect these numbers.