Skip to content

Commit

Permalink
collectd: pcie-errors is x86-64 only now
Browse files Browse the repository at this point in the history
Change-Id: Iad7e7ebb1fbf4d14f20960d6257345db71d0e214
(cherry picked from commit 941d021)
  • Loading branch information
Marcin Juszkiewicz authored and mnasiadka committed Feb 15, 2022
1 parent af092df commit 47aac3c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docker/collectd/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,13 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% set collectd_packages = collectd_packages + [
'collectd-hugepages',
'collectd-iptables',
'collectd-pcie-errors',
'collectd-pmu',
'collectd-rdt',
'collectd-turbostat'
] %}
{% endif %}

{% if base_arch != 's390x' %}
{% set collectd_packages = collectd_packages + [
'collectd-pcie-errors'
] %}
{% endif %}

{% endif %}

{{ macros.install_packages(collectd_packages | customizable("packages")) }}
Expand Down

0 comments on commit 47aac3c

Please sign in to comment.