From owner-freebsd-questions@FreeBSD.ORG Fri May 30 16:39:44 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 987066D0 for ; Fri, 30 May 2014 16:39:44 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4AA532848 for ; Fri, 30 May 2014 16:39:43 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.8/8.14.8) with ESMTP id s4UGdZsL008006 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 30 May 2014 10:39:35 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.8/8.14.8/Submit) with ESMTP id s4UGdZ9P008003; Fri, 30 May 2014 10:39:35 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 30 May 2014 10:39:35 -0600 (MDT) From: Warren Block To: Alejandro Imass Subject: Re: ZFS Recommendations for a new server In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Fri, 30 May 2014 10:39:35 -0600 (MDT) Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2014 16:39:44 -0000 On Fri, 30 May 2014, Alejandro Imass wrote: > I am setting up a new server and would like to migrate to FBSD 10 and ZFS. > I have no experience with either so asking for some guidance. Our > experience has been mostly on FBSD 8 and 9 on UFS. > > The new server has a 2 x 1TB RE4 3ware 9650SE RAID and I have friends that > tell me is actually better to use ZFS RAID instead of HW RAID1. Is this > true? Why so? First, because it makes the array hardware-independent, capable of being moved to a completely different controller without any difficulties like controller-specific metadata on the disks. This can be important when there is a hardware failure and no easy access to an identical controller. Second, because it allows ZFS to deal directly with the disks. If the disks are hidden under a hardware RAID system, it can keep ZFS from seeing problems when they first begin.