Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Created attachment 1147123[details]
anaconda exception
Description of problem:
Anaconda exception occurs during NGN TUI install on multipath machine.
17:17:51,141 CRIT anaconda: Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/storage.py", line 1023, in on_specialized_clicked
NormalSpoke.on_back_clicked(self, button)
File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/__init__.py", line 68, in on_back_clicked
self.main_window.current_action.spoke_done(self)
File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 392, in spoke_done
self._on_spoke_clicked(self._spokes[dest].selector, None, self._spokes[dest])
File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 355, in _on_spoke_clicked
spoke.refresh()
File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/filter.py", line 569, in refresh
self.pages[0].setup(self._store, self.selected_disks, allDisks)
File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/filter.py", line 181, in setup
ports.append(str(disk.node.port))
AttributeError: 'NoneType' object has no attribute 'port'
17:17:51,141 DEBUG anaconda: Gtk running, queuing exception handler to the main loop
17:17:53,320 INFO anaconda: Running kickstart %%traceback script(s)
17:17:53,321 INFO anaconda: All kickstart %%traceback script(s) have been run
Version-Release number of selected component (if applicable):
master_20160412_0_el7_noarch_rpm-36/
ovirt-node-ng-image-update-placeholder-007-1.el7.noarch
imgbased-0.5-0.201604081259git50033ca.el7.centos.noarch
ovirt-release-host-node-007-1.el7.noarch
How reproducible:
100%
Steps to Reproduce:
1. Install NGN 4.0 on multipath machine.
2. Enter device selection page.
3. Click add a disk.
Actual results:
1. Anaconda exception occurs during NGN TUI install on multipath machine.
2. No such issue on local disk machine.
Expected results:
No error occurs during NGN TUI install on multipath machine.
Additional info:
Created attachment 1147123 [details] anaconda exception Description of problem: Anaconda exception occurs during NGN TUI install on multipath machine. 17:17:51,141 CRIT anaconda: Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/storage.py", line 1023, in on_specialized_clicked NormalSpoke.on_back_clicked(self, button) File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/__init__.py", line 68, in on_back_clicked self.main_window.current_action.spoke_done(self) File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 392, in spoke_done self._on_spoke_clicked(self._spokes[dest].selector, None, self._spokes[dest]) File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 355, in _on_spoke_clicked spoke.refresh() File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/filter.py", line 569, in refresh self.pages[0].setup(self._store, self.selected_disks, allDisks) File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/filter.py", line 181, in setup ports.append(str(disk.node.port)) AttributeError: 'NoneType' object has no attribute 'port' 17:17:51,141 DEBUG anaconda: Gtk running, queuing exception handler to the main loop 17:17:53,320 INFO anaconda: Running kickstart %%traceback script(s) 17:17:53,321 INFO anaconda: All kickstart %%traceback script(s) have been run Version-Release number of selected component (if applicable): master_20160412_0_el7_noarch_rpm-36/ ovirt-node-ng-image-update-placeholder-007-1.el7.noarch imgbased-0.5-0.201604081259git50033ca.el7.centos.noarch ovirt-release-host-node-007-1.el7.noarch How reproducible: 100% Steps to Reproduce: 1. Install NGN 4.0 on multipath machine. 2. Enter device selection page. 3. Click add a disk. Actual results: 1. Anaconda exception occurs during NGN TUI install on multipath machine. 2. No such issue on local disk machine. Expected results: No error occurs during NGN TUI install on multipath machine. Additional info: