Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 133379
Summary: | Installer creates incorrect device inode names for detected partitions | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | David Zambonini <redhat-e27> | ||||||||||
Component: | anaconda | Assignee: | Jeremy Katz <katzj> | ||||||||||
Status: | CLOSED RAWHIDE | QA Contact: | Mike McLean <mikem> | ||||||||||
Severity: | medium | Docs Contact: | |||||||||||
Priority: | medium | ||||||||||||
Version: | 3 | CC: | nobody+pnasrat | ||||||||||
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: | 2004-09-29 01:26:38 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: | 123268, 133652 | ||||||||||||
Attachments: |
|
Description
David Zambonini
2004-09-23 16:48:47 UTC
Created attachment 104199 [details]
Suggested fix
Instead of excluding devices that don't have the form c?d?p?, just include
those that do.
Created attachment 104200 [details]
Exclude recognising i2o controller as "c?d?p?" format
less likely to break exisiting anaconda behaviour? NB - neither of these
patches have been tested, I don't currently have a build system capable of
generating the latest anaconda, so take as "simple one line suggestions,
untested" - I'm not even sure if this *is* the problem!
Once I have a build system up and running, I can test and verify further if
required.
Created attachment 104201 [details]
Exclude recognising i2o controller as "c?d?p?" format
either/or - this one is less likely to break exisiting anaconda behaviour. NB -
neither of these patches have been tested, I don't currently have a build
system capable of generating the latest anaconda, so take as "simple one line
suggestions, untested" - I'm not even sure if this *is* the problem!
Once I have a build system up and running, I can test and verify further if
required.
Created attachment 104231 [details]
Revised fix
Apologies - it looks like the bug is actually in iutil.py -
makeDriveDeviceNodes() is erroneously explicitly adding a 'p' seperator to i2o
hard drive device nodes - rather than take a shotgun-in-the-dark approach, I'll
just offer one more suggested patch to this, will confirm after I have a
platform capable of rebuilding FC3t2 and/or CVS anaconda.
A combination of the patches in comment #3 and comment #4 look right to me. Applied in CVS. (I don't have hardware to test, unfortunately -- you should be able to use an updates.img where you just copy the updated python files to a floppy and boot with 'linux updates' to test the patch in comment #4. #3 is definitely right) Yup, the suggestion in comment #2 was incorrect - directory seperator should follow, not proceed device directories in the substring match. That aside - using an update floppy I can confirm that the python update fixes the problem, so that's alright then. =) Original reporter confirmed the fix. closing as resolution rawhide |