From owner-freebsd-questions@FreeBSD.ORG Tue Feb 18 23:11:22 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC17A6C0; Tue, 18 Feb 2014 23:11:22 +0000 (UTC) Received: from icp-osb-irony-out2.external.iinet.net.au (icp-osb-irony-out2.external.iinet.net.au [203.59.1.218]) by mx1.freebsd.org (Postfix) with ESMTP id 0769411AA; Tue, 18 Feb 2014 23:11:21 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgkFAFjoA1M6Bv8H/2dsb2JhbABZgwbBUIEgFnSCJQEBBAE6Mg0FCwsNFCUPBRhEh30HzF8XjmQHFoMOgRQEmC+GMT+LNYNBKA X-IronPort-AV: E=Sophos;i="4.97,503,1389715200"; d="scan'208";a="183459826" Received: from unknown (HELO smtp.phoenix) ([58.6.255.7]) by icp-osb-irony-out2.iinet.net.au with ESMTP; 19 Feb 2014 07:11:12 +0800 Received: by smtp.phoenix (Postfix, from userid 1001) id 59132442; Wed, 19 Feb 2014 10:11:11 +1100 (EST) Date: Wed, 19 Feb 2014 10:11:11 +1100 From: andrew clarke To: freebsd@fongaboo.com Subject: Re: ZFS on Hardware RAID controller Message-ID: <20140218231111.GB90045@ozzmosis.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) Cc: questions@freebsd.org, Eitan Adler X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2014 23:11:23 -0000 On Tue 2014-02-18 17:27:52 UTC-0500, freebsd@fongaboo.com (freebsd@fongaboo.com) wrote: > When we spoke, you noted that when installing ZFS on multiple disks > connected to a hardware RAID controller, it is best to config it to JBOD. > > I tried to explain this to a colleague, but they were skeptical. Would you > (or anyone) be willing to give me a one or two line sales-pitch on why one > should abandon traditional notions of RAID performance in favor of > allowing ZFS to do disk management? Without JBOD, the hardware RAID appears to FreeBSD as a single disk. There is little to nothing to be gained from running ZFS on a single disk. Without JBOD, should a disk in the RAID fail, "zpool status" won't be able to tell you which one. Regards Andrew