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 244531 Details for
Bug 360111
kdump not working with non-default LVM names
[?]
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]
use awk instead of cut to find volume group
mkdumprd.patch (text/plain), 468 bytes, created by
Jan-Frode Myklebust
on 2007-10-31 13:24:23 UTC
(
hide
)
Description:
use awk instead of cut to find volume group
Filename:
MIME Type:
Creator:
Jan-Frode Myklebust
Created:
2007-10-31 13:24:23 UTC
Size:
468 bytes
patch
obsolete
>--- /root/sbin-mkdumprd.original 2007-10-31 13:54:01.000000000 +0100 >+++ mkdumprd 2007-10-31 13:55:40.000000000 +0100 >@@ -1409,7 +1409,7 @@ > emit "DM_NUM=0" > emit "for i in \`lvm lvs | awk '{ if (NR > 1) print \$1}'\`" > emit "do" >- emit " VGRP=\`lvm lvs | grep \$i | cut -d\" \" -f4\`" >+ emit " VGRP=\`lvm lvs | grep \$i | awk '{ print \$2 }'\`" > emit " mkdir -p /dev/\$VGRP" > emit " if [ ! -e /dev/\$VGRP/\$i ]" > emit " 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 360111
:
244531
|
298373
|
322294