From owner-freebsd-questions@FreeBSD.ORG Wed Oct 19 15:22:32 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 80907106568C for ; Wed, 19 Oct 2011 15:22:32 +0000 (UTC) (envelope-from movszx@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3A68A8FC18 for ; Wed, 19 Oct 2011 15:22:31 +0000 (UTC) Received: by vcbfo13 with SMTP id fo13so2464828vcb.13 for ; Wed, 19 Oct 2011 08:22:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=cArbtzhDjtZeZ/bwnMM+J0o9xGWJhECEDc6aRDOtaTI=; b=fx7DAC+qMKragueLb66Qnxl2uaPrBTHT9VK353g75r8JKtxURelqt3igT5D0ubk22G ldd5YjS95BbOb05/J5BIDjT9lEoYJzp6MmN58q24lGErB8Hk5UIaxG5Y4ulr/DE4grgY 80fNllUeEe8bS6NAOMg8voQsA1fWbFXWBzaRk= Received: by 10.52.37.36 with SMTP id v4mr1595962vdj.61.1319035948265; Wed, 19 Oct 2011 07:52:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.195.66 with HTTP; Wed, 19 Oct 2011 07:52:07 -0700 (PDT) In-Reply-To: <20111019141443.GQ4592@pcjas.obspm.fr> References: <20111019141443.GQ4592@pcjas.obspm.fr> From: Krunal Desai Date: Wed, 19 Oct 2011 10:52:07 -0400 Message-ID: To: Albert Shih Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: Wed, 19 Oct 2011 15:22:32 -0000 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 ha= ve > two options : > > =C2=A0 =C2=A0 =C2=A0 =C2=A01/ create a LV on the PERC H800 so the server = see one volume and put > =C2=A0 =C2=A0 =C2=A0 =C2=A0the zpool on this unique volume and let the ha= rdware manage the > =C2=A0 =C2=A0 =C2=A0 =C2=A0raid. > > =C2=A0 =C2=A0 =C2=A0 =C2=A02/ create 12 LV on the perc H800 (so without r= aid) and let FreeBSD > =C2=A0 =C2=A0 =C2=A0 =C2=A0and ZFS manage the raid. > > which one is the best solution ? > > Any advise about the RAM I need on the server (actually one MD1200 so 12x= 2To 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?) 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. --khd