From owner-freebsd-geom@FreeBSD.ORG Tue Oct 24 22:57:57 2006 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC9E316A407 for ; Tue, 24 Oct 2006 22:57:57 +0000 (UTC) (envelope-from antik@bsd.ee) Received: from a5.virtuaal.com (a5.virtuaal.com [195.222.15.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 376D743D4C for ; Tue, 24 Oct 2006 22:57:57 +0000 (GMT) (envelope-from antik@bsd.ee) Received: from pc134.host2.ida.starman.ee ([62.65.241.134] helo=[192.168.2.100]) by a5.virtuaal.com with esmtpsa (SSLv3:AES256-SHA:256) (Exim 4.52) id 1GcVDW-0001DA-AH for freebsd-geom@freebsd.org; Wed, 25 Oct 2006 01:57:54 +0300 From: Andrei Kolu To: freebsd-geom@freebsd.org Date: Wed, 25 Oct 2006 01:57:51 +0300 User-Agent: KMail/1.9.4 References: <20061024152308.GG75746@garage.freebsd.pl> <200610242150.54923.antik@bsd.ee> In-Reply-To: <200610242150.54923.antik@bsd.ee> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610250157.52139.antik@bsd.ee> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - a5.virtuaal.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - bsd.ee X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Updated gjournal patches [20061024]. X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Oct 2006 22:57:57 -0000 I performed performance testing with bonnie++ & blogbench in parallel. # bonnie++ -d /mnt/ad0s4/test -u root -s 8192 -m jump and system freezed on some point and restarted, now I can't mount this partition without fsck-ing first. In /var/log/messages I found this information: Oct 25 01:47:22 PCBSD kernel: WARNING: R/W mount of /mnt/ad0s4 denied. Filesystem is not clean - run fsck Oct 25 01:47:22 PCBSD kernel: WARNING: Expected rawoffset 0, found 113611680 It is usable again after filesystem "cleaning". Why it need fsck- it supposed to be reliable in circumstances like this one?