Bug 77157

Summary: anaconda doesn't see Adaptec 5400S RAID device
Product: [Retired] Red Hat Linux Reporter: Dan Dunham <ddunham>
Component: anacondaAssignee: Michael Fulbright <msf>
Status: CLOSED CURRENTRELEASE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-11-02 02:10:33 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 Flags
patch to fix anaconda Adaptec 5300s RAID controller problem none

Description Dan Dunham 2002-11-01 21:31:49 UTC
Description of Problem:
I am attempting to kickstart a box with an Adaptec 5400S RAID card, which has a
single 100GB logical raid device defined.  The aacraid module loads fine, but
I'm getting the error: "no valid devices were found on which to create new
filesystems".  If I break into the shell (alt-F2), I see that anaconda has
created a /tmp/sda device file, and I am able to fdisk this and create
filesystems on the device (which further indicates to me that the aacraid module
is not the issue).

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

How Reproducible:


Steps to Reproduce:
1. 
2. 
3. 

Actual Results:


Expected Results:


Additional Information:

Comment 1 Dan Dunham 2002-11-02 02:07:08 UTC
I have tracked this down further.  It appears that this particular controller
reports itself as removable, so the device gets taken off the disklist.  There
is a hack in isys.c to work around this problem for the DELL and HP OEM versions
of the controller.  The attached patch extends this fix to the Adaptec version
of the controller.



Comment 2 Dan Dunham 2002-11-02 02:10:27 UTC
Created attachment 83124 [details]
patch to fix anaconda Adaptec 5300s RAID controller problem

Comment 3 Michael Fulbright 2002-11-04 22:31:43 UTC
This was fixed several releases ago.