From owner-freebsd-stable@FreeBSD.ORG Wed Sep 12 03:23:24 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40D311065672 for ; Wed, 12 Sep 2012 03:23:24 +0000 (UTC) (envelope-from wollman@hergotha.csail.mit.edu) Received: from hergotha.csail.mit.edu (wollman-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:ccb::2]) by mx1.freebsd.org (Postfix) with ESMTP id E9D0D8FC0C for ; Wed, 12 Sep 2012 03:23:23 +0000 (UTC) Received: from hergotha.csail.mit.edu (localhost [127.0.0.1]) by hergotha.csail.mit.edu (8.14.5/8.14.5) with ESMTP id q8C3NHc0002411; Tue, 11 Sep 2012 23:23:17 -0400 (EDT) (envelope-from wollman@hergotha.csail.mit.edu) Received: (from wollman@localhost) by hergotha.csail.mit.edu (8.14.5/8.14.4/Submit) id q8C3NGs4002410; Tue, 11 Sep 2012 23:23:16 -0400 (EDT) (envelope-from wollman) Date: Tue, 11 Sep 2012 23:23:16 -0400 (EDT) From: Garrett Wollman Message-Id: <201209120323.q8C3NGs4002410@hergotha.csail.mit.edu> To: niobos@dest-unreach.be In-Reply-To: <504F4049.9080801@dest-unreach.be> Organization: none X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (hergotha.csail.mit.edu [127.0.0.1]); Tue, 11 Sep 2012 23:23:17 -0400 (EDT) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=disabled version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on hergotha.csail.mit.edu Cc: stable@freebsd.org Subject: Re: Kernel panic with geom_multipath + ZFS X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 03:23:24 -0000 In article <504F4049.9080801@dest-unreach.be>, niobos@dest-unreach.be writes: > >I'm under the illusion that I've found a bug in the FreeBSD kernel, but >since I'm new to FreeBSD, a quiet voice tells me it's probably a case of >"you're doing it wrong". Nope. It's a known bug in the version of geom_multipath that shipped with FreeBSD 9.0. It's fixed in 9.1. -GAWollman