Bug 196316
| Summary: | anaconda exception: iscsi instance has no attribute 'ipaddr' | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Doug Chapman <dchapman> |
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
| Status: | CLOSED RAWHIDE | QA Contact: | Mike McLean <mikem> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | rawhide | Keywords: | Regression |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | ia64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-06-22 15:21:10 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: | 163350 | ||
Fixed in today's rawhide (anaconda-11.1.0.47) |
Description of problem: During an install of rawhide on ia64 anaconda dies with: Traceback (most recent call last): File "/usr/bin/anaconda", line 962, in ? anaconda.intf.run(anaconda) File "/usr/lib/anaconda/text.py", line 535, in run anaconda.dispatch.gotoNext() File "/usr/lib/anaconda/dispatch.py", line 122, in gotoNext self.moveStep() File "/usr/lib/anaconda/dispatch.py", line 199, in moveStep rc = stepFunc(self.anaconda) File "/usr/lib/anaconda/partitioning.py", line 51, in partitionObjectsInitialize anaconda.id.iscsi.startup(anaconda.intf) File "/usr/lib/anaconda/iscsi.py", line 92, in startup log.info("iSCSI IP address %s, port %s" % (self.ipaddr, self.port)) AttributeError: iscsi instance has no attribute 'ipaddr' Entering debugger... > /usr/lib/anaconda/iscsi.py(92)startup() -> log.info("iSCSI IP address %s, port %s" % (self.ipaddr, self.port)) (Pdb) I don't know of a workaround so this blocks rawhide testing on my ia64 systems. I imagine it isn't just ia64 however. Version-Release number of selected component (if applicable): rawhide-20060621 anaconda-11.1.0.46-1 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: