Skip to content

Commit

Permalink
manifests: add ppc64le packages to detect dynamically attached devices
Browse files Browse the repository at this point in the history
While running the Openshift CI encountered: https://bugzilla.redhat.com/show_bug.cgi?id=1811537
which requires some extra ppc64le libraries required to detect dynamically attached pci devices.
These devices show up through the diag events which is why the diag libraries are necessary
  • Loading branch information
Prashanth684 authored and jlebon committed Nov 16, 2020
1 parent d6a1cdb commit b023099
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/fedora-coreos-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ packages-x86_64:
- irqbalance
packages-ppc64le:
- irqbalance
- librtas
- powerpc-utils-core
- ppc64-diag-rtas
packages-aarch64:
- irqbalance

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ enable zincati.service
enable coreos-liveiso-success.service
# See bootupd.yaml
enable bootupd.socket
# Enable rtas_errd for ppc64le to discover dynamically attached pci devices - https://bugzilla.redhat.com/show_bug.cgi?id=1811537
# The event for the attached device comes as a diag event.
# Ideally it should have been added as part of base Fedora - but since it was arch specific, it was not added: https://bugzilla.redhat.com/show_bug.cgi?id=1433859
enable rtas_errd.service

0 comments on commit b023099

Please sign in to comment.