libvirt_mem: Add vhost configuration for SLES#30
Open
sneh-3 wants to merge 2 commits into
Open
Conversation
Replace inline kdump logic with calls to the shared utils_kdump module and clean up the test flow: - Import utils_kdump; drop threading, aexpect exception imports - Add params: setup_kdump, install_missing_packages, crashkernel_value, upstream_kernel_vmlinux - Add optional kdump setup phase (ensure_kdump_packages + configure_kdump) before service validation, guarded by setup_kdump - check_kdump_service: delegate distro detection and service check to utils_kdump.get_distro_info / utils_kdump.check_kdump_service - get_vmcores: replace inline ls + split with utils_kdump.get_vmcores, returning full file paths instead of bare names - Remove local check_guest_status and trigger_crash helpers; use utils_kdump.check_guest_status and utils_kdump.trigger_crash_parallel - crash_utility_tool: replace manual distro detection, debug-library checks, and crash invocation with utils_kdump.analyze_vmcore_with_crash; extend distro support to include sles/suse - ensure_crash_utility_packages called explicitly before vmcore analysis - vmcore diff logic: compute new_vmcores as set difference (post - pre) instead of length comparison, avoiding false positives Signed-off-by: Misbah Anjum N <misanjumn@ibm.com>
1. check the running dostro and vm state 2. configures vhost max_mem_regions Signed-off-by: Sneh Shikha Yadav <syadav@linux.ibm.com>
Author
|
before fix: after fix: |
07fba98 to
150c3f6
Compare
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.
Signed-off-by: Sneh Shikha Yadav syadav@linux.ibm.com