Skip to content

Commit

Permalink
update clock_source.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wayyoungboy committed Apr 25, 2024
1 parent f91d751 commit c4940d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler/checker/tasks/observer/system/clock_source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ task:
ssh: "cat /sys/devices/system/clocksource/clocksource0/current_clocksource"
result:
set_value: clock_source
verify: "[ \"${clock_source}\" == \"tsc\" ]"
verify: "[[ \"${clock_source}\" == \"tsc\" || \"${clock_source}\" == \"arch_sys_counter\" || \"${clock_source}\" == \"kvm-clock\" ]]"
err_msg: 'clock_source: #{clock_source}. recommended: tsc. Uneven CPU utilization during pressure testing resulted in low TPS during pressure testing'


0 comments on commit c4940d3

Please sign in to comment.