Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 593644 Details for
Bug 788678
mkdumprd doesn't detect /var mounted on separate partion and kdump kernel fails
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch for bug 809983
bz809983.diff (text/plain), 1.00 KB, created by
Cong Wang
on 2012-06-22 04:02:15 UTC
(
hide
)
Description:
Patch for bug 809983
Filename:
MIME Type:
Creator:
Cong Wang
Created:
2012-06-22 04:02:15 UTC
Size:
1.00 KB
patch
obsolete
>Subject: [RHEL5.9 Patch] add ext* kernel modules > >Resolve: Bug 809983 > >Marc reported that ext3 is missing when non-root dump target is ext3 >while rootfs is ext2, and adding "extra_modules ext3" could workaround it. >So, for some reason, we miss the ext* modules for dump targets. The reason >why this does not occur on RHEL6 is, I think, we get all modules from >lsmod output on RHEL6, but not on RHEL5. This patch just adds the needed >ext* modules. > >Tested by Marc. > >Signed-off-by: Cong Wang <amwang@redhat.com> > >--- >diff --git a/mkdumprd b/mkdumprd >index 395822c..d110a72 100644 >--- a/mkdumprd >+++ b/mkdumprd >@@ -1273,9 +1273,9 @@ if [ -n "$KDUMP_CONFIG_FILE" ]; then > fi > USING_METHOD="filesystem" > DUMP_FSTYPE=$config_opt >- if [ "$config_opt" == "ext4" ] >+ if [[ "$config_opt" =~ "ext[234]" ]] > then >- findmodule ext4 >+ findmodule "$config_opt" > fi > if [ "$config_opt" == "xfs" ] > then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 788678
:
593644
|
593683
|
594107
|
594144