From owner-freebsd-fs@FreeBSD.ORG Mon May 2 19:15:19 2011 Return-Path: Delivered-To: fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B8D01065673; Mon, 2 May 2011 19:15:19 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-annu.mail.uoguelph.ca (esa-annu.mail.uoguelph.ca [131.104.91.36]) by mx1.freebsd.org (Postfix) with ESMTP id EC2558FC12; Mon, 2 May 2011 19:15:18 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApwEALABv02DaFvO/2dsb2JhbACEUaIyiHGoF5A6gSqDVYEBBI55jj4 X-IronPort-AV: E=Sophos;i="4.64,303,1301889600"; d="scan'208";a="119343900" Received: from erie.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.206]) by esa-annu-pri.mail.uoguelph.ca with ESMTP; 02 May 2011 15:15:18 -0400 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id 06A5EB3F7E; Mon, 2 May 2011 15:15:18 -0400 (EDT) Date: Mon, 2 May 2011 15:15:18 -0400 (EDT) From: Rick Macklem To: Bruce Evans Message-ID: <433279102.889960.1304363717963.JavaMail.root@erie.cs.uoguelph.ca> In-Reply-To: <20110503020940.N2001@besplex.bde.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.91.202] X-Mailer: Zimbra 6.0.10_GA_2692 (ZimbraWebClient - IE7 (Win)/6.0.10_GA_2692) Cc: rmacklem@FreeBSD.org, fs@FreeBSD.org Subject: Re: newnfs client and statfs X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2011 19:15:19 -0000 > > > I'll try and make my Solaris10 box get to -ve frees and then see > > what > > it puts on the wire. After that, I'll start a discussion on > > freebsd-fs@ > > about how they think a FreeBSD server should behave when f_bavail > > and/or > > f_ffree are negative. > > The result on Solaris would be interesting. Does Solaris still support > ffs? You said later that you couldn't get it to generate negative > values. > It has some variation of FFS with logging, which is what I use. Writing a file as root fails with "no space" when "df" reports about 7000blocks free. (I have no idea why it stops at around 7000. Something to do with the log, maybe?) Anyhow, it doesn't report negative values and all the fields in what they call "struct statfvs" are unsigned numbers, including bavail. rick