From owner-freebsd-questions@FreeBSD.ORG Fri Jun 22 11:11:29 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6343B1065673 for ; Fri, 22 Jun 2012 11:11:29 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (mx-out.r-bonomi.com [204.87.227.120]) by mx1.freebsd.org (Postfix) with ESMTP id 09A398FC0A for ; Fri, 22 Jun 2012 11:11:28 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.4/rdb1) id q5MBBk8r041206 for freebsd-questions@freebsd.org; Fri, 22 Jun 2012 06:11:46 -0500 (CDT) Date: Fri, 22 Jun 2012 06:11:46 -0500 (CDT) From: Robert Bonomi Message-Id: <201206221111.q5MBBk8r041206@mail.r-bonomi.com> To: freebsd-questions@freebsd.org In-Reply-To: <4FE2CE38.9000100@gmail.com> Subject: Re: Is ZFS production ready? 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: Fri, 22 Jun 2012 11:11:29 -0000 > From owner-freebsd-questions@freebsd.org Thu Jun 21 06:18:56 2012 > Date: Thu, 21 Jun 2012 12:03:12 +0430 > From: Hooman Fazaeli > To: FreeBSD Questions > Subject: Is ZFS production ready? > > Dear community > > In the past, I built a 8TB ZFS log server on freebsd 7.4. > However, the system experienced instablility after long up times. > My main motive to use ZFS was UFS inability to support large > file systems. > > Now, I want to the same thing on 8.3 and wanted to know > your opinion on ZFS stability. Is there any success story using > ZFS in 24x7, large volume, heavy duty servers? Is there any > other option other than ZFS to build larger than 2TB file systems? One alternative might be the 'new, improved' UFS -- "UFS2". I believe it supports filesystems up to 2^73 bytes (2^64 sectors).