From owner-freebsd-geom@FreeBSD.ORG Thu Jan 4 14:21:43 2007 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF1EB16A403 for ; Thu, 4 Jan 2007 14:21:43 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.240]) by mx1.freebsd.org (Postfix) with ESMTP id 944F813C45B for ; Thu, 4 Jan 2007 14:21:43 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so1758321ana for ; Thu, 04 Jan 2007 06:20:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aZ47XqmSKg0GLFQ/gbJVnbjHU9UF2I1QpAcqOnohmoSWNPQ9zvm3KkEaoS22e66Uu8GBlJJJNejboQ8C+AjguqtWgxNgBRgwZNx1c95G54EyEUvCi5PlMc8VhCkwnsYFp2KfwJli81wFZ7zJyHH6vyGTNPAZ/NjpMkOd/N540yI= Received: by 10.100.37.4 with SMTP id k4mr7440133ank.1167920417971; Thu, 04 Jan 2007 06:20:17 -0800 (PST) Received: by 10.100.136.16 with HTTP; Thu, 4 Jan 2007 06:20:17 -0800 (PST) Message-ID: <6eb82e0701040620w2071876ar2f832775d7a8742a@mail.gmail.com> Date: Thu, 4 Jan 2007 22:20:17 +0800 From: "Rong-en Fan" To: "Eric Anderson" In-Reply-To: <459D045C.6020906@centtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6eb82e0701022200i7a2cb356g358a1938d620e97a@mail.gmail.com> <459D045C.6020906@centtech.com> Cc: freebsd-geom@freebsd.org Subject: Re: gconcat and gpt 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, 04 Jan 2007 14:21:43 -0000 On 1/4/07, Eric Anderson wrote: > On 01/03/07 00:00, Rong-en Fan wrote: > > Hi, > > > > I'm running 6.2-RC1 on an i386 box. I'm testing gjournal patch. > > I found that something is annoying... I use > > > > gconcat label big da1 da2 da3 > > > > and then running gpt on the concat/big device. So, I got > > concat/bigp1, concat/bigp2, ... etc *AND* I also have > > da1p1, da1p2... Well, this is not a problem for normal use. However, > > when I enable gjournal, at boot time, gconcat first activates the > > big one then, gjournal finds there is journal data on da1p1, so > > it uses! Then, da1 is deactivated from gconcat... > > > > My question is, why I got da1p1 when da1 is used by gconcat? > > Did you use gjournal against the da* devices, or the gconcat device? If > you ever used it on the da* devices, the meta data might still be there > confusing things. I use gjournal against gpt'ed gconcat device.