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:
Currently stratis-cli uses dbus-python-client-gen v0.6
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
Verify that dbus-python-client-gen 0.6 is the most recent (and only) release available in RHEL8.
Actual results:
On many dbus-python method errors, get empty error messages from the methods generated by the dbus-python-client-gen module. Note that the dbus-python-client-gen exceptions are chained w/ quite complete dbus-python exceptions, so it is not the case that the exception chain is w/out information, it's just that dbus-python-client-gen does not supply additional, generally useful, information.
Expected results:
dbus-python-client-gen error messages that contain more complete and useful information, like:
dbus_python_client_gen._errors.DPClientInvocationError: Error while invoking method "GetManagedObjects" belonging to interface "org.freedesktop.DBus.ObjectManager" with arguments ()
instead of just the empty string
Additional info:
None
To verify that stratis-cli meets this package requirement use the following command.
# yum deplist stratis-cli|grep python-client-gen
Last metadata expiration check: 0:01:45 ago on Tue 29 Oct 2019 01:46:11 PM EDT.
dependency: python3-dbus-python-client-gen
provider: python3-dbus-python-client-gen-0.7-1.el8.noarch
The output should show that there is a required version of 0.7.
Comment 4guazhang@redhat.com
2019-11-25 07:18:46 UTC
Hello
# yum deplist stratis-cli|grep python-client-gen
Last metadata expiration check: 0:12:17 ago on 2019年11月25日 星期一 02时04分43秒.
dependency: python3-dbus-python-client-gen = 0.7
provider: python3-dbus-python-client-gen-0.7-3.el8.noarch
the dbus-python-client-gen = 0.7, so move to verified
thanks
guazhang
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, 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-2020:1634