Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 01 Jul 2004 05:51:48 -0700 (PDT) Received: from smtp3.mail.be.easynet.net (eshu.mail.be.easynet.net [212.100.160.117]) by oss.sgi.com (8.12.10/8.12.9) with SMTP id i61Cpbgi020179 for ; Thu, 1 Jul 2004 05:51:45 -0700 Received: from bidibule.office.be.easynet.net ([212.100.163.150] helo=bidibule) by smtp3.mail.be.easynet.net with esmtp (Exim 4.34) id 1Bg12O-0003hO-VQ; Thu, 01 Jul 2004 14:51:36 +0200 Received: from [127.0.0.1] (helo=be.easynet.net ident=rb) by bidibule with esmtp (Exim 3.35 #1 (Debian)) id 1Bg12L-0002Qf-00; Thu, 01 Jul 2004 14:51:33 +0200 Message-ID: <40E408D4.5070305@be.easynet.net> Date: Thu, 01 Jul 2004 14:51:32 +0200 From: Raphael Bauduin User-Agent: Mozilla Thunderbird 0.5 (X11/20040208) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eric Sandeen CC: evilninja , linux-xfs@oss.sgi.com Subject: Re: XFS partition problem References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-archive-position: 3577 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: raphael.bauduin@be.easynet.net Precedence: bulk X-list: linux-xfs Eric Sandeen wrote: > On Fri, 25 Jun 2004, Raphael Bauduin wrote: > > >>I've looked at older logs and those messages appeared at a boot of 3 december, also followed by this: >> >>Dec 3 10:18:19 dotnet kernel: Starting XFS recovery on filesystem: sd(8,38) (dev: 8/38) >>Dec 3 10:18:19 dotnet kernel: Ending XFS recovery on filesystem: sd(8,38) (dev: 8/38) >> >>What's the exact meaning of these messages? Does it mean the partition was not cleanly unmounted? > > > that does mean that it was not cleanly unmounted, and it is using > the journal/log for recovery. This is normal xfs operation. > > >>If the partition is not cleanly unmounted at each boot, could it result in a partition error like I had? > > > It should not; xfs is designed to replay the log to get a consistent > filesystem after an unclean shutdown. > > Note that if you point xfs_check or xfs_repair at a filesystem with a > dirty log, you will see inconsistencies - both of these tools require > a clean log to operate. mount/umount to be sure your log is clean. > > -Eric > > Hi, just to give a little update. An xfs_repair worked fine and the partition is working fine. The problem came of this: on this partition, we have several chrooted environments running, and when the server is shut down, all processes in the chrooted env is stopped. That's where the problem was: some processes were not stopped. When running xfs_repair, it outputted messages about unavailable files (ssh.pid and apache.pid), which corresponds to the peocesses that were not stopped cleanly in the chrooted environments..... Everything seems to be running fine now. Raph