Skip to content

Commit

Permalink
Merge pull request #530 from openshift-cherrypick-robot/cherry-pick-5…
Browse files Browse the repository at this point in the history
…22-to-release-4.7

[release-4.7] Do not install and enable stalld service
  • Loading branch information
openshift-merge-robot authored Feb 3, 2021
2 parents ca598b4 + 97dc2d4 commit c50012b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build/assets/tuned/openshift-node-performance
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ governor=performance # latency-performance
energy_perf_bias=performance # latency-performance
min_perf_pct=100 # latency-performance

# Disable the stalld service until bugs https://bugzilla.redhat.com/show_bug.cgi?id=1912118 and
# https://bugzilla.redhat.com/show_bug.cgi?id=1903302 will be fixed
[service]
service.stalld=start,enable
service.stalld=stop,disable

[vm]
transparent_hugepages=never # network-latency
Expand Down
2 changes: 1 addition & 1 deletion functests/1_performance/performance.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,13 @@ var _ = Describe("[rfe_id:27368][performance]", func() {
})

It("[test_id:35363][crit:high][vendor:[email protected]][level:acceptance] stalld daemon is running on the host", func() {
Skip("until bugs https://bugzilla.redhat.com/show_bug.cgi?id=1912118 and https://bugzilla.redhat.com/show_bug.cgi?id=1903302 fixed")
for _, node := range workerRTNodes {
tuned := tunedForNode(&node)
_, err := pods.ExecCommandOnPod(tuned, []string{"pidof", "stalld"})
Expect(err).ToNot(HaveOccurred())
}
})

})

Context("Additional kernel arguments added from perfomance profile", func() {
Expand Down

0 comments on commit c50012b

Please sign in to comment.