Skip to content

Commit

Permalink
Support transparent hugepages change from "never" to "madvise" (os-au…
Browse files Browse the repository at this point in the history
  • Loading branch information
badboywj authored Dec 4, 2024
1 parent d10730b commit 3a188d1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/sles4sap/saptune/mr_test_run.pm
Original file line number Diff line number Diff line change
Expand Up @@ -513,9 +513,11 @@ sub wrap_script_run {
elsif ($output =~ /ASE.*notes.*1410736/) {
record_info('Issue can be ignored, see jsc#TEAM-8662 for more details', "$output");
}
elsif ($output =~ /transparent_hugepage.*always\s\[madvise\]\snever/) {
# For Power, the default is changed to madavise
if (is_pvm) {
elsif ($output =~ /transparent_hugepage.*always\s\[madvise\]\snever ==/) {
# Default is changed to madavise in two contexts:
# - for Power
# - on 15-SP5+ according to SAP Note 2131662 and 2031375
if (is_pvm or is_sle('>=15-SP5')) {
record_info('Issue can be ignored, see jsc#TEAM-9086', "$output");
}
else {
Expand Down

0 comments on commit 3a188d1

Please sign in to comment.