Bug 88223 - Installer fails to find ReiserFS partitions on RAID for both upgrade and rescue
Summary: Installer fails to find ReiserFS partitions on RAID for both upgrade and rescue
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: anaconda
Version: 9
Hardware: athlon
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-04-07 20:09 UTC by Kevin Freeman
Modified: 2007-04-18 16:52 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-05-25 14:55:11 UTC
Embargoed:


Attachments (Terms of Use)
Additions to fsset.py (1.47 KB, patch)
2003-04-07 20:29 UTC, Kevin Freeman
no flags Details | Diff
Changes to partedUtils.py (214 bytes, patch)
2003-04-07 20:30 UTC, Kevin Freeman
no flags Details | Diff

Description Kevin Freeman 2003-04-07 20:09:11 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030313

Description of problem:
Anaconda fails to detect ReiserFS partitions that are located on software RAID
devices.  Upon examining the anaconda code it appears that ReiserFS is
unsupported on software RAID devices.

I am aware that ReiserFS is not supported by Red Hat.  However, the installer
does have the "reiserfs" option which allows installing on such a partition,
including a RAID device.  Currently, any such installation on a software RAID
device is unable to be upgraded, while a ReiserFS installation on a simple
device is able to be upgraded.

Version-Release number of selected component (if applicable):
anaconda-9.0-4

How reproducible:
Always

Steps to Reproduce:
1.  Install 2 copies of Red Hat 8.0, one with / on a simple (/dev/hda1) ReiserFS
partition, the other with / on a software RAID (/dev/md0) ReiserFS partition.
2.  Attempt an upgrade to Red Hat 9.

    

Actual Results:  Anaconda will locate only the installation on /dev/hda1.  It is
not possible to upgrade /dev/md0.

Expected Results:  Anaconda locates and allows upgrades on both /dev/hda1 and
/dev/md0.

Additional info:

I have modified the code to detect a ReiserFS superblock.  This in turn allows
the existing code to mount and operate on a ReiserFS RAID partition, in both
upgrade and rescue modes.  See attachments for details.

Comment 1 Kevin Freeman 2003-04-07 20:29:17 UTC
Created attachment 90970 [details]
Additions to fsset.py

Comment 2 Kevin Freeman 2003-04-07 20:30:13 UTC
Created attachment 90971 [details]
Changes to partedUtils.py

Comment 3 Jeremy Katz 2003-04-09 00:34:49 UTC
Added to CVS (with some formatting changes)

Comment 4 Brent Fox 2003-05-25 14:55:11 UTC
I'm going through Bugzilla closing some bugs that have been marked as Modified
for some period of time.  I believe that most of these issues have been fixed,
so I'm resolving these bugs as Rawhide.  If the bug you are seeing still exists,
please reopen this report and mark it as Reopened.


Note You need to log in before you can comment on or make changes to this bug.