Bug 216410
| Summary: | typo error in iscsi.py | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Tomo Vuckovic <tomo.vuckovic> |
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5.0 | CC: | bdonahue, jlaska, laroche, prarit |
| Target Milestone: | --- | Keywords: | Regression, TestBlocker |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 5.0.0 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-01-23 13:43:30 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 216442 has been marked as a duplicate of this bug. *** *** Bug 216867 has been marked as a duplicate of this bug. *** *** Bug 216868 has been marked as a duplicate of this bug. *** Seeing this in RHEL5-Client-20061128.nightly *** Bug 217508 has been marked as a duplicate of this bug. *** Should be fixed in anaconda-11.1.2.18-1 . Closing out. This has been fixed for some time. |
Not avaible _getNodes in iscsi.yu. def _getNode???(self): if len(self._nodes) == 0: # _getPortal() fills the list, if possible. self._getPortal() return self._nodes portal = property(_getPortal) nodes = property(_getNodes???)