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.
Description of problem:
There is an ignored traceback in storage.log when installing to an iSCSI target:
...
INFO:anaconda.modules.storage.kickstart:adding iscsi target iqn.2021-04.com.redhat:default at 10.8.1.31:3260 via None
INFO:program:Running... systemctl start iscsi-init.service
INFO:program:stderr:
INFO:program:b'Failed to start iscsi-init.service: Unit iscsi-init.service not found.'
DEBUG:program:Return code: 5
INFO:blivet:iSCSI startup
INFO:program:Running... modprobe -a cxgb3i bnx2i be2iscsi
INFO:program:stderr:
INFO:program:b'modprobe: WARNING: Module cxgb3i not found in directory /lib/modules/4.18.0-350.el8.x86_64'
DEBUG:program:Return code: 1
DEBUG:blivet:iscsi: iscsiuio is at /sbin/iscsiuio
INFO:program:Running... /sbin/iscsiuio
DEBUG:program:Return code: 1
INFO:program:Running... /sbin/iscsid
DEBUG:program:Return code: 1
INFO:blivet:IGNORED: Caught exception, continuing.
INFO:blivet:IGNORED: Problem description: iscsi: No IBFT info found.
INFO:blivet:IGNORED: Begin exception details.
INFO:blivet:IGNORED: Traceback (most recent call last):
INFO:blivet:IGNORED: File "/usr/lib/python3.6/site-packages/blivet/safe_dbus.py", line 141, in call_sync
INFO:blivet:IGNORED: DEFAULT_DBUS_TIMEOUT, None)
INFO:blivet:IGNORED: GLib.GError: g-io-error-quark: GDBus.Error:org.freedesktop.UDisks2.Error.ISCSI.NoObjectsFound: Discovery failed: libiscsi_discover_firmware: Could not get list of targets from firmware (err 21).
INFO:blivet:IGNORED: (36)
INFO:blivet:IGNORED: During handling of the above exception, another exception occurred:
INFO:blivet:IGNORED: Traceback (most recent call last):
INFO:blivet:IGNORED: File "/usr/lib/python3.6/site-packages/blivet/iscsi.py", line 304, in _start_ibft
INFO:blivet:IGNORED: found_nodes, _n_nodes = self._call_initiator_method("DiscoverFirmware", args)
INFO:blivet:IGNORED: File "/usr/lib/python3.6/site-packages/blivet/util.py", line 1115, in decorated
INFO:blivet:IGNORED: return fn(*args, **kwargs)
INFO:blivet:IGNORED: File "/usr/lib/python3.6/site-packages/blivet/iscsi.py", line 196, in _call_initiator_method
INFO:blivet:IGNORED: connection=self._connection)
INFO:blivet:IGNORED: File "/usr/lib/python3.6/site-packages/blivet/safe_dbus.py", line 145, in call_sync
INFO:blivet:IGNORED: raise DBusCallError(msg)
INFO:blivet:IGNORED: blivet.safe_dbus.DBusCallError: Failed to call DiscoverFirmware method on /org/freedesktop/UDisks2/Manager with (@a{sv} {},) arguments: GDBus.Error:org.freedesktop.UDisks2.Error.ISCSI.NoObjectsFound: Discovery failed: libiscsi_discover_firmware: Could not get list of targets from firmware (err 21).
INFO:blivet:IGNORED: End exception details.
DEBUG:blivet:discovered iSCSI node: iqn.2021-04.com.redhat:default
INFO:blivet:iSCSI: logged into iqn.2021-04.com.redhat:default at 10.8.1.31:3260 through default
...
Version-Release number of selected component (if applicable):
RHEL-8.6.0-20211122.1
anaconda-33.16.6.3-1.el8
python3-blivet-3.4.0-6.el8
How reproducible:
always
Steps to Reproduce:
1. Run a kickstart installation with iSCSI disk defined in the kickstart file, for example:
iscsiname iqn.2021-04.com.redhat:installer
iscsi --ipaddr=10.8.1.31 --target=iqn.2021-04.com.redhat:default
Actual results:
Ignored traceback in storage.log
Expected results:
No tracebacks in storage.log
The traceback is no longer present in storage.log with python3-blivet-3.4.0-8.el8:
...
INFO:blivet:iscsi: No IBFT info found: Failed to call DiscoverFirmware method on /org/freedesktop/UDisks2/Manager with (@a{sv} {},) arguments: GDBus.Error:org.freedesktop.UDisks2.Error.ISCSI.NoObjectsFound: Discovery failed: libiscsi_di
scover_firmware: Could not get list of targets from firmware (err 21).
DEBUG:blivet:discovered iSCSI node: iqn.2003-01.org.linux-iscsi:test
...
Setting Verified:Tested
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (python-blivet bug fix and enhancement update), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2022:1880
Description of problem: There is an ignored traceback in storage.log when installing to an iSCSI target: ... INFO:anaconda.modules.storage.kickstart:adding iscsi target iqn.2021-04.com.redhat:default at 10.8.1.31:3260 via None INFO:program:Running... systemctl start iscsi-init.service INFO:program:stderr: INFO:program:b'Failed to start iscsi-init.service: Unit iscsi-init.service not found.' DEBUG:program:Return code: 5 INFO:blivet:iSCSI startup INFO:program:Running... modprobe -a cxgb3i bnx2i be2iscsi INFO:program:stderr: INFO:program:b'modprobe: WARNING: Module cxgb3i not found in directory /lib/modules/4.18.0-350.el8.x86_64' DEBUG:program:Return code: 1 DEBUG:blivet:iscsi: iscsiuio is at /sbin/iscsiuio INFO:program:Running... /sbin/iscsiuio DEBUG:program:Return code: 1 INFO:program:Running... /sbin/iscsid DEBUG:program:Return code: 1 INFO:blivet:IGNORED: Caught exception, continuing. INFO:blivet:IGNORED: Problem description: iscsi: No IBFT info found. INFO:blivet:IGNORED: Begin exception details. INFO:blivet:IGNORED: Traceback (most recent call last): INFO:blivet:IGNORED: File "/usr/lib/python3.6/site-packages/blivet/safe_dbus.py", line 141, in call_sync INFO:blivet:IGNORED: DEFAULT_DBUS_TIMEOUT, None) INFO:blivet:IGNORED: GLib.GError: g-io-error-quark: GDBus.Error:org.freedesktop.UDisks2.Error.ISCSI.NoObjectsFound: Discovery failed: libiscsi_discover_firmware: Could not get list of targets from firmware (err 21). INFO:blivet:IGNORED: (36) INFO:blivet:IGNORED: During handling of the above exception, another exception occurred: INFO:blivet:IGNORED: Traceback (most recent call last): INFO:blivet:IGNORED: File "/usr/lib/python3.6/site-packages/blivet/iscsi.py", line 304, in _start_ibft INFO:blivet:IGNORED: found_nodes, _n_nodes = self._call_initiator_method("DiscoverFirmware", args) INFO:blivet:IGNORED: File "/usr/lib/python3.6/site-packages/blivet/util.py", line 1115, in decorated INFO:blivet:IGNORED: return fn(*args, **kwargs) INFO:blivet:IGNORED: File "/usr/lib/python3.6/site-packages/blivet/iscsi.py", line 196, in _call_initiator_method INFO:blivet:IGNORED: connection=self._connection) INFO:blivet:IGNORED: File "/usr/lib/python3.6/site-packages/blivet/safe_dbus.py", line 145, in call_sync INFO:blivet:IGNORED: raise DBusCallError(msg) INFO:blivet:IGNORED: blivet.safe_dbus.DBusCallError: Failed to call DiscoverFirmware method on /org/freedesktop/UDisks2/Manager with (@a{sv} {},) arguments: GDBus.Error:org.freedesktop.UDisks2.Error.ISCSI.NoObjectsFound: Discovery failed: libiscsi_discover_firmware: Could not get list of targets from firmware (err 21). INFO:blivet:IGNORED: End exception details. DEBUG:blivet:discovered iSCSI node: iqn.2021-04.com.redhat:default INFO:blivet:iSCSI: logged into iqn.2021-04.com.redhat:default at 10.8.1.31:3260 through default ... Version-Release number of selected component (if applicable): RHEL-8.6.0-20211122.1 anaconda-33.16.6.3-1.el8 python3-blivet-3.4.0-6.el8 How reproducible: always Steps to Reproduce: 1. Run a kickstart installation with iSCSI disk defined in the kickstart file, for example: iscsiname iqn.2021-04.com.redhat:installer iscsi --ipaddr=10.8.1.31 --target=iqn.2021-04.com.redhat:default Actual results: Ignored traceback in storage.log Expected results: No tracebacks in storage.log