From owner-freebsd-hackers@FreeBSD.ORG Thu Feb 18 13:21: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 2D36B1065672 for ; Thu, 18 Feb 2010 13:21: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 C06358FC12 for ; Thu, 18 Feb 2010 13:20:58 +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 o1IDKvMW048161 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Thu, 18 Feb 2010 13:20:58 GMT Date: Thu, 18 Feb 2010 13:20:41 +0000 From: Karl Pielorz To: Ivan Voras , freebsd-hackers@freebsd.org Message-ID: In-Reply-To: References: <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 Cc: Subject: Re: 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 13:21:00 -0000 --On 18 February 2010 12:41 +0100 Ivan Voras wrote: >> 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? > > AFAIK ZFS allocates inodes when needed so df -i reports the previously > allocated value. The number of available inodes should automatically > grow as you add more files. Fantastic! Thanks for the clarification - I though it'd be something like that, but thought I'd better check before running out, Regards, -Karl