From owner-freebsd-questions@FreeBSD.ORG Thu Oct 20 02:24:00 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C7F810656D9 for ; Thu, 20 Oct 2011 02:24:00 +0000 (UTC) (envelope-from fajar@fajar.net) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 31C098FC1B for ; Thu, 20 Oct 2011 02:23:59 +0000 (UTC) Received: by iaky10 with SMTP id y10so3453981iak.13 for ; Wed, 19 Oct 2011 19:23:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.154.194 with SMTP id r2mr16116609icw.50.1319077439568; Wed, 19 Oct 2011 19:23:59 -0700 (PDT) Received: by 10.42.241.2 with HTTP; Wed, 19 Oct 2011 19:23:59 -0700 (PDT) In-Reply-To: References: <20111019141443.GQ4592@pcjas.obspm.fr> Date: Thu, 20 Oct 2011 09:23:59 +0700 Message-ID: From: "Fajar A. Nugraha" To: Albert Shih Content-Type: text/plain; charset=ISO-8859-1 Cc: zfs-discuss@opensolaris.org, freebsd-questions@freebsd.org Subject: Re: [zfs-discuss] ZFS on Dell with FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2011 02:24:00 -0000 On Thu, Oct 20, 2011 at 7:56 AM, Dave Pooser wrote: > On 10/19/11 9:14 AM, "Albert Shih" wrote: > >>When we buy a MD1200 we need a RAID PERC H800 card on the server > > No, you need a card that includes 2 external x4 SFF8088 SAS connectors. > I'd recommend an LSI SAS 9200-8e HBA flashed with the IT firmware-- then > it presents the individual disks and ZFS can handle redundancy and > recovery. Exactly, thanks for suggesting an exact controller model that can present disks as JBOD. With hardware RAID, you'd pretty much rely on the controller to behave nicely, which is why I suggested to simply create one big volume for zfs to use (so you pretty much only use features like snapshot, clones, etc, but don't use zfs self healing feature). Again, others might (and have) disagree and suggest using volumes for individual disk (even when you're still relying on hardware RAID controller). But ultimately there's no question that the best possible setup would be to present the disks as JBOD and let zfs handle it directly. -- Fajar