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

Check comments - provide additional info for 2 checks #209

Merged
merged 1 commit into from
Sep 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions scripts/lib/check/1250_cpu_hyperthreading_intel.check
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ function check_1250_cpu_hyperthreading_intel {
#Family 6 Model 85 Stepping x: SKL Skylake 4, CLX Cascade Lake 5-7, CPX Cooper Lake 8-11+
#Family 6 Model 106/108 : ICX Ice Lake
#Family 6 Model 143 : Sapphire Rapids
#Family 6 Model 173 : Granite Rapids
#Family 6 Model 175 : Sierra Forest

local rx_sdflex='Superdome Flex$'
local rx_css3200='Compute Scale-up Server 3200'
Expand Down
3 changes: 2 additions & 1 deletion scripts/lib/check/1375_cpu_scheduler_parameter_rhel.check
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ function check_1375_cpu_scheduler_parameter_rhel {

# MODIFICATION SECTION>>
local -r sapnote='#2777782'
#2777782 v10 - 2777782 - SAP HANA DB: Recommended OS Settings for RHEL 8
# This sap-hana profile is setting both parameters to the mentioned values for all RHEL8 release.
# With RHEL9 these 2 parameters are entirely removed from the Linux kernel.

# LIB_COMPARE_TOOBIG_NUMBERS returns 0 if equal, 1 if first is higher, 2 if second is higher

Expand Down