Bug 573247
Summary: | Can not format partitions on BIOS RAID0 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Liang Suilong <liangsuilong> | ||||
Component: | anaconda | Assignee: | Hans de Goede <hdegoede> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | urgent | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 13 | CC: | fc32004, jonathan, liangsuilong, vanmeeuwen+fedora | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2010-03-15 16:20:44 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: | 573643 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
I forget to told you that anaconda can detect BIOS RAID0 array but it can not format it. anaconda 13.32 exception report Traceback (most recent call first): File "/usr/lib/anaconda/storage/formats/fs.py", line 372, in doFormat raise FormatCreateError("format failed: %s" % rc, self.device) File "/usr/lib/anaconda/storage/formats/fs.py", line 909, in doFormat FS.doFormat(self, *args, **kwargs) File "/usr/lib/anaconda/storage/formats/fs.py", line 826, in create return self.doFormat(*args, **kwargs) File "/usr/lib/anaconda/storage/deviceaction.py", line 283, in execute options=self.device.formatArgs) File "/usr/lib/anaconda/storage/devicetree.py", line 672, in processActions action.execute(intf=self.intf) File "/usr/lib/anaconda/storage/__init__.py", line 290, in doIt self.devicetree.processActions() File "/usr/lib/anaconda/packages.py", line 109, in turnOnFilesystems anaconda.storage.doIt() File "/usr/lib/anaconda/dispatch.py", line 205, in moveStep rc = stepFunc(self.anaconda) File "/usr/lib/anaconda/dispatch.py", line 126, in gotoNext self.moveStep() File "/usr/lib/anaconda/gui.py", line 1313, in nextClicked self.anaconda.dispatch.gotoNext() FormatCreateError: ('format failed: 1', '/dev/mapper/isw_chcjdcefhi_Volume0p1') Hmm, This bug has the same mke2fs "error" as bug 573500: 01:26:11,531 INFO program: Running... mke2fs -t ext4 /dev/mapper/isw_chcjdcefhi_Volume0p1 01:26:11,587 INFO program: / 01:26:11,588 ERROR program: mke2fs 1.41.10 (10-Feb-2009) Which is anything but useful. I have a hunch what is going on here, see bug 573643. *** Bug 573500 has been marked as a duplicate of this bug. *** The mkfs.ext? maintainer has decided to no longer make mkfs go interactive when creating an fs on an unaligned partition, so no anaconda changes are necessary, marking this as a duplicate of the e2fstools bug tracking the mkfs.ext? changes. *** This bug has been marked as a duplicate of bug 573643 *** |
Created attachment 399875 [details] the log of anaconda I download a Fedora 13 Alpha LiveCD (GNOME). I create LiveUSB and boot it. I try to install on my existed RAID0 array but it fails. Anaconda can not format the partitions then it shows a debug dialog. I save the log. I upload it as an attachment. The RAID0 array contains of two Seagate 7200.12 250GB disk on Intel ICH9R. My motherboard is Foxconn P35A-S, which the chip are P35 and ICH9R.