Bug 432421
| Summary: | [Stratus 5.3 feat] kdump: add support to mkdumprd to support md targets | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Panagiotes M. Petrakis <peter.petrakis> | ||||
| Component: | kexec-tools | Assignee: | Neil Horman <nhorman> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 5.3 | CC: | andriusb, chas.horvath, smcgrath | ||||
| Target Milestone: | rc | Keywords: | FutureFeature, OtherQA | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Enhancement | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-02-12 16:08:46 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: | |||||||
| Bug Blocks: | 432518 | ||||||
| Attachments: |
|
||||||
|
Description
Panagiotes M. Petrakis
2008-02-11 22:13:54 UTC
Created attachment 294603 [details]
PATCH: Adds support for dumping to an MD device
I think this is a dupe of bz 317231, which is fixed in kexec-tools-1.102pre-10.el5 *** This bug has been marked as a duplicate of 317231 *** Panagiotes, I spoke with Neil and he asked that you try the latest package posted on his people page: http://people.redhat.com/nhorman/rpms/latest_kexec-tools.tbz2 This package will be included in RHEL 5.2 Beta. This looks like a dupe of bug 317231. Hi,
I verified that this does the job but it seems to introduced a new bug...
++ echo ro root=/dev/md2 nmi_watchdog=0 console=tty0 console=ttyS0,115200
nosoftlockup piix.intel_via_libata=1 crashkernel=64M@16M
++ sed -e 's/crashkernel=[0-9]\+[MmKkGg]@[0-9]\+[MmGgKk]//'
+ KDUMP_COMMANDLINE='ro root=/dev/md2 nmi_watchdog=0 console=tty0
console=ttyS0,115200 nosoftlockup piix.intel_via_libata=1 '
+ KDUMP_COMMANDLINE='ro root=/dev/md2 nmi_watchdog=0 console=tty0
console=ttyS0,115200 nosoftlockup piix.intel_via_libata=1 irqpoll maxcpus=1
reset_devices'
++ /sbin/kexec --args-linux -p '--command-line=ro root=/dev/md2 nmi_watchdog=0
console=tty0 console=ttyS0,115200 nosoftlockup piix.intel_via_libata=1 irqpoll
maxcpus=1 reset_devices' --initrd=/boot/initrd-2.6.18-78.el5kdump.img
/boot/vmlinuz-2.6.18-78.el5
+ KEXEC_OUTPUT='Command line overflow'
+ '[' 1 == 0 ']'
+ /usr/bin/logger -p info -t kdump Command line overflow
Once I trimmed down the kernel args some it was fine and built the initrd,
though the same set of arguments worked fine before.
We can close this bug as a duplicate. Thank you for your help!
Thats not a 'new' bug per-se. Its been plaguing kexec for some time actually. I've got a fix pending upstream. As soon as its fixed I'll be backporting it to RHEL5. Thanks! Neil - thanks for the info - is there a BZ placeholder for possibly the RHEL 5 back port? |