From owner-freebsd-questions@freebsd.org Fri Jun 3 09:43:22 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F9CBB660EF for ; Fri, 3 Jun 2016 09:43:22 +0000 (UTC) (envelope-from steve@sohara.org) Received: from uk1mail2513.mymailbank.co.uk (UK1MAIL2513-PERMANET.IE.mymailbank.co.uk [217.69.47.44]) by mx1.freebsd.org (Postfix) with ESMTP id B5A3A1B1F for ; Fri, 3 Jun 2016 09:43:20 +0000 (UTC) (envelope-from steve@sohara.org) Received: from smtp.lan.sohara.org (UnknownHost [88.151.27.41]) by uk1mail2513-d.mymailbank.co.uk with SMTP; Fri, 3 Jun 2016 10:41:23 +0100 Received: from [192.168.63.1] (helo=steve.lan.sohara.org) by smtp.lan.sohara.org with smtp (Exim 4.86_2 (FreeBSD)) (envelope-from ) id 1b8lbs-000Oqw-9Q; Fri, 03 Jun 2016 09:41:44 +0000 Date: Fri, 3 Jun 2016 10:41:38 +0100 From: Steve O'Hara-Smith To: Julien Cigar Cc: freebsd-questions@freebsd.org Subject: Re: redundant storage Message-Id: <20160603104138.fdf3c0ac4be93769be6da401@sohara.org> In-Reply-To: <20160603083843.GK95511@mordor.lan> References: <20160603083843.GK95511@mordor.lan> X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.29; amd64-portbld-freebsd10.1) X-Clacks-Overhead: "GNU Terry Pratchett" Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2016 09:43:22 -0000 Hi, Just one change - don't use RAID1 use ZFS mirrors. ZFS does better RAID than any hardware controller. On Fri, 3 Jun 2016 10:38:43 +0200 Julien Cigar wrote: > Hello, > > I'm looking for a low-cost redundant HA storage solution for our (small) > team here (~30 people). It will be used to store files generated by some > webapps, to provide a redundant dovecot (imap) server, etc. > > For the hardware I have to go with HP (no choice), so I planned to buy > 2 x HP ProLiant DL320e Gen8 v2 E3-1241v3 (768645-421) with > 4 x WD Hard Drive Re SATA 4TB 3.5in 6gb/s 7200rpm 64MB Buffer > (WD4000FYYZ) in a RAID1 config (the machine has a smartarray P222 > controller, which is apparently supported by the ciss driver) > > On the FreeBSD side I plan to use HAST with CARP, and the volumes will > be exported through NFS4. > > Any comments on this setup (or other recommendations) ? :) > > Thanks! > Julien > -- Steve O'Hara-Smith