Bug 457285
| Summary: | Error mounting device VolGroup00/LogVol00 as /: mount failed | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | James Laska <jlaska> | ||||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | rawhide | CC: | 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
James Laska
2008-07-30 17:05:08 UTC
Created attachment 313012 [details]
anaconda-logs.tgz
Created attachment 313013 [details]
Screenshot
I'm seeing this as well on i386, and ppc. 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. wwoods, yeah, that was my error. Urk, sorry. I should stay away from python. Committed and pushed, will rebuild anaconda soon. Seems fixed in anaconda 11.4.1.23. Jim, can you retest and confirm? Will queue this up once a ppc tree is available for testing Verified against http://reducto.install.bos.redhat.com/pungi/f10-alpha.7/10-Alpha/ppc/os which includes anaconda version 11.4.1.23 |