Bug 210548

Summary: [RHEL5 Beta2] anaconda/mkinitrd: difference of driver loading order between installation time and boot time after installation causes name changes.
Product: Red Hat Enterprise Linux 5 Reporter: Kiyoshi Ueda <kueda>
Component: mkinitrdAssignee: David Cantrell <dcantrell>
Status: CLOSED DUPLICATE QA Contact: David Lawrence <dkl>
Severity: high Docs Contact:
Priority: high    
Version: 5.0CC: agk, andriusb, bmarzins, dwysocha, jnomura, junichi.nomura, kueda, kueda, mbroz, tao
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-06-13 21:27:11 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:
Bug Depends On:    
Bug Blocks: 227613, 228988, 230627    

Description Kiyoshi Ueda 2006-10-12 19:58:13 UTC
Description of problem:
Loading order of device drivers is different between installation time
and boot time after installation, even if HW configuration is unchanged.
(e.g. In one of our test environment,
        at installation, the order is qla2xxx, then mptscsih,
        after installation, the order is mptscsih, then qla2xxx.)

The difference causes device name changes, and the name changes
causes some problems.
For example:
  o System panic occurs during boot if the root filesystem is
    on a (dm) multipath device, because (dm) multipath map is
    created against specific major:minor combinations during boot.

  o /boot/efi partition isn't mounted by default on IA64 systems
    during boot, because /boot/efi is mounted by device name
    instead of label.


Version-Release number of selected component:
rel-eng/RHEL5-Server-20061006.2
    anaconda-11.1.0.108-1
    mkinitrd-5.1.19-1


How reproducible:
Always


Steps to Reproduce:
 1. Install mptscsih SCSI card, SCSI disk, qla2xxx FC card and FC disk
    to a IA64 box.
 2. Install OS.
    At the time, remember the driver loading order and which disk is
    which name, and assign /boot/efi on the SCSI disk.
 3. Reboot


Actual results:
Driver loading order is changed during boot, so device name of
the SCSI disk is changed.
As a result, /boot/efi isn't mounted during boot.


Expected results:
Driver loading order should not be changed as long as
HW configuration is not changed.


Additional info:

Comment 4 David Cantrell 2007-06-13 21:27:11 UTC
There are two bugs listed here.  The /boot/efi labeling problem is fixed in
RHEL-5.0 GA.  The multipath enumeration problem is a duplicate of 185852.

*** This bug has been marked as a duplicate of 185852 ***