From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: with ECARTIS (v1.0.0; list xfs); Thu, 29 May 2008 18:16:15 -0700 (PDT) Received: from cuda.sgi.com (cuda2.sgi.com [192.48.168.29]) by oss.sgi.com (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with ESMTP id m4U1GCQg001659 for ; Thu, 29 May 2008 18:16:12 -0700 Received: from sandeen.net (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id 960211CF51F for ; Thu, 29 May 2008 18:17:05 -0700 (PDT) Received: from sandeen.net (sandeen.net [209.173.210.139]) by cuda.sgi.com with ESMTP id 9yMXrBwsOPEo6xQz for ; Thu, 29 May 2008 18:17:05 -0700 (PDT) Message-ID: <483F5590.30403@sandeen.net> Date: Thu, 29 May 2008 20:17:04 -0500 From: Eric Sandeen MIME-Version: 1.0 Subject: Re: REVIEW: Enhance xfs_repair -P option to disable libxfs xfs_buf_t locking References: <483F4FC7.3060801@sandeen.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: xfs-bounce@oss.sgi.com Errors-to: xfs-bounce@oss.sgi.com List-Id: xfs To: Barry Naujok Cc: "xfs@oss.sgi.com" Barry Naujok wrote: > On Fri, 30 May 2008 10:52:23 +1000, Eric Sandeen > wrote: > >> Barry Naujok wrote: >>> I hope the subject is explanation enough :) >> not really ;) >> >> Hum, if I normally lock why do I not want to lock? Locking good? >> Locking bad? Locking too slow? locking for what? Incoherency ok? Man >> page updates? :) >> > > Ok, man page update: I like it. Thanks! -Eric > --- a/xfsprogs/man/man8/xfs_repair.8 2008-05-30 11:11:41.000000000 +1000 > +++ b/xfsprogs/man/man8/xfs_repair.8 2008-05-30 11:10:24.075877526 +1000 > @@ -91,6 +91,14 @@ > should not modify the filesystem but should only scan the > filesystem and indicate what repairs would have been made. > .TP > +.B \-P > +Disable prefetching of inode and directory blocks. Use this option if > +you find > +.B xfs_repair > +gets stuck and stops proceeding. Interrupting a stuck > +.B xfs_repair > +is safe. > +.TP > .BI \-m " maxmem" > Specifies the approximate maximum amount of memory, in megabytes, to use > for > .BR xfs_repair . > @@ -146,9 +154,6 @@ > outputs its progress every 15 minutes. Reporting is only activated when > ag_stride is enabled. > .TP > -.B \-P > -Disable prefetching of inode and directory blocks. > -.TP > .B \-v > Verbose output. > .TP > >