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 2165011 - [s390x] add optional device address of channel device to css device
Summary: [s390x] add optional device address of channel device to css device
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: libvirt
Version: 8.8
Hardware: s390x
OS: Linux
medium
medium
Target Milestone: rc
: 8.8
Assignee: Thomas Huth
QA Contact: smitterl
URL:
Whiteboard:
Depends On:
Blocks: 2095746
TreeView+ depends on / blocked
 
Reported: 2023-01-27 11:18 UTC by smitterl
Modified: 2023-05-16 09:02 UTC (History)
11 users (show)

Fixed In Version: libvirt-8.0.0-15.module+el8.8.0+18023+bf5b754e
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-05-16 08:18:36 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
IBM Linux Technology Center 201473 0 None None None 2023-01-30 15:28:06 UTC
Red Hat Issue Tracker RHELPLAN-146687 0 None None None 2023-01-27 11:21:10 UTC
Red Hat Product Errata RHSA-2023:2757 0 None None None 2023-05-16 08:19:53 UTC

Description smitterl 2023-01-27 11:18:57 UTC
Description of problem:
With https://bugzilla.redhat.com/show_bug.cgi?id=2154253 we got the dev_busid into the kernel. This BZ should add the //channel_dev_addr in the nodedev capability, details s. comment https://bugzilla.redhat.com/show_bug.cgi?id=2154253#c10


Acceptance criteria:

1. Given libvirt lists a css device css_0_0_0062
   When I dump the device xml
   Then the xml contains the element channel_dev_addr
   And the correct value for the css' device dev_busid attribute in sysfs


Additional info:
I think the required patch series is https://listman.redhat.com/archives/libvir-list/2022-May/231355.html

Comment 16 smitterl 2023-02-03 11:30:52 UTC
<device>
  <name>css_0_0_0000</name>
  <path>/sys/devices/css0/0.0.0000</path>
  <parent>computer</parent>
  <driver>
    <name>io_subchannel</name>
  </driver>
  <capability type='css'>
    <cssid>0x0</cssid>
    <ssid>0x0</ssid>
    <devno>0x0000</devno>
    <channel_dev_addr>
      <cssid>0x0</cssid>
      <ssid>0x0</ssid>
      <devno>0x0600</devno>
    </channel_dev_addr>
  </capability>
</device>

# rpm -q libvirt
libvirt-8.0.0-15.module+el8.8.0+18023+bf5b754e.s390x

Comment 18 errata-xmlrpc 2023-05-16 08:18:36 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 (Moderate: virt:rhel and virt-devel:rhel security, 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/RHSA-2023:2757


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