From owner-freebsd-bugs@FreeBSD.ORG Fri Oct 5 03:10:05 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D46C01065792 for ; Fri, 5 Oct 2012 03:10:05 +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 8FD7F8FC14 for ; Fri, 5 Oct 2012 03:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q953A5rw065288 for ; Fri, 5 Oct 2012 03:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q953A5vI065287; Fri, 5 Oct 2012 03:10:05 GMT (envelope-from gnats) Resent-Date: Fri, 5 Oct 2012 03:10:05 GMT Resent-Message-Id: <201210050310.q953A5vI065287@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Garrett Cooper Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E1331106564A for ; Fri, 5 Oct 2012 03:02:31 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id CAF668FC0C for ; Fri, 5 Oct 2012 03:02:31 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q9532Vqc094721 for ; Fri, 5 Oct 2012 03:02:31 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q9532VHv094720; Fri, 5 Oct 2012 03:02:31 GMT (envelope-from nobody) Message-Id: <201210050302.q9532VHv094720@red.freebsd.org> Date: Fri, 5 Oct 2012 03:02:31 GMT From: Garrett Cooper To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/172348: [unionfs] umount -f of filesystem in use with readonly backed filesystem results in panic X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2012 03:10:06 -0000 >Number: 172348 >Category: kern >Synopsis: [unionfs] umount -f of filesystem in use with readonly backed filesystem results in panic >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 05 03:10:05 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Garrett Cooper >Release: 9.0-RELEASE >Organization: EMC Isilon >Environment: Standard amd64 CD image >Description: The following resulted in a vary quick kernel panic when booted from the livecd (again, I goofed up the arguments order): - mount_unionfs /var /tmp/var - dhclient em0 - umount /var - umount -f /var - killall dhclient - mount_unionfs /tmp/var /var # EBADF - mount_unionfs /tmp/var /var # EBADF - Try to inspect /var and BAM kernel panic. I assume that it was trying to consolidate the outstanding changes to em0.leases, etc and because the unionfs mountpoint went away, things got unhappy really quickly on the UFS side. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: