From owner-freebsd-geom@FreeBSD.ORG Wed Jan 18 11:50:09 2012 Return-Path: Delivered-To: freebsd-geom@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB153106564A for ; Wed, 18 Jan 2012 11:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 853798FC13 for ; Wed, 18 Jan 2012 11:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0IBo900044167 for ; Wed, 18 Jan 2012 11:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0IBo9cL044166; Wed, 18 Jan 2012 11:50:09 GMT (envelope-from gnats) Date: Wed, 18 Jan 2012 11:50:09 GMT Message-Id: <201201181150.q0IBo9cL044166@freefall.freebsd.org> To: freebsd-geom@FreeBSD.org From: Vincent Hoffman-Kazlauskas Cc: Subject: Re: kern/164254: [geom] gjournal not stopping on GPT partitions X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vincent Hoffman-Kazlauskas List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2012 11:50:09 -0000 The following reply was made to PR kern/164254; it has been noted by GNATS. From: Vincent Hoffman-Kazlauskas To: bug-followup@FreeBSD.org, grimeton@gmx.net Cc: Subject: Re: kern/164254: [geom] gjournal not stopping on GPT partitions Date: Wed, 18 Jan 2012 09:42:05 +0000 I'm not a maintainer or even a coder but I got bitten by this before. The solution in the sort term is to disable gtpid labels sysctl kern.geom.label.gptid.enable=0 Its somewhat annoying though and while I dont use gptid labels, some people must. an entry in one (all?) of the appropriate geom manpages might be an idea. Vince