Bug 232237
| Summary: | Kickstart install on software RAID fails | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ralf Kleineisel <ralf> | ||||
| Component: | anaconda | Assignee: | Chris Lumens <clumens> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 6 | ||||||
| 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: | 2007-03-26 14:38:49 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
Ralf Kleineisel
2007-03-14 15:17:52 UTC
Created attachment 150060 [details]
Anaconda dump
I tried to add a "--noformat" option to all "part" instructions, but it didn't
help
I tried the following, more minimalistic config but got the same error: part raid.01 --size=128 --ondisk=sda part raid.02 --size=128 --ondisk=sdb part raid.11 --size=10240 --ondisk=sda part raid.12 --size=10240 --ondisk=sdb part raid.21 --size=1 --grow --ondisk=sda part raid.22 --size=1 --grow --ondisk=sdb part swap --size=1024 --ondisk=sda part swap --size=1024 --ondisk=sdb raid /boot --level=1 --device=md0 raid.01 raid.02 raid / --level=1 --device=md1 raid.11 raid.12 raid /data --level=1 --device=md2 raid.21 raid.22 |