From owner-freebsd-stable@FreeBSD.ORG Sat Aug 2 21:15:35 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9F8B1065677 for ; Sat, 2 Aug 2008 21:15:35 +0000 (UTC) (envelope-from ebutusov@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.238]) by mx1.freebsd.org (Postfix) with ESMTP id 6A3F28FC1A for ; Sat, 2 Aug 2008 21:15:35 +0000 (UTC) (envelope-from ebutusov@gmail.com) Received: by qb-out-0506.google.com with SMTP id e34so1887182qbe.35 for ; Sat, 02 Aug 2008 14:15:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=5YCXWVZgHmrn4b85jj0IweRYWZEwoRDLTv8o+vMqY6I=; b=M+mkQTf8PUlZvjQxI3HFgon/pMnR/72/5CJ1I0oqWHaxPymqMMkjVx2EJg8CDCrEFZ hT/L0sMHHP/v361AFoxRuwISmyeAUjeeIHDwvUhuv1UUmMvgCruvKvyxth61tLWpl9Fy xcrDHL9h8RtaHMKC/9gT+CW3XYSuusIfegVpQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=MoXoUy61FW8uixGK8RSqnqBAEbKKUWB2N8FvrlR4SXWHNC7c2nUGz2LZCnJYzSret+ rZ0AkOGVuJDWK42qfQLTThoKbr+pNpKCePB0AvQSAxrRrY5v0l152K+wMjFvBY4HIusZ 9ZdjOwEVbTDiHQAjF9PAI682hvntKpmuXmY/Y= Received: by 10.67.15.15 with SMTP id s15mr5140452ugi.28.1217711733054; Sat, 02 Aug 2008 14:15:33 -0700 (PDT) Received: from ?192.168.0.51? ( [195.136.67.137]) by mx.google.com with ESMTPS id 30sm18813237ugf.63.2008.08.02.14.15.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 02 Aug 2008 14:15:32 -0700 (PDT) Message-ID: <4894CE6D.2000204@gmail.com> Date: Sat, 02 Aug 2008 23:15:25 +0200 From: Eugene Butusov User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: FreeBSD-STABLE-LIST Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: 7-STABLE, gjournal and fsck. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2008 21:15:35 -0000 Hi, Recently I've decided to play with gjournal. Main reason was a promise of avoiding full fsck check after unclean shutdown. I've successfuly configured gjournal on existing filesystems (all UFS). And then it happened - my system had a power failure. After boot, it forced me to run fsck manualy. Nothing special, I did it before... But this time it failed on gjournaled disks. So, when I was dropped to the single-user shell, I tried: fsck /dev/ad4s1g.journal It said: CANNOT READ BLK: xxxx CONTINUE? [yn] I typed 'y' and nothing happened. Here is the log: -8<- Aug 2 19:13:43 matrix kernel: GEOM_JOURNAL: Journal 4059706613: ad4s1g contains data. Aug 2 19:13:43 matrix kernel: GEOM_JOURNAL: Journal 4059706613: ad4s1g contains journal. Aug 2 19:13:43 matrix kernel: GEOM_JOURNAL: Journal ad4s1g clean. Aug 2 19:13:43 matrix kernel: GEOM_JOURNAL: Journal 188084099: ad6s1d contains data. Aug 2 19:13:43 matrix kernel: GEOM_JOURNAL: Journal 188084099: ad6s1d contains journal. Aug 2 19:13:43 matrix kernel: GEOM_JOURNAL: Journal ad6s1d clean. Aug 2 19:13:43 matrix kernel: GEOM_JOURNAL: Journal 2559963968: ad6s1e contains data. Aug 2 19:13:43 matrix kernel: GEOM_JOURNAL: Journal 2559963968: ad6s1e contains journal. Aug 2 19:13:43 matrix kernel: GEOM_JOURNAL: Journal ad6s1e clean. ... Aug 2 19:13:43 matrix kernel: ** /dev/ad4s1g.journal Aug 2 19:13:43 matrix kernel: Aug 2 19:13:43 matrix kernel: CANNOT READ BLK: 727112224 Aug 2 19:13:43 matrix kernel: CONTINUE? [yn] Aug 2 19:13:43 matrix kernel: Aug 2 19:13:43 matrix kernel: THE FOLLOWING DISK SECTORS COULD NOT BE READ: 727112224, 727112225, 727112226, 727112227, Aug 2 19:13:43 matrix kernel: /dev/ad4s1g.journal: CANNOT FIGURE OUT FILE SYSTEM PARTITION ->8- After ctrl+d the system tried to continue boot, and again threw me into shell because of the same reason: -8<- Aug 2 19:13:43 matrix kernel: WARNING: R/W mount of /home denied. Filesystem is not clean - run fsck Aug 2 19:13:43 matrix kernel: mount: ->8- Like I mentioned, only gjournaled filesystems failed to pass fsck. Other labels passed. I was in a hurry, because the machine acts as a local file server, and I was standing against the wall, because one of gjournaled disks was the share itself... What I did was mounting gjournaled partitions in ro mode (it warned me that they were not cleanly unmounted) and doing some backup. Then I removed gjournal (gjournal clear, tunefs -J disable) from journaled disks, ran fsck (few errors of type: PARTIALLY ALLOCATED INODE), and then I was able to turn on softupdates back and mount the fs in rw mode. I've double checked the disk's SMART results in case of hardware failure, but they were ok. My question is: what could cause such problem? Why only gjournaled fs are affected? Is there a solution? Best regards, -- _/_/ .. Eugene Butusov _/_/ ... www.devilka.info _/_/ .... ebutusov(at)gmail(dot)com