Bug 58322 - Kickstart fails when using RAID1 swap devices
Summary: Kickstart fails when using RAID1 swap devices
Keywords:
Status: CLOSED DUPLICATE of bug 55310
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: anaconda
Version: 7.2
Hardware: i386
OS: Linux
medium
high
Target Milestone: ---
Assignee: Brent Fox
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-01-14 10:47 UTC by Jos Vos
Modified: 2007-04-18 16:39 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-01-14 10:49:56 UTC
Embargoed:


Attachments (Terms of Use)
Kickstart file causing the problem. (2.58 KB, text/plain)
2002-01-14 10:48 UTC, Jos Vos
no flags Details
Anaconda dump file. (47.79 KB, text/plain)
2002-01-14 10:49 UTC, Jos Vos
no flags Details

Description Jos Vos 2002-01-14 10:47:51 UTC
Description of Problem:
When specifying a RAID1 swap device in the kickstart file, Anaconda fails with a
"TypeError: number coercion failed" message (Anaconda dump attached).

How Reproducible:
With attached ks.cfg file.

Additional information:
The same ks.cfg file with only the swap parts non-RAID1 works fine.  Diff output

32,33c32,35
< part raid.71 --size 1050 --ondisk hda
< part raid.72 --size 1050 --ondisk hdb
---
> #part raid.71 --size 1050 --ondisk hda
> #part raid.72 --size 1050 --ondisk hdb
> part swap --size 1050 --ondisk hda
> part swap --size 1050 --ondisk hdb
42c44
< raid swap      --level 1 --device md7 raid.71 raid.72
---
> #raid swap      --level 1 --device md7 raid.71 raid.72

Comment 1 Jos Vos 2002-01-14 10:48:55 UTC
Created attachment 42376 [details]
Kickstart file causing the problem.

Comment 2 Jos Vos 2002-01-14 10:49:51 UTC
Created attachment 42377 [details]
Anaconda dump file.

Comment 3 Jeremy Katz 2002-01-15 19:06:24 UTC

*** This bug has been marked as a duplicate of 55310 ***


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