From owner-freebsd-hackers@FreeBSD.ORG Mon Jan 23 18:56:56 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 432D6106566C for ; Mon, 23 Jan 2012 18:56:56 +0000 (UTC) (envelope-from emaste@freebsd.org) Received: from mail1.sandvine.com (Mail1.sandvine.com [64.7.137.134]) by mx1.freebsd.org (Postfix) with ESMTP id F3F658FC14 for ; Mon, 23 Jan 2012 18:56:55 +0000 (UTC) Received: from labgw2.phaedrus.sandvine.com (192.168.222.22) by WTL-EXCH-1.sandvine.com (192.168.196.31) with Microsoft SMTP Server id 14.1.339.1; Mon, 23 Jan 2012 13:46:08 -0500 Received: by labgw2.phaedrus.sandvine.com (Postfix, from userid 10332) id C691A33C02; Mon, 23 Jan 2012 13:46:08 -0500 (EST) Date: Mon, 23 Jan 2012 13:46:08 -0500 From: Ed Maste To: Garrett Cooper Message-ID: <20120123184604.GA5939@sandvine.com> References: <009501ccd9f9$cad088d0$60719a70$@fisglobal.com> <1327343079.69022.87.camel@revolution.hippie.lan> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: freebsd-hackers@freebsd.org Subject: Re: Parallels v4 regression (aka ada(4) oddity) in RELENG_9 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2012 18:56:56 -0000 On Mon, Jan 23, 2012 at 10:32:59AM -0800, Garrett Cooper wrote: > It's better to be methodical and delete all of the partitions and > create the table from scratch. I've run into reproducible cases in the > past where just doing gpart destroy -F for instance [on 9.0-BETA1+ > media] didn't work because geom retasted the partition tables and > slices. Do you have the reproduction steps documented somewhere (and if not, can you write them up)? In order to have working automated installs we need to be able to unconditionally reinit a drive w/o having behavoiur depend on what happens to be left behind. -Ed