Bug 103602

Summary: Installer crashes on partitions for software RAID
Product: [Retired] Red Hat Linux Reporter: Eric Scuccimarra <eric>
Component: anacondaAssignee: Michael Fulbright <msf>
Status: CLOSED NOTABUG QA Contact: Mike McLean <mikem>
Severity: high Docs Contact:
Priority: high    
Version: 9   
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: 2003-09-16 16:34:13 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 Eric Scuccimarra 2003-09-02 21:50:08 UTC
Description of problem:
Trying to upgrade from RedHat 7.3 to 8.0 or 9.0. System has software RAID. 
Whenever we try to access the partitions via anaconda, whether it be allowing 
anaconda to partition automatically or using Disk Druid to do it ourselves, 
anaconda crashes with this error:

File "/usr/lib/anaconda/gui.py", line 761 in nextClicked self.dispatch.gotoNext
()
File "/usr/lib/anaconda/dispatch.py", line 157 in gotoNext self.moveStep()
File "/usr/lib/anaconda/dispatch.py", line 225 in moveStep rc = apply(func, 
self.bindArgs(args))
File "/usr/lib/anaconda/partitioning.py", line 57 in partitionObjectsInitialize 
partition.setFromDisk(diskset)
File "/usr/lib/anaconda/partitioning.py", line 18 in setFromDisk spec.size = 
spec.getActualSize(self, diskset)
File "/usr/lib/anaconda/portRequest.py", line 621 in getActualSize raise Value 
Error "Invalid raidlevel in RaidRequest.getActualSize"

Value Error: invalid raidlevel in RaidRequest.getActualSize


Version-Release number of selected component (if applicable):
Installation CDs for RedHat 8.0 or 9.0


How reproducible:
Every time for us. Seems to be dependent on our RAID configuration though.


Steps to Reproduce:
1. Try to upgrade to RedHat 8.0 or 9.0
2. Select DiskDruid to partition manually
3. Click on anything

I believe this may be dependent on our software RAID configuration.
    
Actual results:
Error above.

Expected results:
It working.

Additional info:
Machine is set up with 3 disks and RAID 5. System is not on RAID. RAID is only 
used for data partition.

Comment 1 Michael Fulbright 2003-09-03 16:51:58 UTC
Is the RAID array in question a pre-existing array or one you are creating from
scratch?

Do the disks have an existing RAID array on them before you start the install?

Comment 2 Eric Scuccimarra 2003-09-03 16:55:38 UTC
The RAID array was pre-existing. We were able to resolve the issue by 
rebuilding the array. Apparently there was a bad superblock.

Comment 3 Michael Fulbright 2003-09-16 16:34:13 UTC
I am glad to hear you could resolve the issue with the RAID array.