Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
For bugs related to Red Hat Enterprise Linux 5 product line. The current stable release is 5.10. For Red Hat Enterprise Linux 6 and above, please visit Red Hat JIRA https://issues.redhat.com/secure/CreateIssue!default.jspa?pid=12332745 to report new issues.

Bug 216410

Summary: typo error in iscsi.py
Product: Red Hat Enterprise Linux 5 Reporter: Tomo Vuckovic <tomo.vuckovic>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5.0CC: 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:

Description Tomo Vuckovic 2006-11-20 10:14:11 UTC
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???)

Comment 1 Chris Lumens 2006-11-20 15:26:57 UTC
*** Bug 216442 has been marked as a duplicate of this bug. ***

Comment 2 Paul Nasrat 2006-11-22 14:11:33 UTC
*** Bug 216867 has been marked as a duplicate of this bug. ***

Comment 3 Paul Nasrat 2006-11-22 14:51:02 UTC
*** Bug 216868 has been marked as a duplicate of this bug. ***

Comment 5 James Laska 2006-11-28 13:47:48 UTC
Seeing this in RHEL5-Client-20061128.nightly

Comment 7 Chris Lumens 2006-11-28 15:31:35 UTC
*** Bug 217508 has been marked as a duplicate of this bug. ***

Comment 8 Peter Jones 2006-11-29 17:06:30 UTC
Should be fixed in anaconda-11.1.2.18-1 .

Comment 9 Jay Turner 2007-01-23 13:41:17 UTC
Closing out.  This has been fixed for some time.