From owner-freebsd-questions@FreeBSD.ORG Thu Oct 20 09:57:08 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 B0C14106564A for ; Thu, 20 Oct 2011 09:57:08 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4436C8FC12 for ; Thu, 20 Oct 2011 09:57:07 +0000 (UTC) Received: by wyi40 with SMTP id 40so3442480wyi.13 for ; Thu, 20 Oct 2011 02:57:07 -0700 (PDT) Received: by 10.216.135.34 with SMTP id t34mr8387205wei.62.1319104627024; Thu, 20 Oct 2011 02:57:07 -0700 (PDT) Received: from dfleuriot-at-hi-media.com ([83.167.62.196]) by mx.google.com with ESMTPS id gd6sm14817791wbb.1.2011.10.20.02.57.05 (version=SSLv3 cipher=OTHER); Thu, 20 Oct 2011 02:57:06 -0700 (PDT) Message-ID: <4E9FF072.6030104@my.gd> Date: Thu, 20 Oct 2011 11:57:06 +0200 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20111019141443.GQ4592@pcjas.obspm.fr> <20111020094913.GC83424@pcjas.obspm.fr> In-Reply-To: <20111020094913.GC83424@pcjas.obspm.fr> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit 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 09:57:08 -0000 On 10/20/11 11:49 AM, Albert Shih wrote: > Le 19/10/2011 à 10:52:07-0400, Krunal Desai a écrit >> On Wed, Oct 19, 2011 at 10:14 AM, Albert Shih wrote: >>> When we buy a MD1200 we need a RAID PERC H800 card on the server so we have >>> two options : >>> >>> 1/ create a LV on the PERC H800 so the server see one volume and put >>> the zpool on this unique volume and let the hardware manage the >>> raid. >>> >>> 2/ create 12 LV on the perc H800 (so without raid) and let FreeBSD >>> and ZFS manage the raid. >>> >>> which one is the best solution ? >>> >>> Any advise about the RAM I need on the server (actually one MD1200 so 12x2To disk) >> >> I know the PERC H200 can be flashed with IT firmware, making it in >> effect a "dumb" HBA perfect for ZFS usage. Perhaps the H800 has the >> same? (If not, can you get the machine configured with a H200?) > > I'm not sure what you mean when you say «H200 flashed with IT firmware» ? > >> If that's not an option, I think Option 2 will work. My first ZFS >> server ran on a PERC 5/i, and I was forced to make 8 single-drive RAID >> 0s in the PERC Option ROM, but Solaris did not seem to mind that. > > OK. > > I don't have choice (too complexe to explain and it's meanless here) but I > can only buy at Dell at this moment. > > On the Dell website I've the choice between : > > > SAS 6Gbps External Controller > PERC H800 RAID Adapter for External JBOD, 512MB Cache, PCIe > PERC H800 RAID Adapter for External JBOD, 512MB NV Cache, PCIe > PERC H800 RAID Adapter for External JBOD, 1GB NV Cache, PCIe > PERC 6/E SAS RAID Controller, 2x4 Connectors, External, PCIe 256MB Cache > PERC 6/E SAS RAID Controller, 2x4 Connectors, External, PCIe 512MB Cache > LSI2032 SCSI Internal PCIe Controller Card > > I've no idea what's the first thing is. But what I understand the best > solution is the first or the last ? > > Regards. > > JAS > The best solution is to get a dumb HBA which will present your drives directly to the OS (JBOD), then create your ZFS pools there. Many people have already recommended LSI because it's widely used on the list. Also, what do they mean by "SAS 6Gbps External Controller" ?