Bug 6024

Summary: /tmp/hdimage not unmounted if not enough free space during install
Product: [Retired] Red Hat Linux Reporter: tawood
Component: installerAssignee: Jay Turner <jturner>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1CC: srevivo
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-10-22 19:34:09 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:

Description tawood 1999-10-17 22:43:09 UTC
When installing from a local disk a python scripting error
occurs on a second install attempt if the first install
attempt failed because of a lack of free disk space.

Scenario:

1. Select Packages to install
2. Install Screen determines you need an additional XX MB of
space to proceed.
3. Press <Back> to uncheck some more packages which are not
required
4. Select install and an error occurs because the device is
in use.

Python scripting error and you can select to drop in debug.

---

Work around is to flip to F2 console and manually unmount
the /tmp/hdimage after the installer determined there was
not enough free space to install.

I guess the fix would be to unmount the local disk partition
when it is determined there is not enough space to install.
This should be okay since the only option at this point is
to press <Back>... There are other temporary mounts which
are unmounted automatically... just not the /tmp/hdimage.

The manual unmount worked successful.

If the error occurs... the installer automatically reboots
the machine after shutting everything down.

Comment 1 Jay Turner 1999-10-22 19:34:59 UTC
*** This bug has been marked as a duplicate of 5809 ***