Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Oct 2012 03:02:31 GMT
From:      Garrett Cooper <yanegomi@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/172348: [unionfs] umount -f of filesystem in use with readonly backed filesystem results in panic
Message-ID:  <201210050302.q9532VHv094720@red.freebsd.org>
Resent-Message-ID: <201210050310.q953A5vI065287@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210050302.q9532VHv094720>