Bug 237674

Summary: pata_pcmcia is loaded before ata_piix during install
Product: [Fedora] Fedora Reporter: Orion Poplawski <orion>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
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: 2007-04-24 18:10:25 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:

Description Orion Poplawski 2007-04-24 17:56:57 UTC
Description of problem:

During install, pata_pcmcia is loaded before ata_piix so my ATA PC card becomes /dev/sda and the boot 
disk becomes /dev/sdb.  Can't imagine that this is desired.  Don't know if anaconda or the kernel controls 
this ordering, so I'm filing against anaconda initially.

Version-Release number of selected component (if applicable):
11.2.0.55-1

Comment 1 Jeremy Katz 2007-04-24 18:10:25 UTC
It's largely based on things like where on the PCI bus controllers are.  We've
got a hack to push some things to the end; I'll add pata_pcmcia to that list.  I
will then proceed to beat my head against the desk :-)

Thanks for the report :)  This'll be in post-test4

Comment 2 Orion Poplawski 2007-06-06 19:24:37 UTC
  Can we get something into anaconda to force a particular module to load first?
 I've got a disk server with 3 different controllers (ata_piix, sata_promise,
and sata_mv in this case) and really need force ata_piix to load first as that
holds to boot disks in order to do reliable automated upgrades and installs.