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 294603 Details for
Bug 432421
[Stratus 5.3 feat] kdump: add support to mkdumprd to support md targets
[?]
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: Adds support for dumping to an MD device
mkdumprd_md_support.patch (text/plain), 937 bytes, created by
Panagiotes M. Petrakis
on 2008-02-11 22:13:54 UTC
(
hide
)
Description:
PATCH: Adds support for dumping to an MD device
Filename:
MIME Type:
Creator:
Panagiotes M. Petrakis
Created:
2008-02-11 22:13:54 UTC
Size:
937 bytes
patch
obsolete
>--- mkdumprd.org 2008-02-05 14:00:39.000000000 -0500 >+++ mkdumprd 2008-02-05 14:03:57.000000000 -0500 >@@ -277,7 +277,7 @@ > continue ;; > *) handleddevices="$handleddevices $device" ;; > esac >- if [[ "$device" == "md[0-9]+" ]]; then >+ if [[ "$device" == md[0-9] ]]; then > vecho "Found RAID component $device" > handleraid "$device" > continue >@@ -1004,6 +1004,9 @@ > if [ -z "$FINAL_ACTION" ]; then > FINAL_ACTION="reboot -f" > fi >+ >+#Install nash for setting up the md's >+cp /sbin/nash $MNTIMAGE/sbin/nash > > #copy in busybox and make symlinks to its supported utilities > cp /sbin/busybox $MNTIMAGE/sbin/busybox >@@ -1432,7 +1435,7 @@ > if [ -n "$raiddevices" ]; then > for dev in $raiddevices; do > cp -a /dev/${dev} $MNTIMAGE/dev >- emit "\#need code here to set up md devs" >+ emit "echo raidautorun /dev/${dev} | /sbin/nash --quiet" > done > fi >
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 432421
: 294603