From owner-freebsd-geom@FreeBSD.ORG Mon Jan 24 08:20:13 2011 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 D40501065693 for ; Mon, 24 Jan 2011 08:20:13 +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 A93608FC15 for ; Mon, 24 Jan 2011 08:20:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0O8KDVP094582 for ; Mon, 24 Jan 2011 08:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0O8KDgY094580; Mon, 24 Jan 2011 08:20:13 GMT (envelope-from gnats) Date: Mon, 24 Jan 2011 08:20:13 GMT Message-Id: <201101240820.p0O8KDgY094580@freefall.freebsd.org> To: freebsd-geom@FreeBSD.org From: "Andrey V. Elsukov" Cc: Subject: Re: kern/154226: [geom] GEOM label does not change when you modify them X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Andrey V. Elsukov" List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2011 08:20:13 -0000 The following reply was made to PR kern/154226; it has been noted by GNATS. From: "Andrey V. Elsukov" To: bug-followup@FreeBSD.org, universite@ukr.net Cc: Subject: Re: kern/154226: [geom] GEOM label does not change when you modify them Date: Mon, 24 Jan 2011 10:41:17 +0300 Hello, It is known problem. GPT labels located in the GPT table and when you doing modify of GPT label it does not touch ad18p1 provider and it will not be retasted. And label changes will not be visible for GEOM_LABEL class. As workaround you can run this command: # true > /dev/ad18p1 This does initiate retasting for ad18p1. -- WBR, Andrey V. Elsukov