Skip to content

Commit 0118ae5

Browse files
author
Artyom Lukianov
committed
[release-4.6] comment the stalld section
Under 4.6 stalld installed without systemd overlay file, so it can not be disabled via service plugin. Remove the service section to make sure that stalld does not run under the system. Related to #524 Signed-off-by: Artyom Lukianov <alukiano@redhat.com>
1 parent ef997d6 commit 0118ae5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/assets/tuned/openshift-node-performance

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ min_perf_pct=100 # latency-performance
2727

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

3333
[vm]
3434
transparent_hugepages=never # network-latency

0 commit comments

Comments
 (0)