From owner-freebsd-hackers@FreeBSD.ORG Thu Feb 18 10:50:00 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECC9C106566C for ; Thu, 18 Feb 2010 10:50:00 +0000 (UTC) (envelope-from kpielorz_lst@tdx.co.uk) Received: from mail.tdx.com (mail.tdx.com [62.13.128.18]) by mx1.freebsd.org (Postfix) with ESMTP id 761018FC1F for ; Thu, 18 Feb 2010 10:50:00 +0000 (UTC) Received: from HPQuadro64.dmpriest.net.uk (HPQuadro64.dmpriest.net.uk [62.13.130.30]) (authenticated bits=0) by mail.tdx.com (8.14.3/8.14.3/Kp) with ESMTP id o1IAc6Xo034305 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Thu, 18 Feb 2010 10:38:06 GMT Date: Thu, 18 Feb 2010 10:37:50 +0000 From: Karl Pielorz To: freebsd-hackers@freebsd.org Message-ID: <0AC6C93D50BE19A97047BAE3@HPQuadro64.dmpriest.net.uk> X-Mailer: Mulberry/4.0.8 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: ZFS'inodes' (as reported by 'df -i') running out? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2010 10:50:01 -0000 Hi All, I originally posted this in freebsd-fs - but didn't get a reply... I have a number of systems (mostly 7.2-S/amd64) running ZFS. Some of these handle millions of files. I've noticed recently, according to "df -i" I'm starting to run out of inodes on some of them (96% used). e.g. " Filesystem iused ifree %iused Mounted on vol/imap 1726396 69976 96% /vol/imap " I know ZFS doesn't have inodes (think they're znodes), and is capable of handling more files than you can probably sensibly think about on a filesystem - but is "df -i" just getting confused, or do I need to be concerned? Thanks, -Karl