Skip to content

Commit

Permalink
Merge pull request #20792 from tinawang123/journal
Browse files Browse the repository at this point in the history
Ignore bsc#1231457 for journal_check
  • Loading branch information
rfan1 authored and waynechen55 committed Dec 16, 2024
2 parents c26ec75 + 6509c45 commit 5c26a22
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions data/journal_check/bug_refs.json
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,13 @@
},
"type": "bug"
},
"bsc#1231457": {
"description": "vas: API is supported only with radix page tables|SED: plpks not available|NX-GZIP is not supported|ibmvscsi.*couldn't initialize crq",
"products": {
"sle-micro": ["6.1", "6.2"]
},
"type": "bug"
},
"bsc#1217773": {
"description": "Unable to send container stderr message to parent Broken pipe",
"products": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
% if ($check_var->('AMD', '1')) {
% if ($check_var->('VIRT_SEV_ES_GUEST_INSTALL', '1')) {
<!-- Do not add mem_encrypt=on option on 15-SP6 KVM host due to bsc#1224107 -->
% if ($check_var->('VERSION', '15-SP6')) {
<append>splash=silent console=<%= $get_var->('SERIALDEV', 'ttyS1') %>,115200 console=tty kvm_amd.sev=1 <%= defined $bmwqemu::vars{"ENABLE_CONSOLE_KERNEL_LOG"} ? "ignore_loglevel" : "loglevel=5" %> <%= $get_var->('OPT_KERNEL_PARAMS', '') %></append>
% if ($check_var->('VERSION', '15-SP6') or $check_var->('VERSION', '15-SP7')) {
<append>splash=silent console=<%= $get_var->('SERIALDEV', 'ttyS1') %>,115200 console=tty kvm_amd.sev=1 <%= defined $bmwqemu::vars{"ENABLE_CONSOLE_KERNEL_LOG"} ? "ignore_loglevel" : "loglevel=5" %> <%= $get_var->('OPT_KERNEL_PARAMS') %></append>
% } else {
<append>splash=silent console=<%= $get_var->('SERIALDEV', 'ttyS1') %>,115200 console=tty mem_encrypt=on kvm_amd.sev=1 <%= defined $bmwqemu::vars{"ENABLE_CONSOLE_KERNEL_LOG"} ? "ignore_loglevel" : "loglevel=5" %> <%= $get_var->('OPT_KERNEL_PARAMS', '') %></append>
% }
Expand Down

0 comments on commit 5c26a22

Please sign in to comment.