From owner-freebsd-geom@FreeBSD.ORG Thu Aug 28 15:06:00 2008 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 225F91065670 for ; Thu, 28 Aug 2008 15:06:00 +0000 (UTC) (envelope-from bjmccann@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.236]) by mx1.freebsd.org (Postfix) with ESMTP id E98A58FC19 for ; Thu, 28 Aug 2008 15:05:59 +0000 (UTC) (envelope-from bjmccann@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so558143rvf.43 for ; Thu, 28 Aug 2008 08:05:59 -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:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=SjNKx4bOSBLl06LHt+ARFvEfoz8T7mjOjALz3HfaNMg=; b=MoiJZs8DrsJsfeg9jGw4P2R5Xtyh/ZxQfxe2oM2iwqv8JZXEYOC4/zT5T2euzn7uKu vRCEocuEvGLlZRFvFpGScVDehSTWwjIw557Z8wdJ6QNst7KBtelyjR4zrJDKyy34Bl20 4UaVyOCIpa/Vkzqm/nWqEr26zzuW0OGHWeD2s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=CUL6bVYcsdYokEa8ngwxSPXKUrSeyZdi1K6foBOMyjWIUnZfGuqhswJMEmJpVjOMts f0sl9sXbU4Ux6itfbmIB4T0L2hWlFRJQweKKIeQtUqIRFjgXZtEEiLLw9JB8HQnmuGqb FIKUIb59GLsmXkRoAkYd/tu0Hl3lEmbv7BJuA= Received: by 10.141.142.15 with SMTP id u15mr817214rvn.51.1219935959595; Thu, 28 Aug 2008 08:05:59 -0700 (PDT) Received: by 10.140.207.5 with HTTP; Thu, 28 Aug 2008 08:05:59 -0700 (PDT) Message-ID: <2b5f066d0808280805t4c5f7051i60d02c7396c5f06d@mail.gmail.com> Date: Thu, 28 Aug 2008 11:05:59 -0400 From: "Brian McCann" To: "Ivan Voras" In-Reply-To: <2b5f066d0808280803ibca3f61xbb167bce384f228@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2b5f066d0808280705y3454c188v768efe46b388864b@mail.gmail.com> <2b5f066d0808280743g69c32d1rd30aee0ca276125@mail.gmail.com> <2b5f066d0808280803ibca3f61xbb167bce384f228@mail.gmail.com> Cc: freebsd-questions@freebsd.org, freebsd-geom@freebsd.org Subject: Re: gjournal & fsck 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: Thu, 28 Aug 2008 15:06:00 -0000 On Thu, Aug 28, 2008 at 11:03 AM, Brian McCann wrote: > On Thu, Aug 28, 2008 at 10:51 AM, Ivan Voras wrote: >> >> Does gjournal complain about your drive, for example that it doesn't >> support BIOFLUSH? > > Actually yes...I meant to post them in my last message, but hit send > too early...here's my output from boot (from dmesg.boot) > > GEOM_JOURNAL: Journal 478661671: da1 contains data. > GEOM_JOURNAL: Journal 478661671: da1 contains journal. > GEOM_JOURNAL: Journal da1 clean. > (da1:mly0:4:1:0): SYNCHRONIZE CACHE. CDB: 35 0 0 0 0 0 0 0 0 0 > (da1:mly0:4:1:0): CAM Status: SCSI Status Error > (da1:mly0:4:1:0): SCSI Status: Check Condition > (da1:mly0:4:1:0): ILLEGAL REQUEST asc:24,0 > (da1:mly0:4:1:0): Invalid field in CDB > (da1:mly0:4:1:0): Unretryable error > GEOM_JOURNAL: BIO_FLUSH not supported by da1. > GEOM_JOURNAL: Journal 3065355517: da2 contains data. > GEOM_JOURNAL: Journal 3065355517: da2 contains journal. > GEOM_JOURNAL: Journal da2 clean. > (da2:mly1:4:0:0): SYNCHRONIZE CACHE. CDB: 35 0 0 0 0 0 0 0 0 0 > (da2:mly1:4:0:0): CAM Status: SCSI Status Error > (da2:mly1:4:0:0): SCSI Status: Check Condition > (da2:mly1:4:0:0): ILLEGAL REQUEST asc:24,0 > (da2:mly1:4:0:0): Invalid field in CDB > (da2:mly1:4:0:0): Unretryable error > GEOM_JOURNAL: BIO_FLUSH not supported by da2. > >> >> Also, did fsck actually do something when it was started (did it find >> anything corrupted)? >> > No...it didn't find anything wrong / anything to fix. (and one of the > file systems was being written to at the time...so at least journaling > appears to be working) Something else I noticed...Manolis' article > says it should say "journal xxxx consistent"...whereas mine says > "Journal xxxx clean". I don't know what the differences mean, or what > the BIO_FLUSH means...but I'm hoping you can tell me. :) > > Thanks again! > --Brian > I should probably also mention that this is on a Mylex 2000 RAID controller...with a RAID-5 array and using write-caching. Thanks --Brian