Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v22.3.x] rpk clocksource tuner only enabled for amd #7441

Merged

Commits on Nov 22, 2022

  1. rpk: run clocksource tuner only in amd

    Our recommended clocksource is tsc, which is only present for x86 architectures
    
    In arch != amd rpk will show that the tuner is not available and print:
     Clocksource setting not available for this architecture
    
    Instead of:
     Preferred clocksource 'tsc' not available
    
    (cherry picked from commit 41be394)
    r-vasquez authored and vbotbuildovich committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    d0e059d View commit details
    Browse the repository at this point in the history
  2. tests: change expected output for tune list in arm

    Clocksource tuner is not supported for ARM, so we need to adjust the output.
    
    (cherry picked from commit cef42f4)
    r-vasquez authored and vbotbuildovich committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    dbacfe6 View commit details
    Browse the repository at this point in the history