Bug 620474
Summary: | kdump service fails to start | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | michal novacek <mnovacek> |
Component: | kexec-tools | Assignee: | Cong Wang <amwang> |
Status: | CLOSED NOTABUG | QA Contact: | Red Hat Kernel QE team <kernel-qe> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 6.0 | CC: | rkhan, syeghiay |
Target Milestone: | rc | Keywords: | Reopened, RHELNAK |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-08-20 14:17:47 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
michal novacek
2010-08-02 15:54:33 UTC
This issue has been proposed when we are only considering blocker issues in the current Red Hat Enterprise Linux release. ** If you would still like this issue considered for the current release, ask your support representative to file as a blocker on your behalf. Otherwise ask that it be considered for the next Red Hat Enterprise Linux release. ** This is not a bug, your kernel failed to find a 128M hole at 16M, thus no memory is reserved. You should try to use 128M@0 to let the kernel to find a base address. Works well. Two questions though before you close it: 1] is kdump script supposed to work with "crashkernel=auto" parameter? If it is it does not, saying that you have not passed "crashkernel=X@Y". 2] how do I tell correct value? the only source of information I found is the /usr/share/doc/*/ howto that does not give the explanation. it only tells you that you should give "128M@16M" for i386 and x86_64. (In reply to comment #4) > Works well. Two questions though before you close it: > 1] is kdump script supposed to work with "crashkernel=auto" parameter? If it > is it does not, saying that you have not passed "crashkernel=X@Y". kdump will not see "crashkernel=auto", it will see the actual number in /proc/cmdline. > 2] how do I tell correct value? the only source of information I found is the > /usr/share/doc/*/ howto that does not give the explanation. it only tells you > that you should give "128M@16M" for i386 and x86_64. There is no one true way, this is why "crashkernel=auto" gets introduced. Usually you can try 128M@0 or 256M@0 for x86 machines. |