From owner-freebsd-stable@FreeBSD.ORG Wed Mar 11 02:31:51 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49565106566B for ; Wed, 11 Mar 2009 02:31:51 +0000 (UTC) (envelope-from andrew@modulus.org) Received: from email.octopus.com.au (email.octopus.com.au [122.100.2.232]) by mx1.freebsd.org (Postfix) with ESMTP id 09BDC8FC18 for ; Wed, 11 Mar 2009 02:31:50 +0000 (UTC) (envelope-from andrew@modulus.org) Received: by email.octopus.com.au (Postfix, from userid 1002) id ADE7117E7A; Wed, 11 Mar 2009 13:31:59 +1100 (EST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on email.octopus.com.au X-Spam-Level: X-Spam-Status: No, score=-1.4 required=10.0 tests=ALL_TRUSTED autolearn=failed version=3.2.3 Received: from [10.1.50.60] (ppp121-44-4-80.lns10.syd7.internode.on.net [121.44.4.80]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: admin@email.octopus.com.au) by email.octopus.com.au (Postfix) with ESMTP id 9FAF217314; Wed, 11 Mar 2009 13:31:55 +1100 (EST) Message-ID: <49B72201.7050409@modulus.org> Date: Wed, 11 Mar 2009 13:29:21 +1100 From: Andrew Snow User-Agent: Thunderbird 2.0.0.14 (X11/20080523) MIME-Version: 1.0 To: Ivan Voras , freebsd-stable@freebsd.org References: <9bbcef730903101927l3134ce66vf959354914fe4754@mail.gmail.com> In-Reply-To: <9bbcef730903101927l3134ce66vf959354914fe4754@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Performance with hundreds of nullfs mounts? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Mar 2009 02:31:51 -0000 Ivan Voras wrote: > I seem to remember hearing an anecdote somewhere that using hundreds > (or thousands?) nullfs mounts for jails results in unreasonably bad > file system access performance. Does somebody have this kind of setup > / is it true? I'm using about several readonly nullfs mounts per jail: usr, bin sbin, lib, libexec, with ~20 jails per machine, and the speed is just fine, on 7.0-STABLE. - Andrew