What is the state of ZFS on FreeBSD?

View: New views
11 Messages — Rating Filter:   Alert me  

What is the state of ZFS on FreeBSD?

by joe@via.net :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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?

Thanks,

Joe


Joe McGuckin
ViaNet Communications

joe@...
650-207-0372 cell
650-213-1302 office
650-969-2124 fax



_______________________________________________
freebsd-current@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@..."

Re: What is the state of ZFS on FreeBSD?

by Artis Caune-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/11/5 joe mcguckin <joe@...>:
> 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?

yes, please, see
http://svn.freebsd.org/viewvc/base?view=revision&revision=197218




--
Artis Caune

    Everything should be made as simple as possible, but not simpler.
_______________________________________________
freebsd-current@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@..."

Re: What is the state of ZFS on FreeBSD?

by PuffyBSD :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Nov 5, 2009 at 12:47 AM, Artis Caune <artis.caune@...> wrote:
> 2009/11/5 joe mcguckin <joe@...>:
>> 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.

Sam Fourman Jr.
Fourman Networks
_______________________________________________
freebsd-current@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@..."

Re: What is the state of ZFS on FreeBSD?

by Oliver Fakler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

may you can give me a tip for the speed tuning.

i tested 8 rc1 with a 3 tb raidz and samba on a 100 mbit network
i got 4 mb/s which is quite slow i think.

May you have a idea for me

Greets

Oliver

Sam Fourman Jr. schrieb:

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

Re: What is the state of ZFS on FreeBSD?

by Freddie Cash-8 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Nov 5, 2009 at 12:19 AM, Sam Fourman Jr. <sfourman@...> wrote:

> On Thu, Nov 5, 2009 at 12:47 AM, Artis Caune <artis.caune@...> wrote:
>> 2009/11/5 joe mcguckin <joe@...>:
>>> 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@...
_______________________________________________
freebsd-current@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@..."

Re: What is the state of ZFS on FreeBSD?

by krad-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/11/5 Freddie Cash <fjwcash@...>

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


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
$
_______________________________________________
freebsd-current@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@..."

Re: What is the state of ZFS on FreeBSD?

by Freddie Cash-8 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Nov 5, 2009 at 3:17 PM, krad <kraduk@...> wrote:

> 2009/11/5 Freddie Cash <fjwcash@...>
>> 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.
>
> 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
> $

Put the settings you would normally put into /etc/exports into the
sharenfs property:

[fcash@megadrive  ~]$ zfs get sharenfs storage/backup
NAME            PROPERTY  VALUE                       SOURCE
storage/backup  sharenfs  -maproot=root 192.168.0.12  local

[fcash@megadrive  ~]$ showmount -e
Exports list on localhost:
/storage/backup                    192.168.0.12

--
Freddie Cash
fjwcash@...
_______________________________________________
freebsd-current@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@..."

Re: What is the state of ZFS on FreeBSD?

by Robert Huff :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Artis Caune writes:

>  > 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?
>  
>  yes, please, see
>  http://svn.freebsd.org/viewvc/base?view=revision&revision=197218

        I'd say it's a matter of individual risk tolerance and how well
one knows ZFS.
        Reading questions@, current@, and hackers@, there are many
people happily running ZFS.  But it's also generating _at least_ 10x
the queries and problems of ufs, ext?fs, ntfs/msdosfs, and nfs put
together.  Much of that is "Can I X?" or "How do I X?" ... and the
rest isn't.
        My personal take: ZFS has been out there for less than five
years (according to Wikipedia) and is still in the steep part of the
development curve.  I'll wait until it has a few more gigadays under
its belt before betting the ranch.


                                Robert Huff

_______________________________________________
freebsd-current@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@..."

Re: What is the state of ZFS on FreeBSD?

by Matthew D. Fuller :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, Nov 06, 2009 at 08:09:17AM -0500 I heard the voice of
Robert Huff, and lo! it spake thus:
>
> I'll wait until it has a few more gigadays under its belt before
> betting the ranch.

A gigaday is 2.74 million years   8-}


--
Matthew Fuller     (MF4839)   |  fullermd@...
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
           On the Internet, nobody can hear you scream.
_______________________________________________
freebsd-current@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@..."

Re: What is the state of ZFS on FreeBSD?

by Robert Huff :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Matthew D. Fuller writes:

>  On Fri, Nov 06, 2009 at 08:09:17AM -0500 I heard the voice of
>  Robert Huff, and lo! it spake thus:
>  >
>  > I'll wait until it has a few more gigadays under its belt before
>  > betting the ranch.
>  
>  A gigaday is 2.74 million years   8-}

        I didn't say "on a single amchine".


                                                Robert Huff

_______________________________________________
freebsd-current@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@..."

Re: What is the state of ZFS on FreeBSD?

by Jaz-8 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have been using a RAIDZ array on FreeBSD 7.0 amd64 since when 7.0
was first released and have been very happy with it. Great performance
and no panics.

2009/11/8 Robert Huff <roberthuff@...>:

> Matthew D. Fuller writes:
>
>>  On Fri, Nov 06, 2009 at 08:09:17AM -0500 I heard the voice of
>>  Robert Huff, and lo! it spake thus:
>>  >
>>  > I'll wait until it has a few more gigadays under its belt before
>>  > betting the ranch.
>>
>>  A gigaday is 2.74 million years   8-}
>
>        I didn't say "on a single amchine".
>
>
>                                                Robert Huff
>
> _______________________________________________
> freebsd-current@... mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe@..."
>
_______________________________________________
freebsd-current@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@..."