From owner-freebsd-current@FreeBSD.ORG Thu Nov 5 23:17:24 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD8E91065676 for ; Thu, 5 Nov 2009 23:17:24 +0000 (UTC) (envelope-from kraduk@googlemail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 588F68FC17 for ; Thu, 5 Nov 2009 23:17:24 +0000 (UTC) Received: by fxm27 with SMTP id 27so100121fxm.3 for ; Thu, 05 Nov 2009 15:17:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=GEM23oGB7EPkAe7cmzvJ4TWZQqcD1qsskdm5rhlnagI=; b=tFIQthOQwycPrAk9jWSaUnypn1bJ/WaZ61koPoZuK1r+L0bioPsi+6XJhJZShKYusY 9UB+adJNNGelsEIPALeSyZOgCKfHym8RWbmZ05O0VamFr4lyqg8hlqMxcQpk5jzi299K OAVWuoWk4hYIKSHgz5IlBMXsZT7E9+MSdznLM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=TJvX03rKAbPjO60Z0TyM+QIXQ55A9X6+AE9ulj1Ta0vgxugMfYMKGJOzFxL6Gf2Hiz mdHaVq9qYVlpiYzHzkV/+epiSZjnb5JJkFCAi5INuGj09ShcdTT1pf8MzdgfJFxDExFN Zq8CB10QxjeekL9B6bfHOXLfe1YevYt9dRqbA= MIME-Version: 1.0 Received: by 10.239.168.144 with SMTP id k16mr367307hbe.103.1257463043350; Thu, 05 Nov 2009 15:17:23 -0800 (PST) In-Reply-To: References: <17E3C299-725B-434E-805D-CA0C1EA9C8B9@via.net> <9e20d71e0911042247n216e9b02t7b317a55a9bbe131@mail.gmail.com> <11167f520911050019k17137f3q6e36614e2178b12d@mail.gmail.com> Date: Thu, 5 Nov 2009 23:17:23 +0000 Message-ID: From: krad To: Freddie Cash Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "Sam Fourman Jr." , freebsd-current@freebsd.org Subject: Re: What is the state of ZFS on FreeBSD? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Nov 2009 23:17:24 -0000 2009/11/5 Freddie Cash > On Thu, Nov 5, 2009 at 12:19 AM, Sam Fourman Jr. > wrote: > > On Thu, Nov 5, 2009 at 12:47 AM, Artis Caune > wrote: > >> 2009/11/5 joe mcguckin : > >>> I'm interested inb putting together a file server with lots of disk. > >>> > >>> What's the state of ZFS? Is it ready for production use? > > > > We are using it in production and have a 6TB RAIDZ on FreeBSD8 RC2 amd64 > > we are quite happy with the FreeBSD 8 setup. > > we tried it on FreeBSD 7.2 i386 and did not like it (we got a few panics) > > > > the only trouble we really had on FreeBSD8 is the sharenfs manpages > > are not updated. so we are using the classic /etc/exports instead of the > zfs option. > > The syntax is the same. Anything you can put into /etc/exports you > can put into the sharenfs property. In fact, behind the scenes, the > sharenfs property is just copied into a private exports file, and the > nfs daemon uses that in addition to /etc/exports. > > The man pages for ZFS are just dumps of the Solaris ones, so a lot of > the info is not quite right for a FreeBSD system. > > -- > Freddie Cash > fjwcash@gmail.com > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > unless im missing something you have to do it the legacy way (root@carrera)-(23:13:05)-(~) 0 $ zfs set sharenfs=yes zdump/web (root@carrera)-(23:13:23)-(~) 0 $ showmount -e 127.0.0.1 Exports list on 127.0.0.1: /videos Everyone (root@carrera)-(23:13:26)-(~) 0 $