Bug 220198
Summary: | kdump service should show an appropriate message | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Akira Imamura <aimamura> | ||||
Component: | kexec-tools | Assignee: | Neil Horman <nhorman> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 5.0 | CC: | kkomiyam, ktokunag, ntachino | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | 5.0.0 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2007-02-13 17:39:28 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: | |||||||
Attachments: |
|
Description
Akira Imamura
2006-12-19 16:48:08 UTC
Created attachment 144014 [details]
This patch is based on -151.el5 and, can fix this problem.
No, that patch won't work. For what its worth, I don't think there is anything particularly misleading or bad about the current error that kexec provides, but if you insist on checking for the presence of crashkernel on the commandline the regex needs to handle malformed crashkernel specifications that are missing a parameter, or those which use an alternate unit of measure to specify memory sizes (K or G rather than M, or the use of lower case letters, which the kernel allows). I'm checking a more accurate test into -152.el5 According to Comment #2, the following statement in load_kdump() should be modified, shouldn't it? KDUMP_COMMANDLINE=`echo $KDUMP_COMMANDLINE | sed -e 's/crashkernel=[0-9]\+M@[0-9]\+M//g'` I guess $MEM_RESERVED can be used there. Fix confirmed with kexec-tools-1.101-164.el5. |