Bug 21369

Summary: RAID installation fails
Product: [Retired] Red Hat Linux Reporter: Need Real Name <ts>
Component: anacondaAssignee: Brock Organ <borgan>
Status: CLOSED NOTABUG QA Contact: Brock Organ <borgan>
Severity: low Docs Contact:
Priority: medium    
Version: 7.0   
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: 2000-12-19 14:01:50 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 Need Real Name 2000-11-27 09:11:51 UTC
Trying to install RedHat Linux 7.0 from CD-ROM on a Compaq PC with two 15G
IDE disk drives. Disks are partitioned identically and configured as RAID1
mirrors with the following layout:
md0	/	2048M
md1	swap	124M
md2	/opt	12240M

After creating the RAID devices and formatting the partitions, installation
fails when trying to mount the filesystems, displaying an "Invalid
argument" error and Anaconda traceback.

The problem manifests itself both with and without update-disk-20001009.

Anaconda traceback (with update-disk-20001009):

Traceback (innermost last):
  File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/iw/progress_gui.py", line
20, in run
    rc = self.todo.doInstall ()
  File "/tmp/updates/todo.py", line 1491, in doInstall
    self.fstab.mountFilesystems (self.instPath)
  File "/tmp/updates/fstab.py", line 715, in mountFilesystems
    raise SystemError, (errno, msg)
SystemError: (22, 'Invalid argument')

Local variables in innermost frame:
size: 255969
fsystem: ext2
self: <fstab.GuiFstab instance at 829c940>
msg: Invalid argument
doFormat: 1
errno: 22
device: md0
instPath: /mnt/sysimage
mntpoint: /

ToDo object:
(itodo
ToDo
p1
(dp2
S'method'
p3
(iimage
CdromInstallMethod
p4
(dp5
S'progressWindow'
p6

<failed>

Comment 1 Michael Fulbright 2000-11-29 19:34:15 UTC
This looks like a dupe of bug 16686.

Passing to QA to reproduce.

Comment 2 Need Real Name 2000-11-30 10:06:09 UTC
One of the two hard disk drives turned out to be defective.
After replacing both drives with known good ones, the problem went away.
So this is really just an error handling issue.
(Display a helpful message instead of a Python traceback.)


Comment 3 Brock Organ 2000-12-19 14:01:47 UTC
thanks for your update ... glad to know you have things working ...

we are constantly trying to improve the installer error messages and warnings,
so hopefully future releases are less cryptic when they fail due to faulty
hardware ... 

thanks for your report!