[AI Generated] BugFix: Scale kdump timeouts and crashkernel size for large memory VMs#4447
Open
Gnandeep99 wants to merge 1 commit intomainfrom
Open
[AI Generated] BugFix: Scale kdump timeouts and crashkernel size for large memory VMs#4447Gnandeep99 wants to merge 1 commit intomainfrom
Gnandeep99 wants to merge 1 commit intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adjusts kdump configuration to better support crash testing on very large-memory VMs by scaling crashkernel reservation and timeouts based on total RAM.
Changes:
- Add tiered crashkernel sizing for TB-scale memory.
- Increase vmcore dump timeout for multi-TB systems.
- Increase reboot timeout to account for longer memory initialization on large VMs.
✅ AI Test Selection — PASSED1 test case(s) selected (view run) Marketplace image: canonical 0001-com-ubuntu-server-jammy 22_04-lts-gen2 latest
Test case details
|
…large memory VMs - Tiered crashkernel allocation: 4G for >8TB, 2G for >4TB, 1G for >1TB RAM - Tiered dump timeout: 4800s for >8TB, 3600s for >4TB, 2400s for >1TB RAM - Tiered reboot timeout: 1200s for >4TB, 900s for >1TB, 600s default - Fixes kdumpcrash_validate_on_cpu415 OSProvisioningTimeout on M416 VMs
05aa9ca to
26b56b6
Compare
✅ AI Test Selection — PASSED1 test case(s) selected (view run) Marketplace image: canonical 0001-com-ubuntu-server-jammy 22_04-lts-gen2 latest
Test case details
|
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.
Summary
Scale kdump crashkernel reservation, dump timeout, and reboot timeout with tiered thresholds for large memory VMs (>1TB) to prevent OSProvisioningTimeout failures on multi-TB VMs like M416.
Validation Results