Bug 524546

Summary: Kernel driver order changes from boot to boot
Product: [Fedora] Fedora Reporter: Pablo Iranzo Gómez <pablo.iranzo>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: rawhideCC: dougsland, gansalmon, itamar, kernel-maint
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-09-23 11:13:17 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 Pablo Iranzo Gómez 2009-09-21 07:00:16 UTC
Description of problem:
On aparently random reboots, Fedora kernel changes IDE HDD from 'sdb' (imho it should be hda), to 'sda', causing problems in boot

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

Fedora rawhide updated until yesterday

How reproducible:


Steps to Reproduce:
1. boot computer
2. have fsck abort while trying to check 'sda1' (supposedly /boot)
3. check that 'sda' is not SATA drive 1, being instead IDE drive 1 renamed.
4. reboot
5. sometimes it will work
  
Actual results:

-IDE hdd is using ide-scsi
-Drive ordering is changing randomly


Expected results:
-IDE drives should be hd* as with previous releases
- most important: drive ordering should not change randomly


Additional info:
after putting LABEL="/boot" in fstab and using e2label to label correct drive, I always get my system booting, sometimes as 'sdb', sometimes as 'sda' (checked when asking for LUKS password)

Comment 1 Chuck Ebbert 2009-09-23 11:13:17 UTC
(In reply to comment #1)
> Actual results:
> 
> -IDE hdd is using ide-scsi
> -Drive ordering is changing randomly

The kernel is using the libata drivers, not ide-scsi. Drive order changing randomly is expected and the installer sets up fstab using labels and/or UUIDs to deal with that.