Bug 218499

Summary: shutdown fails
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: distributionAssignee: David Zeuthen <davidz>
Status: CLOSED RAWHIDE QA Contact: Bill Nottingham <notting>
Severity: medium Docs Contact:
Priority: medium    
Version: 6CC: dcantrell, mclasen, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-12-06 00:17:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 217945    
Attachments:
Description Flags
patch for this none

Description Bill Nottingham 2006-12-05 19:19:33 UTC
It loops trying to unmount /sysroot (and /mnt/squashfs).

Both of these should be unmounted during the init/run-init process, with
MNT_DETACH if necessary. This should solve the shutdown problem.

Comment 1 Bill Nottingham 2006-12-05 22:22:34 UTC
Created attachment 142897 [details]
patch for this

This patch umounts the squashfs, and the initial iso9660 root, so that there
are no leftover entries in /proc/mounts that confuse shutdown.

Comment 2 David Zeuthen 2006-12-06 00:17:59 UTC
Committed, thanks!

 http://gitweb.freedesktop.org/?p=users/david/pilgrim.git;a=commitdiff;h=b27e5368966c75cc3901a5e9f393425c69c821bc

I'll spin a new livecd tonight with this fix.