From owner-freebsd-questions@FreeBSD.ORG Tue Nov 18 16:02:05 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64073619 for ; Tue, 18 Nov 2014 16:02:05 +0000 (UTC) Received: from blue.qeng-ho.org (blue.qeng-ho.org [217.155.128.241]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F144CA6C for ; Tue, 18 Nov 2014 16:02:04 +0000 (UTC) Received: from arthur.home.qeng-ho.org (arthur.home.qeng-ho.org [172.23.1.2]) by fileserver.home.qeng-ho.org (8.14.7/8.14.5) with ESMTP id sAIG1sTJ036024; Tue, 18 Nov 2014 16:01:55 GMT (envelope-from freebsd@qeng-ho.org) Message-ID: <546B6D72.3060105@qeng-ho.org> Date: Tue, 18 Nov 2014 16:01:54 +0000 From: Arthur Chance User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: "bsd@todoo.biz" , Liste FreeBSD Subject: Re: Hardware RAID or software for ZFS References: <7F1B1DC4-46CA-4B96-836B-2D2D494F60E8@todoo.biz> In-Reply-To: <7F1B1DC4-46CA-4B96-836B-2D2D494F60E8@todoo.biz> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2014 16:02:05 -0000 On 18/11/2014 15:28, bsd@todoo.biz wrote: > Hi, > > > I would need your help in order to figure out which will be the best > in order to setup a server which will be used as a Poudriere server. > > My question is related to the usage of hardware RAID controller (JBOD) > or software based controller (graid) > > Server we are targeting is a SuperMicro 1018R-WC0R - 1U > > I used to build my server using an HBA such as LSI SAS 9207-8i or LSI > SAS 9201-16i Then I’ll configure the HBA as JBOD so that disks can be > presented correctly to the system so that we can build our ZFS FS on > top of that. > > > My sysadmin suggested me to get rid of the HBA and use direct > connectivity and Graid. > > > I would like to have some feedback on various aspects : > > 1. performance > 2. usability > 3. problem one might have encountered If you're intending to use ZFS don't use JBOD or graid, just tell zpool to create a pool out of individual disks using raidz (or raidz[23] if you have enough disks). As for your hardware choice, I'll let others with more experience than me answer.