Bug 436480
| Summary: | NameError: global name 'partitionObjectsInitialize' is not defined | ||||||
|---|---|---|---|---|---|---|---|
| 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: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 9 | CC: | jturner | ||||
| 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: | 2008-06-21 20:16:06 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: | |||||||
| Attachments: |
|
||||||
Created attachment 297189 [details]
anacdump.txt
Fixed in git Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping |
Description of problem: Adding an iSCSI remote drive while in text-mode tracebacks Version-Release number of selected component (if applicable): anaconda-11.4.0.48-1 How reproducible: 100% Steps to Reproduce: 1. Start text mode install 2. At drive selection, press <F2> to add a drive 3. Select to add an iSCSI volume 4. Enter valid IQN and Target IP for an iSCSI volume Actual results: anaconda 11.4.0.48 exception report Traceback (most recent call first): File "/usr/lib/anaconda/textw/partition_text.py", line 1587, in __call__ partitionObjectsInitialize(anaconda) File "/usr/lib/anaconda/text.py", line 678, in run rc = win(self.screen, instance) File "/usr/bin/anaconda", line 1073, in <module> anaconda.intf.run(anaconda) NameError: global name 'partitionObjectsInitialize' is not defined Somehow the definition of partitionObjectsInitialize() in partitions.py isn't making it into textw/parition_text.py. Missing import? Expected results: No traceback Additional info: Have not yet tested on any other platforms, but I don't suspect this is platform specific