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.
Bug 2028391 - Ignored traceback: iscsi: No IBFT info found
Summary: Ignored traceback: iscsi: No IBFT info found
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: python-blivet
Version: 9.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Vojtech Trefny
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks: 1942219
TreeView+ depends on / blocked
 
Reported: 2021-12-02 10:03 UTC by Jan Stodola
Modified: 2022-05-17 13:33 UTC (History)
4 users (show)

Fixed In Version: python-blivet-3.4.0-11.el9
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 2028134
Environment:
Last Closed: 2022-05-17 13:20:54 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-104532 0 None None None 2021-12-02 10:04:42 UTC
Red Hat Issue Tracker RTT-4062 0 None None None 2021-12-02 14:50:23 UTC
Red Hat Issue Tracker RTT-4063 0 None None None 2021-12-02 14:50:28 UTC
Red Hat Product Errata RHBA-2022:2494 0 None None None 2022-05-17 13:21:07 UTC

Description Jan Stodola 2021-12-02 10:03:18 UTC
The same issue on RHEL-9 with python3-blivet-3.4.0-7.el9.

+++ This bug was initially created as a clone of Bug #2028134 +++

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



--- Additional comment from Vojtech Trefny on 2021-12-01 16:36:16 CET ---

upstream PR: https://github.com/storaged-project/blivet/pull/999

Comment 2 Jan Stodola 2021-12-20 15:37:35 UTC
The traceback is no longer present in storage.log with python3-blivet-3.4.0-11.el9:

...
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

Comment 7 errata-xmlrpc 2022-05-17 13:20:54 UTC
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 (new packages: python-blivet), 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:2494


Note You need to log in before you can comment on or make changes to this bug.