Skip to content

Commit

Permalink
manifest: Add irqbalance
Browse files Browse the repository at this point in the history
Pulled from RHCOS, but with the correct architecture conditionals
here, as well as some background links.
  • Loading branch information
cgwalters authored and dustymabe committed Sep 15, 2019
1 parent 0628a16 commit 6063ce4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions fedora-coreos-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,16 @@ packages:
- fedora-coreos-pinger
# Parsing/Interacting with JSON data
- jq

# This thing is crying out to be pulled into systemd, but that hasn't happened
# yet. Also we may want to add to rpm-ostree something like arch negation;
# basically right now it doesn't exist on s390x.
# Anyways, it was requested by the Red Hat perf team for RHCOS, so we have it here.
# https://serverfault.com/questions/513807/is-there-still-a-use-for-irqbalance-on-modern-hardware
# https://access.redhat.com/solutions/41535
packages-x86_64:
- irqbalance
packages-ppc64le:
- irqbalance
packages-aarch64:
- irqbalance

0 comments on commit 6063ce4

Please sign in to comment.