From owner-freebsd-geom@FreeBSD.ORG Mon Feb 22 16:54:11 2010 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 529EB1065694 for ; Mon, 22 Feb 2010 16:54:11 +0000 (UTC) (envelope-from freebsd@chillt.de) Received: from dd15624.kasserver.com (dd15624.kasserver.com [85.13.136.215]) by mx1.freebsd.org (Postfix) with ESMTP id 135568FC16 for ; Mon, 22 Feb 2010 16:54:10 +0000 (UTC) Received: from [192.168.8.150] (84-203-79-36.mysmart.ie [84.203.79.36]) by dd15624.kasserver.com (Postfix) with ESMTP id 9BEDC2C1FFFC2; Mon, 22 Feb 2010 17:31:52 +0100 (CET) Message-ID: <4B82B181.90707@chillt.de> Date: Mon, 22 Feb 2010 16:32:01 +0000 From: Bartosz Fabianowski User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.7) Gecko/20100120 Shredder/3.0.1 MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <4B80CEE3.80909@fabianowski.eu> <20100221082508.GL1617@garage.freebsd.pl> In-Reply-To: <20100221082508.GL1617@garage.freebsd.pl> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-geom@freebsd.org Subject: Re: gjournal failing to do its job 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: Mon, 22 Feb 2010 16:54:11 -0000 > File system should be placed directly on .journal provider. > Please consult EXAMPLES section in gjournal(8). Thanks for clarifying that. I re-created all file systems with separate journals. Part of my question still stands though: Is there any way to tell whether a journal-enabled UFS file system (one created with the -J flag or with journaling enabled via tunefs) is actually properly residing on a gjournal provider? One can always find out the hard way - yank the power cable and see whether the journal works. But should there not be a way to verify that as far as GEOM and the file system layer are concerned, everything is set up correctly? - Bartosz