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 297247 Details for
Bug 435228
mkinitrd doesn't grab dm modules for LVs listed by LABEL or UUID
[?]
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 to make findstoragedriver() consider "mapper/*" devices dm devs
0001-consider-mapper-devices-to-be-dm-devices.patch (text/plain), 803 bytes, created by
Will Woods
on 2008-03-07 20:57:03 UTC
(
hide
)
Description:
patch to make findstoragedriver() consider "mapper/*" devices dm devs
Filename:
MIME Type:
Creator:
Will Woods
Created:
2008-03-07 20:57:03 UTC
Size:
803 bytes
patch
obsolete
>From a077051cd3013001c0bd8e671ea23255e391d9da Mon Sep 17 00:00:00 2001 >From: Will Woods <wwoods@redhat.com> >Date: Fri, 7 Mar 2008 15:30:00 -0500 >Subject: [PATCH] consider mapper/ devices to be dm devices > >--- > mkinitrd | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/mkinitrd b/mkinitrd >index 500d1ef..f7b9a1f 100755 >--- a/mkinitrd >+++ b/mkinitrd >@@ -542,7 +542,7 @@ findstoragedriver () { > continue > fi > vecho "Looking for driver for device $device" >- if [[ "$device" =~ ^dm- ]]; then >+ if [[ "$device" =~ ^(dm-|mapper/) ]]; then > majmin=$(get_numeric_dev dec "/dev/$device") > sysfs=$(finddevnoinsys $majmin) > handledm $(echo "$majmin" |cut -d : -f 1) $(echo "$majmin" |cut -d : -f 2) >-- >1.5.4.1 >
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 435228
:
296151
|
296268
| 297247 |
297515
|
297517
|
297518
|
297520
|
297538
|
297640
|
297801