From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 30 18:50:06 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DAE7106564A for ; Tue, 30 Sep 2008 18:50:06 +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 6C8368FC1A for ; Tue, 30 Sep 2008 18:50:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8UIo6GK040654 for ; Tue, 30 Sep 2008 18:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8UIo615040653; Tue, 30 Sep 2008 18:50:06 GMT (envelope-from gnats) Date: Tue, 30 Sep 2008 18:50:06 GMT Message-Id: <200809301850.m8UIo615040653@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Harald Hanche-Olsen Cc: Subject: Re: kern/119868: [zfs] 7.0 kernel panic during boot with ZFS and WD1600JS X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harald Hanche-Olsen List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2008 18:50:06 -0000 The following reply was made to PR kern/119868; it has been noted by GNATS. From: Harald Hanche-Olsen To: bug-followup@FreeBSD.org, johan@giantfoo.org Cc: Subject: Re: kern/119868: [zfs] 7.0 kernel panic during boot with ZFS and WD1600JS Date: Tue, 30 Sep 2008 20:41:23 +0200 (CEST) I just had my biggest "duh" moment in a veeery long time. The above two "contributions" to this PR can probably be ignored. For the curious: I intended to do #; gpt create -f da2 #; gpt add -t 6a898cc3-1dd2-11b2-99a6-080020736631 da2 #; zpool create poolname da2p1 but apparently, I created the pool on da2 instead, partially overwriting the GPT. And I managed to do this (count 'em) no less than THREE times! Like I said, DUH, and my apologies for the noise. Maybe we could turn the noise into a feature request: Perhaps zpool should be smart enough to recognize that the user is about to shoot his own foot and refuse to cooperate? - Harald