Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jan 2007 17:00:10 -0800
From:      "Jeff Mohler" <speedtoys.racing@gmail.com>
To:        Freminlins <freminlins@gmail.com>
Cc:        Chris <chrcoluk@gmail.com>, Jerry McAllister <jerrymc@msu.edu>, Nikolas Britton <nikolas.britton@gmail.com>, FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: is THIS why the 6.2 release seems stalled ?
Message-ID:  <a969fbd10701101700p283cfa8bj2386f9b42c41255a@mail.gmail.com>
In-Reply-To: <eeef1a4c0701101300o612aacfbxe0eca0bcc442ba69@mail.gmail.com>
References:  <45A2805E.7060000@ccstores.com> <20070109222558.GA75695@xor.obsecurity.org> <ef10de9a0701091508k7f1775f7h4c2cdc8c7498e7fc@mail.gmail.com> <20070110003730.GA94711@gizmo.acns.msu.edu> <ef10de9a0701092201x22bc17f2p4434eab0dda58c63@mail.gmail.com> <20070110154436.GA97702@gizmo.acns.msu.edu> <20070110161721.GA68022@mooseriver.com> <3aaaa3a0701100901j119e2566yf1718f140027f7d1@mail.gmail.com> <eeef1a4c0701101300o612aacfbxe0eca0bcc442ba69@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> > 1 - To fix stuff that works in linux but goes to crap in freebsd, one
> > such example is NFS.
>
>
> I don't actually have a problem with FreeBSD and NFS. This is using about
> 20+ clients and 2 NetApp filers. What problem are you having, rather than
> just "goes to crap"?
---
If for example you do a make buildworld or a kernel build (anything
that uses a lot of ../.. to walk the dir structure) you will find that
it is way slower than the same builds on local disk.

The basic reason is that a ../.. walk invalidates cached metadata, and
you end up with a pipe full of getattr's all of the time.  Freebsd-fs
has discussed this a bit, but no fixing is coming soon.  We use linux
to compile builds, we'd like to use Freebsd, but linux on Filers via
NFS is about 3x faster than the same builds on Fbsd to the same filer.
  ../.. baby.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a969fbd10701101700p283cfa8bj2386f9b42c41255a>