From owner-freebsd-fs@FreeBSD.ORG Tue Mar 19 18:27:52 2013 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 89F31346 for ; Tue, 19 Mar 2013 18:27:52 +0000 (UTC) (envelope-from michael@fuckner.net) Received: from mo6-p00-ob.rzone.de (mo6-p00-ob.rzone.de [IPv6:2a01:238:20a:202:5300::1]) by mx1.freebsd.org (Postfix) with ESMTP id 260B0C25 for ; Tue, 19 Mar 2013 18:27:51 +0000 (UTC) X-RZG-AUTH: :IWUHfUGtd9+6EujMWHx57N4dWae4bmTL/JIGbzkGUoozgk+7q1hCDwOR4JI33JuV X-RZG-CLASS-ID: mo00 Received: from [10.1.2.100] (port-47413.pppoe.wtnet.de [46.59.233.239]) by smtp.strato.de (josoe mo41) (RZmta 31.21 AUTH) with ESMTPA id i01235p2JGvUaI for ; Tue, 19 Mar 2013 19:27:43 +0100 (CET) Message-ID: <5148A017.2060108@fuckner.net> Date: Tue, 19 Mar 2013 18:27:51 +0100 From: Michael Fuckner User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: freebsd-fs@freebsd.org Subject: Re: LSI 9260: is there a way to configure it JBOD like mps? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Mar 2013 18:27:52 -0000 Am 3/19/2013 7:00 PM, schrieb Tom Evans: > On Tue, Mar 19, 2013 at 5:45 PM, Dmitry Morozovsky wrote: >> Dear colleagues, >> >> I'm currently in process of making new backup server, based on LSI 9260 >> controller. I'm planning to use ZFS over disks, hence the most natural way >> seems to configure mfi to JBOD mode - but I can't find easy way to reach this, >> neither in BIOS utilities nor via MegaCli there is no such way :( > 9260 should be SAS-2008 based, so mps(4) not mfi(4). IMHO 9260 is a megaraid card (with Cache and BBU Option) based on 2108, not 2008 Chipset. It is not flashable to an HBA. This wouldn't make sense anyway since HBAs are way cheaper than Raid Cards. I also tried to configure megaraid for ZFS- the good thing is that you can make use of the controller cache. The bad thing is: it is very nasty to configure: every disk needs to be an own raidset with a Raid0 array. When a disk fails- the controller complains about unrecoverable raids/volumes. There is nothing like an HBA mode. I saw Adaptec claims to hace Controllers behaving like an HBA with Cache, but I think it still takes some weeks until I have my Card. Regards, Michael!