Received: with ECARTIS (v1.0.0; list xfs); Mon, 18 Feb 2008 16:48:40 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.0-r574664 (2007-09-11) on oss.sgi.com X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.0-r574664 Received: from larry.melbourne.sgi.com (larry.melbourne.sgi.com [134.14.52.130]) by oss.sgi.com (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with SMTP id m1J0mXpi015338 for ; Mon, 18 Feb 2008 16:48:35 -0800 Received: from boing.melbourne.sgi.com (boing.melbourne.sgi.com [134.14.55.141]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id LAA24321; Tue, 19 Feb 2008 11:48:53 +1100 Message-ID: <47BA2775.1060109@sgi.com> Date: Tue, 19 Feb 2008 11:48:53 +1100 From: Timothy Shimmin User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Jeff Breidenbach CC: Hannes Dorbath , xfs@oss.sgi.com Subject: Re: tuning, many small files, small blocksize References: <47B6ACC5.3030605@theendofthetunnel.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.91.2/5873/Mon Feb 18 14:37:39 2008 on oss.sgi.com X-Virus-Status: Clean X-archive-position: 14510 X-ecartis-version: Ecartis v1.0.0 Sender: xfs-bounce@oss.sgi.com Errors-to: xfs-bounce@oss.sgi.com X-original-sender: tes@sgi.com Precedence: bulk X-list: xfs Jeff Breidenbach wrote: > the kernel before April is painful but I'll do it if important. Presumably > there's no simple way to migrate a non-lazy xfs filesytem to a lazy one. > Dave would know that answer. But on IRIX we used xfs_chver... > Using the +c option one can enable a filesystem to use lazy counters. > Note that you must run xfs_repair(1M) after setting this option to build > the internal state that is required to support this functionality. > > Using the -c option one can disable lazy counters if it is enabled. Note > that you must run xfs_repair(1M) after clearing this option to ensure > that the internal state of the filesystem is consistent. On Linux we have xfs_admin (wrapper around db) and the "version" command in xfs_db. However, it looks like "version" only does: extflg, v2-logs, attr1, attr2, but not lazy sb counters. --Tim