Bug 18900

Summary: upgrade fails on RAID entry in fstab (dump attached)
Product: [Retired] Red Hat Linux Reporter: heckmann
Component: anacondaAssignee: Brent Fox <bfox>
Status: CLOSED NOTABUG QA Contact: Brock Organ <borgan>
Severity: high Docs Contact:
Priority: medium    
Version: 7.0CC: heckmann
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: 2001-02-01 19:57:07 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
anaconda dump file
none
My fstab none

Description heckmann 2000-10-11 15:55:02 UTC
I tried the anaconda update disk that came out on 2000-10-10, during an
upgrade install, when it gets to examining system, it fails on my raid
entry in /etc/fstab. The failure happens on raidByDev in fstab.py. This
could be a duplicate of the bug with the mixed SCSI + IDE raid1 device
since this is what I have as well. Traceback + dump attached.

Comment 1 heckmann 2000-10-11 15:55:59 UTC
Created attachment 4065 [details]
anaconda dump file

Comment 2 Michael Fulbright 2000-10-19 21:35:26 UTC
*** Bug 19239 has been marked as a duplicate of this bug. ***

Comment 3 Michael Fulbright 2000-10-19 21:44:17 UTC
*** Bug 19298 has been marked as a duplicate of this bug. ***

Comment 4 Michael Fulbright 2000-10-27 19:59:14 UTC
Could you attach your fstab file as well?

Comment 5 heckmann 2000-10-27 20:09:29 UTC
Ok, I'll do it when I get home tonight.

Comment 6 heckmann 2000-10-29 00:15:16 UTC
Created attachment 4733 [details]
My fstab

Comment 7 Manfred Spraul 2000-12-02 19:03:02 UTC
Could you add the partition table?
I assume your partition is of type 0x82 (ext2) instead of 0xfd raid.
See bug 18508. IMHO the current code is a bug

------- Additional comments from msf 2000-10-06 02:07 -------
All RAID devices are assumed to be type 0xfd.

You can probably complete your upgrade by just commenting out the line in
/etc/fstab containing the RAID device, unless it contains files the upgrade will
touch. Then uncomment it after you reboot after the upgrade.


Comment 8 Michael Fulbright 2001-01-19 21:25:29 UTC
Have you had any luck getting around this issue?

Comment 9 Manfred Spraul 2001-01-28 22:39:37 UTC
>
> Have you had any luck getting around this issue?
>
I'm not who you means with 'you', but I got around the bug by changing the
partition type to 0xfd.



Comment 10 Michael Fulbright 2001-02-01 19:57:03 UTC
Thank you for the feedback.

We require RAID partitions to be type 0xfd.

Comment 11 Manfred Spraul 2001-02-02 17:17:13 UTC
It's your installer, but IMHO this is a bug:

I agree that the partition type should be 0xfd, but anaconda must not crash -
especially since a wrong partition type usually doesn't matter.

Can't you add bounds checks and a nice message box?



Comment 12 Brent Fox 2001-03-30 21:32:14 UTC
*** Bug 33594 has been marked as a duplicate of this bug. ***