Re: What is the state of ZFS on FreeBSD?

From: krad <kraduk_at_googlemail.com>
Date: Thu, 5 Nov 2009 23:17:23 +0000
2009/11/5 Freddie Cash <fjwcash_at_gmail.com>

> On Thu, Nov 5, 2009 at 12:19 AM, Sam Fourman Jr. <sfourman_at_gmail.com>
> wrote:
> > On Thu, Nov 5, 2009 at 12:47 AM, Artis Caune <artis.caune_at_gmail.com>
> wrote:
> >> 2009/11/5 joe mcguckin <joe_at_via.net>:
> >>> 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_at_gmail.com
> _______________________________________________
> freebsd-current_at_freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe_at_freebsd.org"
>


unless  im missing something you have to do it the legacy way

(root_at_carrera)-(23:13:05)-(~) 0
$ zfs set sharenfs=yes zdump/web
(root_at_carrera)-(23:13:23)-(~) 0
$ showmount -e 127.0.0.1
Exports list on 127.0.0.1:
/videos                            Everyone
(root_at_carrera)-(23:13:26)-(~) 0
$
Received on Thu Nov 05 2009 - 22:17:24 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:57 UTC