Skip to content

Commit

Permalink
Revert "test: Increase RAM for TestKdumpNFS machine"
Browse files Browse the repository at this point in the history
We have a better theory now of how kdump works and especially what
crashkernel means, and increasing the physical RAM of a machine is not
expected to help with growing initramfs sizes.

It _did_ help, for mysterious reasons, but not totally reliably. So
let's revert this, save some RAM, and wait for a real fix.

See https://bugzilla.redhat.com/show_bug.cgi?id=2305968

This reverts commit 3fb39bb.
  • Loading branch information
mvollmer authored and martinpitt committed Aug 22, 2024
1 parent 8d94bf0 commit 4e2a452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/verify/check-kdump
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ class TestKdumpNFS(KdumpHelpers):
class TestKdumpNFSAnsible(KdumpHelpers):
provision = {
"cockpit": {"memory_mb": 512},
"kdump_ansible_machine": {"address": "10.111.113.1/24", "memory_mb": 1500, "capture_console": True},
"kdump_ansible_machine": {"address": "10.111.113.1/24", "memory_mb": 1024, "capture_console": True},
"nfs": {"image": TEST_OS_DEFAULT, "address": "10.111.113.2/24", "memory_mb": 512},
}

Expand Down

0 comments on commit 4e2a452

Please sign in to comment.