The following was filed automatically by anaconda: 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/main-b1_md0')
Created attachment 400091 [details] Attached traceback automatically from anaconda.
Hi, I'm afraid the traceback and the logs don't reveal clearly what is going on. Can you try to reproduce the crash, and write down step by step what you did (in the custom partitioning UI) to get this crash ? Thanks, Hans
I have a hunch what is going on here, see bug 573643.
I'm pretty sure this is actually caused by bug 573643 now, this will also need anaconda changes once mke2fs is "fixed", those are being traced in bug 573247, marking this as a dup of that one. *** This bug has been marked as a duplicate of bug 573247 ***
background information - anaconda partitioning UI: -created mount points to preexisting lv partitions -formatted / partition as ext4 on preexisting lv partition -formatted /boot partition as ext3 on preexisting raid1 (lv exists on top of raid5 arrays) clicked button to apply changes, fails after about a minute
Created attachment 418937 [details] Attached traceback automatically from anaconda.