cfg: Add global kdump RAS params to ras config files#397
Merged
Conversation
Add the following kdump-related parameters to the global section of ras.cfg, ras_p1.cfg, ras_p2.cfg, and ras_p3.cfg to support the KdumpManager interface in utils_kdump.py: - setup_kdump: controls whether kdump setup is performed - guest_upstream_kernel: flag for upstream kernel usage - upstream_kernel_vmlinux: path to vmlinux for upstream kernels - install_missing_packages: controls auto-installation of packages - crashkernel_value: reserved memory for crash kernel (1500M) - crash_dir: directory where vmcore files are written (/var/crash/) - debug_dir: directory for debug artifacts (/home/) - dump_dir: directory for dump output (/home/) All parameters are set to safe/disabled defaults so existing tests are unaffected unless explicitly overridden per test variant. Signed-off-by: Misbah Anjum N <misanjumn@ibm.com>
Contributor
Author
Test Logs for Kdump utility: |
PraveenPenguin
approved these changes
Jul 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cfg: Add global kdump RAS params to ras config files
Add the following kdump-related parameters to the global section of ras.cfg, ras_p1.cfg, ras_p2.cfg, and ras_p3.cfg to support the KdumpManager interface in utils_kdump.py:
All parameters are set to safe/disabled defaults so existing tests are unaffected unless explicitly overridden per test variant.
Signed-off-by: Misbah Anjum N misanjumn@ibm.com