Bug 491910
| Summary: | RAID0 Kickstart install fails - PartitionException: Unable to satisfy all constraints on the partition. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | James Laska <jlaska> | ||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | anaconda-maint-list, jturner, pjones, rmaximo, vanmeeuwen+fedora | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i386 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | anaconda_trace_hash:3b7dbe6e9b6c3cd558d3b812b6d59a6ee65a2ab181070820db371dccb676deb2 | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-03-24 17:00:02 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 446452 | ||||||
| Attachments: |
|
||||||
Created attachment 336490 [details]
Attached traceback automatically from anaconda.
Testing raid0 kickstart install # Partition clearing information clearpart --all --initlabel # Disk partitioning information part /boot --asprimary --fstype="ext3" --size=200 --label=BOOT part --fstype="swap" --grow --maxsize=3936 --recommended --size=1968 --label=SWAP part /multi-stage --fstype="ext3" --size=100 --label=MULTISTAGE part --grow --size=2048 part --grow --size=2048 raid / --device=0 --fstype="ext3" --level=RAID0 raid.01 raid.02 *** This bug has been marked as a duplicate of bug 491348 *** |
The following was filed automatically by anaconda: anaconda 11.5.0.36 exception report Traceback (most recent call first): File "/usr/lib/python2.6/site-packages/parted/disk.py", line 181, in addPartition constraint.getPedConstraint()): File "/tmp/updates/storage/partitioning.py", line 751, in allocatePartitions constraint=constraint) File "/tmp/updates/storage/partitioning.py", line 553, in doPartitioning allocatePartitions(disks, partitions) File "/tmp/updates/storage/partitioning.py", line 191, in doAutoPartition exclusiveDisks=anaconda.id.storage.clearPartDisks) File "/tmp/updates/dispatch.py", line 205, in moveStep rc = stepFunc(self.anaconda) File "/tmp/updates/dispatch.py", line 128, in gotoNext self.moveStep() File "/tmp/updates/dispatch.py", line 227, in currentStep self.gotoNext() File "/tmp/updates/gui.py", line 1350, in setScreen (step, anaconda) = self.anaconda.dispatch.currentStep() File "/tmp/updates/gui.py", line 1513, in setup_window self.setScreen() File "/tmp/updates/gui.py", line 1523, in run self.setup_window(runres) File "/tmp/updates/gui.py", line 1270, in run self.icw.run (self.runres) File "/tmp/updates/anaconda", line 1033, in <module> anaconda.intf.run(anaconda) PartitionException: Unable to satisfy all constraints on the partition.