From owner-freebsd-geom@FreeBSD.ORG Tue Jan 13 12:34:52 2009 Return-Path: Delivered-To: geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEAAB1065702 for ; Tue, 13 Jan 2009 12:34:52 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.9.129]) by mx1.freebsd.org (Postfix) with ESMTP id 8639E8FC0C for ; Tue, 13 Jan 2009 12:34:52 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id 9068B73098; Tue, 13 Jan 2009 13:21:11 +0100 (CET) Date: Tue, 13 Jan 2009 13:21:11 +0100 From: Luigi Rizzo To: geom@freebsd.org, Luigi Rizzo Message-ID: <20090113122111.GA89189@onelab2.iet.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: geom 'taste' vs. manual creation ? 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: Tue, 13 Jan 2009 12:34:53 -0000 geom(4) says: A geom which came into being as a result of a normal taste operation should self-destruct... Now I wonder: does the GEOM infrastructure record whether a geom has been created by a 'taste' call, or manually through a 'geom xxx create ..', or this info should be managed directly by the individual implementation ? cheers luigi