Skip to content

Commit c57aa84

Browse files
committed
Fix tests for the render command
1 parent 21602ed commit c57aa84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testdata/render-expected-output/manual_tuned.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ spec:
2626
the value set by cpu-partitioning with an empty one\nbanned_cpus=\"\"\n\n\n[scheduler]\nruntime=0\ngroup.ksoftirqd=0:f:11:*:ksoftirqd.*\ngroup.rcuc=0:f:11:*:rcuc.*\nsched_rt_runtime_us=-1\nsched_min_granularity_ns=10000000\nsched_migration_cost_ns=5000000\nnuma_balancing=0\n\ndefault_irq_smp_affinity
2727
= ignore\n\n\n[sysctl]\n#> cpu-partitioning #realtime\nkernel.hung_task_timeout_secs
2828
= 600\n#> cpu-partitioning #realtime\nkernel.nmi_watchdog = 0\n#> realtime\nkernel.sched_rt_runtime_us
29-
= -1\n#> cpu-partitioning (= 1) #realtime (= 0)\nkernel.timer_migration = 0\n#>
29+
= -1\n#> cpu-partitioning and realtime for RHEL disable it (= 0)\n# OCP is too dynamic when partitioning and needs to evacuate\n
30+
# scheduled timers when starting a guaranteed workload (= 1)\nkernel.timer_migration = 1\n#>
3031
network-latency\nkernel.numa_balancing=0\nnet.core.busy_read=50\nnet.core.busy_poll=50\nnet.ipv4.tcp_fastopen=3\n#>
3132
cpu-partitioning #realtime\nvm.stat_interval = 10\n\n# ktune sysctl settings
3233
for rhel6 servers, maximizing i/o throughput\n#\n# Minimal preemption granularity

0 commit comments

Comments
 (0)