Skip to content

Commit 278ee72

Browse files
authored
Merge pull request #14 from jmencak/hdparm
Add hdparm rpm to support tuned "disk" plugin.
2 parents 7a7a57c + 73fddf0 commit 278ee72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WORKDIR ${APP_ROOT}
1111
COPY --from=builder /go/src/github.com/openshift/openshift-tuned/openshift-tuned /usr/bin/
1212
COPY --from=builder /go/src/github.com/openshift/openshift-tuned/assets ${APP_ROOT}
1313
RUN INSTALL_PKGS=" \
14-
tuned kernel-tools patch \
14+
tuned hdparm kernel-tools patch \
1515
" && \
1616
yum install --setopt=tsflags=nodocs -y $INSTALL_PKGS && \
1717
rpm -V $INSTALL_PKGS && \

Dockerfile.rhel7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WORKDIR ${APP_ROOT}
1111
COPY --from=builder /go/src/github.com/openshift/openshift-tuned/openshift-tuned /usr/bin/
1212
COPY --from=builder /go/src/github.com/openshift/openshift-tuned/assets ${APP_ROOT}
1313
RUN INSTALL_PKGS=" \
14-
tuned kernel-tools patch \
14+
tuned hdparm kernel-tools patch \
1515
" && \
1616
yum install --setopt=tsflags=nodocs -y $INSTALL_PKGS && \
1717
rpm -V $INSTALL_PKGS && \

0 commit comments

Comments
 (0)