From owner-freebsd-fs@FreeBSD.ORG Sat Apr 30 22:34:17 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 CC8A71065670; Sat, 30 Apr 2011 22:34:17 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 236388FC13; Sat, 30 Apr 2011 22:34:16 +0000 (UTC) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id p3UMYCLU056123 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 1 May 2011 01:34:12 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4) with ESMTP id p3UMYCkk021119; Sun, 1 May 2011 01:34:12 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4/Submit) id p3UMYCx8021118; Sun, 1 May 2011 01:34:12 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sun, 1 May 2011 01:34:12 +0300 From: Kostik Belousov To: fs@freebsd.org Message-ID: <20110430223412.GS48734@deviant.kiev.zoral.com.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BT+d3GSIvIc4kUSA" Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, DNS_FROM_OPENWHOIS autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: rmacklem@freebsd.org Subject: 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: Sat, 30 Apr 2011 22:34:17 -0000 --BT+d3GSIvIc4kUSA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I just netbooted fresh GENERIC (with irrelevant local patch) over the pxe, and got the following: # df -h=20 Filesystem Size Used = Avail Capacity Mounted on 192.168.102.110:/usr/home/kostik/build/bsd/DEV/netboot/x -267G 130G = -539G -32% / On the server side, it is up-to-date stable/8 with oldnfs server, export is /dev/ada1p2 1.8T 129G 1.5T 8% /usr/home Do we have some long-typed var lurking in new nfs client code, instead of off_t ? I am almost sure this is nfs problem, since I booted i386 in the same setup month ago, and did not had the compaints from sendmail about low space on spool (which is why I noted this issue now). amd64 kernel (with nfscl loaded as module) correctly reports 192.168.102.110:/usr/home/kostik/build/bsd/DEV/netboot/x 1.8T 129G = 1.5T 8% / --BT+d3GSIvIc4kUSA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iEYEARECAAYFAk28jmMACgkQC3+MBN1Mb4hZxwCg89/HbS/WU3yskGBVYiUXCHya dvkAoKBBvFuEF9BiCqYUD3MLOHH513OT =PMDF -----END PGP SIGNATURE----- --BT+d3GSIvIc4kUSA--