Bug 107518

Summary: bind mount in fstab breaks upgrade
Product: [Fedora] Fedora Reporter: Alexandre Oliva <oliva>
Component: anacondaAssignee: Jeremy Katz <katzj>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: low Docs Contact:
Priority: medium    
Version: rawhideCC: oliva
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: 2004-10-02 20:08:53 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 Alexandre Oliva 2003-10-19 22:25:27 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031014

Description of problem:
The presence of a bind mount in /etc/fstab causes anaconda to fail to mount
them, aborting an attempt to upgrade.
/l/scratch/mirror/mirror /l/mirror              ext3    bind            0 0


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.Add a bind mount to /etc/fstab
2.Boot the installer and choose to upgrade

Actual Results:  It fails to mount it and aborts.

Expected Results:  It should do a bind mount, or at least ignore it.

Additional info:

Comment 1 Jeremy Katz 2003-10-20 23:09:33 UTC
Fixed in CVS (poke me if you want an update disk, or you should just be able to
grab fsset.py from cvs/rawhide anaconda)

Comment 2 Alexandre Oliva 2003-10-25 20:12:31 UTC
'frad the fix didn't work :-(

It still fails to mount and opens a window mentioning the problem.  Last I see
in VT3 is a message from isys.py:mount claiming it's going to attempt to mount
it.  Sorry that it took me so long to test it :-(

Comment 3 Jeremy Katz 2004-09-22 18:39:35 UTC
Does this work with current trees or not?

Comment 4 Alexandre Oliva 2004-10-02 20:08:53 UTC
It works, yay!  Thanks,