From owner-freebsd-geom@FreeBSD.ORG Mon Apr 19 02:11:12 2010 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 606AC106564A for ; Mon, 19 Apr 2010 02:11:12 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1A1468FC0A for ; Mon, 19 Apr 2010 02:11:11 +0000 (UTC) Received: by gwb1 with SMTP id 1so849719gwb.13 for ; Sun, 18 Apr 2010 19:11:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:received:message-id:subject :from:to:cc:content-type; bh=vMXy07Y5sOgNsUENCQn4KLu5bN0UMzkcTjTNkJEpm7A=; b=Z6t/foZP2PQljxptTPw16uKvesFv0JptgJSj0RfGhAbv13n/m6xidnJVFSlZ6rhA6p kFW1SmKPeHdD6JXwNq/TactfLE4asrtgQLFBAH+RfDsd+ivQC2OJ2rOqP/htTVcdj26E i290A5gfUDNqeL/akp7H5ftR05XM2684rb5hM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=X6HJ2g7ChI4Xtm2oeaQHAIoJE6vYY+t3tBfJIVwACvU+QIeHpB5M6NEKk/j+bm/CfQ t+ZnsSuQjQwA258L7E9QQweTcBo5/2lGMFK13SPli85IGfK/1GWl59a4bzy05sg18tKm hgDWSgeBbvsGLfZajFDAQluUjEUCEyixQpJJI= MIME-Version: 1.0 Sender: yanegomi@gmail.com Received: by 10.231.183.17 with HTTP; Sun, 18 Apr 2010 18:48:59 -0700 (PDT) In-Reply-To: <201004190110.o3J1A0Fo084788@freefall.freebsd.org> References: <201004190109.o3J192F4002235@www.freebsd.org> <201004190110.o3J1A0Fo084788@freefall.freebsd.org> Date: Sun, 18 Apr 2010 18:48:59 -0700 X-Google-Sender-Auth: 893f81de1a0a7605 Received: by 10.101.210.33 with SMTP id m33mr8567564anq.13.1271641739923; Sun, 18 Apr 2010 18:48:59 -0700 (PDT) Message-ID: From: Garrett Cooper To: bug-followup Content-Type: text/plain; charset=ISO-8859-1 Cc: geom@freebsd.org, mav@freebsd.org Subject: Re: kern/145818: [geom] geom_stat_open showing cached information for non-present iso 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: Mon, 19 Apr 2010 02:11:12 -0000 I did some more tracking down of this issue and the problem is with the cached data being reported by devstat(9) -- somehow when the device is being detached it's not properly reporting that it needs to be removed in geom(4). I'm a bit stuck after that, but it does appear to be a communication issue between [atapi]cam(4) and geom(4). Thanks, -Garrett