Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 17615

Summary: raidstart stub python scripts are intollerant of type fd partitions without raid superblock
Product: [Retired] Red Hat Linux Reporter: Christopher Johnson <ckjohnson>
Component: anacondaAssignee: Michael Fulbright <msf>
Status: CLOSED CURRENTRELEASE QA Contact: Brock Organ <borgan>
Severity: medium 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: 2002-07-15 16:38:04 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 Christopher Johnson 2000-09-18 17:17:41 UTC
If there are any linux raid partitions (type fd) for which mkraid has not
been performed yet, the scripts invoked by the 'raidstart /dev/md0' command
in the rescue environment crash in isys.py line 37 with a complaint:
ValueError: bad md magic in device

This in spite of the fact that the uninitialized type fd partitions are not
associated with md0.

This prevents access to md0.
Instead the scripts should perform initialization for partitions that do
have valid raid superblocks, and ignore partitions that do not, but still
invoke the raidstart program with provided arguments.

-- Chris

Comment 1 Christopher Johnson 2000-09-18 17:24:14 UTC
This bug exists in RH 6.x rescue environment too.

Comment 2 Michael Fulbright 2002-07-15 16:38:17 UTC
Should be fixed.