action #49217
[qam][kernel][aarch64][sle] kdump is not scheduled for aarch64
Start date:
2019-03-13
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
kdump is not scheduled for aarch64, but itr should be for SLE15 and up, see reference run https://openqa.suse.de/tests/2540047.
# kdump is not supported on aarch64 (bsc#990418), and Xen PV (feature not implemented) sub kdump_is_applicable { return !check_var('ARCH', 'aarch64') && !check_var('VIRSH_VMM_TYPE', 'linux'); }
Statement and code is not valid anymore. I reached guys on #arm channel for clarification:
matthias_bgg | pcervinka, we support kdump since sle12-sp3 AFAIR pcervinka | matthias_bgg: ok, thx for the comfirmation, it means that i need to update out openqa tests, as this bug is still referred and kdump disabled by default for aarch64 matthias_bgg | pcervinka, hm, after looking at the bug, I think kdump was only a technology preview in SLE12-SP3 but supported from SLE15 onwards
Expected result:
kdump should be enabled and validated on aarch64 for SLE>=15.
History
#2
Updated by pcervinka about 4 years ago
- Assignee set to pcervinka
#3
Updated by pcervinka about 4 years ago
- Status changed from New to In Progress
#5
Updated by pcervinka about 4 years ago
- Status changed from In Progress to Feedback
PR was merged, verification run was done on osd: https://openqa.suse.de/tests/2567158#.
#6
Updated by pcervinka about 4 years ago
- Status changed from Feedback to Resolved