Bug 457285

Summary: Error mounting device VolGroup00/LogVol00 as /: mount failed
Product: [Fedora] Fedora Reporter: James Laska <jlaska>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: rawhideCC: dcantrell, esandeen, jturner, wwoods
Target Milestone: ---   
Target Release: ---   
Hardware: powerpc   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-08-01 16:40:33 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: 446445    
Attachments:
Description Flags
anaconda-logs.tgz
none
Screenshot none

Description James Laska 2008-07-30 17:05:08 UTC
Description of problem:

Attempting to install from
http://reducto.install.bos.redhat.com/pungi/f10-alpha.5/10-Alpha/ppc/os using
VNC shows the following failure while activating the default recommended
partition scheme: http://jlaska.fedorapeople.org/error.png

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

kernel-2.6.27-0.166.rc0.git8.fc10


How reproducible:


Steps to Reproduce:
1. Boot installer on previously installed rawhide system 
2. Activate VNC when prompted
3. Proceed to partitioning
4. Accept defaults, click OK, and activate partitions
  
Actual results:

http://jlaska.fedorapeople.org/error.png

Expected results:
No error

Additional info:

 * This system had 2 luks encrypted block devices from a previous install --
when prompted, I provided the correct passphrase to unlock

 * On the serial console for this system I attempt to mount
/dev/VolGroup00/LogVol00 manually ...

sh-3.2# mount /dev/VolGroup00/LogVol00 /mnt/sysimage
mount: /mnt/sysimage does not contain SELinux labels.
       You just mounted an file system that supports labels which does not
       contain labels, onto an SELinux box. It is likely that confined
       applications will generate AVC messages and not be allowed access to
       this file system.  You can add labels to this file system by executing
       restorecon(8). If you do not want to add labels to this file system,
       you should mount the file system using one of the "context" mount
       option.sh-3.2#

Comment 1 James Laska 2008-07-30 17:05:08 UTC
Created attachment 313012 [details]
anaconda-logs.tgz

Comment 2 James Laska 2008-07-30 17:06:59 UTC
Created attachment 313013 [details]
Screenshot

Comment 3 Jesse Keating 2008-07-30 17:12:42 UTC
I'm seeing this as well on i386, and ppc.

Comment 4 Will Woods 2008-07-30 17:52:11 UTC
Note that the mount message is *not*, technically, a failure - it still gets
mounted and mount seems to return 0. 

I suspect that esandeen's patch:
  https://www.redhat.com/archives/anaconda-devel-list/2008-July/msg00105.html
which changed the mke2fs incantation:
-        self.extraFormatArgs = [ "-j" ]
+        self.extraFormatArgs = [ "-t ext3" ]
might be wrong; I think that might need to be
+        self.extraFormatArgs = [ "-t", "ext3" ]
I'm testing that theory with an updates.img right now.


Comment 5 Eric Sandeen 2008-07-30 17:59:40 UTC
wwoods, yeah, that was my error.

Urk, sorry.  I should stay away from python.

Comment 6 Chris Lumens 2008-07-30 18:05:14 UTC
Committed and pushed, will rebuild anaconda soon.

Comment 7 Will Woods 2008-07-31 19:49:29 UTC
Seems fixed in anaconda 11.4.1.23. Jim, can you retest and confirm?

Comment 8 James Laska 2008-07-31 20:08:08 UTC
Will queue this up once a ppc tree is available for testing

Comment 9 James Laska 2008-08-01 16:40:33 UTC
Verified against
http://reducto.install.bos.redhat.com/pungi/f10-alpha.7/10-Alpha/ppc/os which
includes anaconda version 11.4.1.23