Bug 87934
Summary: | mkinitrd forces SCSI host adapter detection order | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Chris Adams <linux> | ||||
Component: | mkinitrd | Assignee: | Jeremy Katz <katzj> | ||||
Status: | CLOSED NOTABUG | QA Contact: | David Lawrence <dkl> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 9 | ||||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2003-04-03 21:06:32 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: | |||||||
Attachments: |
|
Description
Chris Adams
2003-04-03 20:14:23 UTC
Created attachment 90881 [details]
patch to /sbin/mkinitrd to remove alpha sorting of SCSI host adapters
Look a little closer... it sorts so that you get scsi_hostadapter scsi_hostadapter1 scsi_hostadapter2 instead of scsi_hostadapter1 scsi_hostadapter scsi_hostadapter2 or something like that. ie, the sort is on the whole string not the module name. Yeah, sorry; I saw "grep scsi_hostadapter ..." and my mind saw grep "scsi_hostadapter " ... |