Bug 197695
| Summary: | add a frontend to the kexec-tools | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Don Zickus <dzickus> |
| Component: | kexec-tools | Assignee: | Neil Horman <nhorman> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5 | CC: | jmoyer, lwang, vgoyal |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-07-27 13:27:11 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: | |||
| Bug Depends On: | 182938 | ||
| Bug Blocks: | |||
| Attachments: | |||
|
Description
Don Zickus
2006-07-05 15:54:22 UTC
Created attachment 131939 [details]
the infrastructure patches
This patch modifies the build infrastructure to handle the new files correctly.
Created attachment 131941 [details]
used to copy the core dump image to the correct location
Due to limitations in the grubby application, in order to properly copy kernel
core image to timestamped locations, one needs to do this inside an app.
Created attachment 131942 [details]
builds the kcp.c file and installs it in the right location
Created attachment 131943 [details]
the default config file
Created attachment 131944 [details]
this script generates the initrd file for the kdump facility
This is basically a copy/paste job of mkinitrd with additional stuff oriented
towards kdump. The additional stuff constitutes less than 5% of the whole
file. I don't know the best way to maintain this (and possibly keep in synch
with mkinitrd). Peter Jones suggested he would make a library to I could use
to include here (and to be used by mkinitrd). This would make things easier.
However, he has been busy and hasn't gotten around to it.
For now I submit this file as whole (knowing it is it pain to review my
changes) until someone has a better idea).
your infrastructure patch add a Patch502: kexec-tools-1.101-Makefile-kcp.patch Yet, I see no such patch attached here? Can you attach it please? Thanks Created attachment 132692 [details]
patch to build the kcp binary
Sorry about that. Lost in the list of files..
checked in. Thanks! The first attached patch has changes to kdump.init that never got applied. :( Sorry about that Don. It appears I had the kdump.init patched in to a version of the file living on a different branch. Not sure how it missed my merge. Anyway, its in there now, checked in and built for FC6 |